]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc883807cf3e5516c8257dcab6741ebe56509986c
tree714cc3d20de5fec08995c3e60ac59661b71380e1
parentd307ed17bcd7f96e28a7500ab47a90e2162ef98e
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]