From: Tero Kristo Date: Tue, 5 May 2015 13:33:04 +0000 (+0300) Subject: ARM: OMAP4+: PRM: add support for passing status register/bit info to reset X-Git-Tag: omap-for-v4.1/fixes-rc2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ebf5b288c57767ad62e63c5fc0e586f0210e36c;p=pandora-kernel.git ARM: OMAP4+: PRM: add support for passing status register/bit info to reset AM43xx has slightly different reset register layout compared to OMAP4+, with varying status bit shifts and status register offsets. Current code assumes static offsets and identical status / reset control bit shifts, which is wrong. This patch adds PRM core support for passing the actual implementations from hwmod code. AM43xx mappings will be fixed in subsequent patch. Signed-off-by: Tero Kristo Reported-by: Dave Gerlach Reported-by: Suman Anna Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed