mfd: Modify samsung mfd header
authorSangbeom Kim <sbkim73@samsung.com>
Wed, 11 Jul 2012 12:07:16 +0000 (21:07 +0900)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 16 Jul 2012 12:28:11 +0000 (14:28 +0200)
commit54227bcf20fa0d8a0748c54747b9c39e8b16150d
tree714cc3d20de5fec08995c3e60ac59661b71380e1
parent63063bfbffe997452e2ee4890f22dcde0119001e
mfd: Modify samsung mfd header

As Prefix of Samsung pmic changed from s5m to s2m,
To make common mfd driver for s2m and s5m series,
This patch rename header of Samsung mfd and modify mfd driver.

Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/sec-core.c
drivers/mfd/sec-irq.c
drivers/regulator/s5m8767.c
include/linux/mfd/samsung/core.h [new file with mode: 0644]
include/linux/mfd/samsung/irq.h [new file with mode: 0644]
include/linux/mfd/samsung/rtc.h [new file with mode: 0644]
include/linux/mfd/samsung/s5m-core.h [deleted file]
include/linux/mfd/samsung/s5m-pmic.h [deleted file]
include/linux/mfd/samsung/s5m-rtc.h [deleted file]
include/linux/mfd/samsung/s5m8763.h [new file with mode: 0644]
include/linux/mfd/samsung/s5m8767.h [new file with mode: 0644]
This page took 0.026837 seconds and 5 git commands to generate.