]> Git Repo - linux.git/commit
mfd: Modify samsung mfd header
authorSangbeom Kim <[email protected]>
Wed, 11 Jul 2012 12:07:16 +0000 (21:07 +0900)
committerSamuel Ortiz <[email protected]>
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 <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
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.059728 seconds and 4 git commands to generate.