summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/s5m-irq.c
Commit message (Collapse)AuthorAgeFilesLines
* mfd: Rename s5m file and directories to samsungSangbeom Kim2012-07-161-495/+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 <sbkim73@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
* mfd: Fix s5m error handling for invalid device typeJonghwan Choi2012-03-061-3/+11
| | | | | | | If device type is not supported in driver, have to retun error. Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
* mfd: Add s5m series irq driverSangbeom Kim2012-01-091-0/+487
This patch support irq for s5m series. Basically, S5M8767 and S5M8763 irq can be handled by this patch. Signed-off-by: Sangbeom Kim <sbkim73@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>