mfd: RK808: Add new mfd driver for RK808
authorChris Zhong <zyw@rock-chips.com>
Wed, 3 Sep 2014 13:51:44 +0000 (21:51 +0800)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:56 +0000 (08:15 +0100)
commitf69a7cf74d5536faa180437581be2a9c0aad1bb1
tree568f6982d0c4e488f5608031457cd7ec6cdfc2a4
parenta53b9a97ac33fa74d136c2e3fd0d76ba7872a1d0
mfd: RK808: Add new mfd driver for RK808

The RK808 chip is a power management IC for multimedia and handheld
devices. It contains the following components:

- Regulators
- RTC
- Clkout

The RK808 core driver is registered as a platform driver and provides
communication through I2C with the host device for the different
components.

Signed-off-by: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Zhang Qing <zhangqing@rock-chips.com>
Tested-by: Heiko <heiko@sntech.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/rk808.c [new file with mode: 0644]
include/linux/mfd/rk808.h [new file with mode: 0644]