ARM: rockchip: explicitly request exclusive reset control in smp code
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 19 Jul 2017 15:25:05 +0000 (17:25 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 20 Jul 2017 20:26:26 +0000 (22:26 +0200)
commitda45adf97f57a561fc290e7cdd3a3dcb184cc88e
tree9243c234328adbfb8f5e39e099aeecc32287e47c
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
ARM: rockchip: explicitly request exclusive reset control in smp code

Commit a53e35db70d1 ("reset: Ensure drivers are explicit when requesting
reset lines") started to transition the reset control request API calls
to explicitly state whether the driver needs exclusive or shared reset
control behavior. Convert all drivers requesting exclusive resets to the
explicit API call so the temporary transition helpers can be removed.

No functional changes.

Cc: Heiko Stuebner <heiko@sntech.de>
Cc: linux-rockchip@lists.infradead.org
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/mach-rockchip/platsmp.c