]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: AM33xx+: hwmod: re-use omap4 implementations for reset functionality
authorTero Kristo <t-kristo@ti.com>
Tue, 5 May 2015 13:33:05 +0000 (16:33 +0300)
committerPaul Walmsley <paul@pwsan.com>
Fri, 8 May 2015 19:05:19 +0000 (13:05 -0600)
commitf9751fadd77e19f38da05383cebc36d8e6bf764d
treee2c1c24cb013ef02561b2887f59caf581b25ac55
parent41292005462b3060a2d7050808ad4b824e8e0013
ARM: AM33xx+: hwmod: re-use omap4 implementations for reset functionality

The reset code functionality is mostly a copy paste between OMAP4+ and
AM33xx+. Re-use the omap4 code where possible, and just keep the special
implementation for de-asserting the hardreset lines for AM33xx, as
AM33xx+ devices have slightly different register layouts compared to
OMAP4+. This patch also fixes the hardreset issues faced on AM43xx.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Reported-by: Dave Gerlach <d-gerlach@ti.com>
Reported-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod.c