mfd: Add support for sun6i PRCM (Power/Reset/Clock Management) unit
commitd58603cc304b717707e8f8ff05bf6aff9d9c82b5
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Fri, 9 May 2014 11:11:47 +0000 (9 13:11 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 3 Jun 2014 07:11:40 +0000 (3 08:11 +0100)
treee9a93f788e1b07a9db34439decbb64e1c3df7491
parente4e3d1b03695c458a954954c8efae745517dd44d
mfd: Add support for sun6i PRCM (Power/Reset/Clock Management) unit

The PRCM (Power/Reset/Clock Management) block exposes several subdevices
in different subsystems (clk, reset ...)

Add basic support for the PRCM unit with clk (AR100, AHB0, and APB0 clks)
and reset controller subdevices.

Other subdevices might be added later (if needed).

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/sun6i-prcm.c [new file with mode: 0644]