]> git.karo-electronics.de Git - karo-tx-linux.git/commit
soc: imx: move PGC handling to a new GPC driver
authorLucas Stach <l.stach@pengutronix.de>
Fri, 17 Feb 2017 19:02:44 +0000 (20:02 +0100)
committerShawn Guo <shawnguo@kernel.org>
Wed, 8 Mar 2017 10:55:47 +0000 (11:55 +0100)
commit721cabf6c6600dbe689ee2782bc087270e97e652
tree4f5a8fd587309b9c645b011c28c334b2cbe8281f
parentb7a24a7d9e5577271952a1ea4458dd4d9a1c0588
soc: imx: move PGC handling to a new GPC driver

This is an almost complete re-write of the previous GPC power gating control
code found in the IMX architecture code. It supports both the old and the new
DT binding, allowing more domains to be added later and generally makes the
driver easier to extend, while keeping compatibility with existing DTBs.

As the result, all functionality regarding the power gating controller
gets removed from the IMX architecture GPC driver.  It keeps only the
IRQ controller code in the architecture, as this is closely coupled to
the CPU idle implementation.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
MAINTAINERS
arch/arm/mach-imx/gpc.c
drivers/soc/Makefile
drivers/soc/imx/Makefile [new file with mode: 0644]
drivers/soc/imx/gpc.c [new file with mode: 0644]