]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: Add support for sun6i PRCM (Power/Reset/Clock Management) unit
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Fri, 9 May 2014 11:11:47 +0000 (13:11 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 23 May 2014 09:34:26 +0000 (10:34 +0100)
commitf09c91b82cffa2d3d1b67b4a44c3276bb83abd4a
treeb7a5a53e616b90393689ac3fdccdcbc66a3ac598
parent07a65b4d7787cf056045e2d95ab9a103d49622f3
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]