]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Rename s5m file and directories to samsung
authorSangbeom Kim <sbkim73@samsung.com>
Wed, 11 Jul 2012 12:06:40 +0000 (21:06 +0900)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 16 Jul 2012 10:57:35 +0000 (12:57 +0200)
commit64915733210e866b611ff804a030f56d1a03ccad
tree8c2ec903b0c7995e689a80712b8bf9539f4f1cf6
parent1f417a6d83421a8ae584764c3f60a02cfe49ffdf
mfd: Rename s5m file and directories to samsung

Previously, Samsung PMIC naming rule start with prefix of s5m.
But Naming rule is changed.
From now on, Prefix will be changed to s2m.
So, To support pmic series of s5m and s2m, change mfd file and directory name.

Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
14 files changed:
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/s5m-core.c [deleted file]
drivers/mfd/s5m-irq.c [deleted file]
drivers/mfd/sec-core.c [new file with mode: 0644]
drivers/mfd/sec-irq.c [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/s5m8767.c
include/linux/mfd/s5m87xx/s5m-core.h [deleted file]
include/linux/mfd/s5m87xx/s5m-pmic.h [deleted file]
include/linux/mfd/s5m87xx/s5m-rtc.h [deleted file]
include/linux/mfd/samsung/s5m-core.h [new file with mode: 0644]
include/linux/mfd/samsung/s5m-pmic.h [new file with mode: 0644]
include/linux/mfd/samsung/s5m-rtc.h [new file with mode: 0644]