aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sec-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14mfd: sec: Add support for the RTC on S2MPA01Stuart Menefy1-0/+1
2019-05-14mfd: sec: Put one element structure initialisation on one lineStuart Menefy1-39/+19
2019-02-18mfd: sec-core: Cleanup formatting to a consistent styleKrzysztof Kozlowski1-5/+6
2019-02-07mfd: sec-core: Return gracefully instead of BUG() if device cannot matchKrzysztof Kozlowski1-2/+3
2018-10-23mfd: sec-core: Add SPDX license identifiersKrzysztof Kozlowski1-12/+4
2018-07-27mfd: sec-core: Export OF module alias tableKrzysztof Kozlowski1-0/+1
2016-05-09mfd: sec: Use devm_mfd_add_devices and devm_regmap_add_irq_chipLaxman Dewangan1-17/+3
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGeliang Tang1-2/+2
2015-11-24mfd: sec-core: Rename MFD and regulator names differentlyAlim Akhtar1-4/+4
2015-11-23mfd: sec: Add support for S2MPS15 PMICThomas Abraham1-0/+31
2015-10-30mfd: sec-core: Remove unused s2mpu02-rtc and s2mpu02-clk childrenKrzysztof Kozlowski1-5/+2
2015-10-30mfd: sec-core: Disable buck voltage reset on watchdog falling edgeKrzysztof Kozlowski1-0/+26
2015-10-30mfd: sec-core: Dump PMIC revision to find out the HWKrzysztof Kozlowski1-0/+10
2015-10-26mfd: s2mps11: Add manual shutdown method for Odroid XU3Krzysztof Kozlowski1-0/+30
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2015-03-26mfd: sec-core: Enable RTC on S2MPS11 PMICKrzysztof Kozlowski1-0/+2
2015-03-03mfd: sec: Remove unnecessary out of memory messageKrzysztof Kozlowski1-3/+1
2015-03-03mfd: sec: Cleanup unused RTC fields: ono, WTSR and SMPLKrzysztof Kozlowski1-1/+0
2014-11-25Revert "mfd: sec-core: Prepare regulators for suspend state to reduce power-consumption"Javier Martinez Canillas1-10/+0
2014-11-25regulator: s2mps11: Add support S2MPS13 regulator deviceChanwoo Choi1-0/+13
2014-11-25mfd: sec-core: Add support for S2MPS13 deviceChanwoo Choi1-0/+16
2014-07-22mfd: sec-core: Fix 'missing blank line after declarations' warningLee Jones1-0/+1
2014-07-09mfd: sec-core: Prepare regulators for suspend state to reduce power-consumptionChanwoo Choi1-0/+10
2014-07-09regulator: s2mps11: Add support S2MPU02 regulator deviceChanwoo Choi1-0/+25
2014-07-09mfd: sec-core: Add support for S2MPU02 deviceChanwoo Choi1-14/+32
2014-06-03mfd: sec-core: Make of_device_id array constKrzysztof Kozlowski1-1/+1
2014-06-03mfd: sec-core: Fix IRQ handling after resume if this is not a wakeup sourceKrzysztof Kozlowski1-15/+13
2014-06-03mfd: sec-core: Remove duplicated device type from sec_pmic_devKrzysztof Kozlowski1-2/+3
2014-06-03mfd/rtc: s5m: Do not allocate RTC I2C dummy and regmap for unsupported chipsetsKrzysztof Kozlowski1-52/+1
2014-03-20mfd: sec-core: Fix uninitialized 'regmap_rtc' on S2MPA01Krzysztof Kozlowski1-0/+7
2014-03-19mfd: sec-core: Fix I2C dummy device resource leak on probe failureKrzysztof Kozlowski1-3/+4
2014-03-19mfd: sec-core: Add of_compatible strings for clock MFD cellsKrzysztof Kozlowski1-0/+3
2014-03-18mfd: Add support for S2MPA01 deviceSachin Kamat1-5/+44
2014-03-18mfd: sec-core: Silence compiler warningPankaj Dubey1-3/+3
2014-03-18mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-03-18mfd: sec: Add support for S2MPS14Krzysztof Kozlowski1-5/+43
2014-03-18mfd: sec-core: Select different RTC regmaps for devicesKrzysztof Kozlowski1-3/+12
2014-03-18mfd: sec-core: Add maximum RTC register for regmap configKrzysztof Kozlowski1-0/+2
2014-02-19mfd: sec-core: sec_pmic_{suspend,resume}() should depend on CONFIG_PM_SLEEPGeert Uytterhoeven1-0/+2
2014-01-25Merge tag 'regulator-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-30/+0
2014-01-21mfd: sec-core: Add cells for S5M8767-clocksTushar Behera1-1/+3
2014-01-21mfd: sec-core: Fix sparse NULL pointer warningWei Yongjun1-1/+1
2014-01-21mfd: sec: Constify regmap configs and regmap irqsKrzysztof Kozlowski1-4/+4
2014-01-21mfd: sec: Add PM ops and make it a wake up sourceKrzysztof Kozlowski1-0/+40
2014-01-06mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven1-4/+4
2013-12-18mfd: sec: Remove sec_reg* regmap helpersKrzysztof Kozlowski1-30/+0
2013-12-12mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski1-8/+22
2013-10-23mfd: sec-core: Include linux/of.h headerSachin Kamat1-0/+1
2013-08-14mfd: sec: Add clock cell for s2mps11Yadwinder Singh Brar1-1/+3
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1