mfd: rt5033: Add Richtek RT5033 driver core.
authorBeomho Seo <beomho.seo@samsung.com>
Tue, 9 Dec 2014 12:03:51 +0000 (21:03 +0900)
committerLee Jones <lee.jones@linaro.org>
Thu, 22 Jan 2015 15:55:47 +0000 (15:55 +0000)
commit0b271258544b3f89f9a14fa3b53e20ec9ce75392
tree67dd466700c717574443f6c46e6e382c94581713
parent52a98dcd3727dee2c75a0353b42b210570ee7911
mfd: rt5033: Add Richtek RT5033 driver core.

This patch adds a new driver for Richtek RT5033 driver.
RT5033 is a Multifunction device which includes battery charger, fuel gauge,
flash LED current source, LDO and synchronous Buck converter. It is interfaced
to host controller using I2C interface.

Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/rt5033.c [new file with mode: 0644]
include/linux/mfd/rt5033-private.h [new file with mode: 0644]
include/linux/mfd/rt5033.h [new file with mode: 0644]