aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/s5m87xx
AgeCommit message (Collapse)AuthorFilesLines
2012-07-16mfd: Rename s5m file and directories to samsungSangbeom Kim3-587/+0
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 <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
2012-04-01mfd: Add s5m regulator operation modeSangbeom Kim2-0/+30
This patch add variables for opmode of s5m series. S5M series have 4 operation modes. Off mode is always regulator off mode. On mode is always regulator on mode. Lowpower mode is that regualtor operate in low-power. Suspend mode is that regulator operation depends on AP suspend mode. Signed-off-by: Sangbeom Kim <[email protected]> Signed-off-by: Mark Brown <[email protected]>
2012-01-09mfd: Add S5M core driverSangbeom Kim3-0/+557
S5M series are pmic including mutiple functional devices. It can support PMIC, RTC, Battery charger, codec. This patch implement core driver for s5m series. Signed-off-by: Sangbeom Kim <[email protected]> Reviewed-by: Mark Brown <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>