ARM: OMAP2+: hwmod: control all hardreset lines attached to a hwmod
authorPaul Walmsley <paul@pwsan.com>
Thu, 19 Apr 2012 01:10:02 +0000 (19:10 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 19 Apr 2012 01:10:02 +0000 (19:10 -0600)
commit9c8b0ec7a46c5840fddaa570933335f4ccbbd078
tree4ba636cfb895f1a9ccf98e04825f52ad0c696c14
parent1f5e6247ca99287bac87aff4971a7eee9c2b223a
ARM: OMAP2+: hwmod: control all hardreset lines attached to a hwmod

Parts of the hwmod code test to see if a module has one and only one
hardreset line before taking an action.  It seems more appropriate
to control all hardreset lines associated with a hwmod, not just one.

It so happens that with the current hwmod data, this patch will not
change any behavior, since hwmods with hardreset lines have only one
hardreset line associated with them, and 'pseudo-hwmods' are used to
handle the other hardreset lines.  But future hwmod data patches to
remove the pseudo-hwmods will change this.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: BenoƮt Cousson <b-cousson@ti.com>
arch/arm/mach-omap2/omap_hwmod.c