PM / devfreq: exynos: Add generic exynos bus frequency driver
authorChanwoo Choi <[email protected]>
Tue, 3 Nov 2015 10:04:16 +0000 (19:04 +0900)
committerMyungJoo Ham <[email protected]>
Tue, 3 May 2016 02:20:05 +0000 (11:20 +0900)
commit0722249ac1f3dcc3af9e9d7ed89792a68f066660
tree07ae8b17b2bcfdcacd1c14cd2f0b0104e5173fa7
parent04974df8049fc4240d22759a91e035082ccd18b4
PM / devfreq: exynos: Add generic exynos bus frequency driver

This patch adds the generic exynos bus frequency driver for AMBA AXI bus
of sub-blocks in exynos SoC with DEVFREQ framework. The Samsung Exynos SoC
have the common architecture for bus between DRAM and sub-blocks in SoC.
This driver can support the generic bus frequency driver for Exynos SoCs.

In devicetree, Each bus block has a bus clock, regulator, operation-point
and devfreq-event devices which measure the utilization of each bus block.

Signed-off-by: Chanwoo Choi <[email protected]>
[m.reichl and linux.amoon: Tested it on exynos4412-odroidu3 board]
Tested-by: Markus Reichl <[email protected]>
Tested-by: Anand Moon <[email protected]>
Signed-off-by: MyungJoo Ham <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
drivers/devfreq/Kconfig
drivers/devfreq/Makefile
drivers/devfreq/exynos-bus.c [new file with mode: 0644]