Age | Commit message (Expand) | Author |
2019-05-14 | mfd: sec: Add support for the RTC on S2MPA01 | Stuart Menefy |
2019-05-14 | mfd: sec: Put one element structure initialisation on one line | Stuart Menefy |
2019-02-18 | mfd: sec-core: Cleanup formatting to a consistent style | Krzysztof Kozlowski |
2019-02-07 | mfd: sec-core: Return gracefully instead of BUG() if device cannot match | Krzysztof Kozlowski |
2018-10-23 | mfd: sec-core: Add SPDX license identifiers | Krzysztof Kozlowski |
2018-07-27 | mfd: sec-core: Export OF module alias table | Krzysztof Kozlowski |
2016-05-09 | mfd: sec: Use devm_mfd_add_devices and devm_regmap_add_irq_chip | Laxman Dewangan |
2016-01-14 | mfd: Use to_i2c_client() instead of open-coding it | Geliang Tang |
2015-11-24 | mfd: sec-core: Rename MFD and regulator names differently | Alim Akhtar |
2015-11-23 | mfd: sec: Add support for S2MPS15 PMIC | Thomas Abraham |
2015-10-30 | mfd: sec-core: Remove unused s2mpu02-rtc and s2mpu02-clk children | Krzysztof Kozlowski |
2015-10-30 | mfd: sec-core: Disable buck voltage reset on watchdog falling edge | Krzysztof Kozlowski |
2015-10-30 | mfd: sec-core: Dump PMIC revision to find out the HW | Krzysztof Kozlowski |
2015-10-26 | mfd: s2mps11: Add manual shutdown method for Odroid XU3 | Krzysztof Kozlowski |
2015-08-11 | mfd: Drop owner assignment from i2c_drivers | Krzysztof Kozlowski |
2015-03-26 | mfd: sec-core: Enable RTC on S2MPS11 PMIC | Krzysztof Kozlowski |
2015-03-03 | mfd: sec: Remove unnecessary out of memory message | Krzysztof Kozlowski |
2015-03-03 | mfd: sec: Cleanup unused RTC fields: ono, WTSR and SMPL | Krzysztof Kozlowski |
2014-11-25 | Revert "mfd: sec-core: Prepare regulators for suspend state to reduce power-c... | Javier Martinez Canillas |
2014-11-25 | regulator: s2mps11: Add support S2MPS13 regulator device | Chanwoo Choi |
2014-11-25 | mfd: sec-core: Add support for S2MPS13 device | Chanwoo Choi |
2014-07-22 | mfd: sec-core: Fix 'missing blank line after declarations' warning | Lee Jones |
2014-07-09 | mfd: sec-core: Prepare regulators for suspend state to reduce power-consumption | Chanwoo Choi |
2014-07-09 | regulator: s2mps11: Add support S2MPU02 regulator device | Chanwoo Choi |
2014-07-09 | mfd: sec-core: Add support for S2MPU02 device | Chanwoo Choi |
2014-06-03 | mfd: sec-core: Make of_device_id array const | Krzysztof Kozlowski |
2014-06-03 | mfd: sec-core: Fix IRQ handling after resume if this is not a wakeup source | Krzysztof Kozlowski |
2014-06-03 | mfd: sec-core: Remove duplicated device type from sec_pmic_dev | Krzysztof Kozlowski |
2014-06-03 | mfd/rtc: s5m: Do not allocate RTC I2C dummy and regmap for unsupported chipsets | Krzysztof Kozlowski |
2014-03-20 | mfd: sec-core: Fix uninitialized 'regmap_rtc' on S2MPA01 | Krzysztof Kozlowski |
2014-03-19 | mfd: sec-core: Fix I2C dummy device resource leak on probe failure | Krzysztof Kozlowski |
2014-03-19 | mfd: sec-core: Add of_compatible strings for clock MFD cells | Krzysztof Kozlowski |
2014-03-18 | mfd: Add support for S2MPA01 device | Sachin Kamat |
2014-03-18 | mfd: sec-core: Silence compiler warning | Pankaj Dubey |
2014-03-18 | mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy error | Krzysztof Kozlowski |
2014-03-18 | mfd: sec: Add support for S2MPS14 | Krzysztof Kozlowski |
2014-03-18 | mfd: sec-core: Select different RTC regmaps for devices | Krzysztof Kozlowski |
2014-03-18 | mfd: sec-core: Add maximum RTC register for regmap config | Krzysztof Kozlowski |
2014-02-19 | mfd: sec-core: sec_pmic_{suspend,resume}() should depend on CONFIG_PM_SLEEP | Geert Uytterhoeven |
2014-01-25 | Merge tag 'regulator-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-01-21 | mfd: sec-core: Add cells for S5M8767-clocks | Tushar Behera |
2014-01-21 | mfd: sec-core: Fix sparse NULL pointer warning | Wei Yongjun |
2014-01-21 | mfd: sec: Constify regmap configs and regmap irqs | Krzysztof Kozlowski |
2014-01-21 | mfd: sec: Add PM ops and make it a wake up source | Krzysztof Kozlowski |
2014-01-06 | mfd: Constify struct mfd_cell where possible | Geert Uytterhoeven |
2013-12-18 | mfd: sec: Remove sec_reg* regmap helpers | Krzysztof Kozlowski |
2013-12-12 | mfd/rtc: s5m: fix register updating by adding regmap for RTC | Krzysztof Kozlowski |
2013-10-23 | mfd: sec-core: Include linux/of.h header | Sachin Kamat |
2013-08-14 | mfd: sec: Add clock cell for s2mps11 | Yadwinder Singh Brar |
2013-07-31 | mfd: Use dev_get_platdata() | Jingoo Han |