From: "jinkun.hong" <jinkun.h...@rock-chips.com> Use PM Domain framework to manage the clock.
Changes in v2: - remove the "pd->pd.of_node = np" Adviced by Doug - move clocks to "optional" Adviced by Daniel - make pd_vio clocks all one entry per line and alphabetize. Adviced by Heiko - power: power-controller move back to pinctrl: pinctrl. jinkun.hong (3): power-domain: add power domain drivers for Rockchip platform dt-bindings: add document of Rockchip power domain ARM: dts: add rk3288 power-domain node .../bindings/arm/rockchip/power_domain.txt | 48 +++ arch/arm/boot/dts/rk3288.dtsi | 67 ++++ arch/arm/mach-rockchip/Kconfig | 1 + arch/arm/mach-rockchip/Makefile | 1 + arch/arm/mach-rockchip/pm_domains.c | 371 ++++++++++++++++++++ include/dt-bindings/power-domain/rk3288.h | 11 + 6 files changed, 499 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/rockchip/power_domain.txt create mode 100644 arch/arm/mach-rockchip/pm_domains.c create mode 100644 include/dt-bindings/power-domain/rk3288.h -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/