Age | Commit message (Expand) | Author |
2022-12-07 | mfd: tps65910: Convert to i2c's .probe_new() | Uwe Kleine-König |
2021-12-29 | mfd: tps65910: Set PWR_OFF bit during driver probe | Dmitry Osipenko |
2020-11-27 | mfd: tps65910: Correct power-off programming sequence | Dmitry Osipenko |
2020-11-19 | mfd: tps65910: Fix a bunch of alignment issues reported-by Checkpatch | Lee Jones |
2020-11-19 | mfd: tps65910: Clean up after switching to regmap | Michał Mirosław |
2020-11-19 | mfd: tps65xxx: Constify static struct resource in OMAP2+ drivers | Rikard Falkeborn |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-02-01 | mfd: tps65910: Make it explicitly non-modular | Paul Gortmaker |
2018-05-16 | mfd: tps65910: Move an assignment in tps65910_sleepinit() | Markus Elfring |
2018-05-16 | mfd: tps65910: Delete an unnecessary variable initialisation in tps65910_slee... | Markus Elfring |
2018-05-16 | mfd: tps65910: Delete an unnecessary variable initialisation in four functions | Markus Elfring |
2018-05-16 | mfd: tps65910: Delete an error message for a failed memory allocation in tps6... | Markus Elfring |
2017-06-15 | regulator: tps65910: wire up sleep control configuration | Michał Mirosław |
2016-05-09 | mfd: tps65910: Use devm_mfd_add_devices and devm_regmap_add_irq_chip | Laxman Dewangan |
2016-04-19 | mfd: tps65910: Use devm_mfd_add_devices() for mfd_device registration | Laxman Dewangan |
2015-08-11 | mfd: Drop owner assignment from i2c_drivers | Krzysztof Kozlowski |
2014-09-26 | mfd: tps65910: Work around silicon erratum SWCZ010 | Arnout Vandecappelle (Essensium/Mind) |
2014-07-09 | mfd: tps65910: Rid data size incompatibility warn when building for 64bit | Lee Jones |
2014-06-03 | mfd: tps65910: Make of_device_id array const | Jingoo Han |
2014-03-19 | mfd: tps65910: Fix regmap_irq_chip_data leak on mfd_add_devices fail | Krzysztof Kozlowski |
2014-03-19 | mfd: tps65910: Fix possible invalid pointer dereference on regmap_add_irq_chi... | Krzysztof Kozlowski |
2014-01-06 | mfd: ti: Constify struct mfd_cell where possible | Geert Uytterhoeven |
2013-10-25 | Merge tag 'mfd-lee-3.13-1' of git://git.linaro.org/people/ljones/mfd | Samuel Ortiz |
2013-10-24 | mfd: tps65910: Remove warning during dt node parsing | Laxman Dewangan |
2013-10-23 | mfd: tps65910: Include linux/of.h header | Sachin Kamat |
2012-12-16 | Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds |
2012-11-30 | mfd: tps65910: Fix wrong ack_base register | Kim, Milo |
2012-11-30 | mfd: tps65910: Remove unused data | Kim, Milo |
2012-11-28 | mfd: remove use of __devexit | Bill Pemberton |
2012-11-28 | mfd: remove use of __devinit | Bill Pemberton |
2012-11-28 | mfd: remove use of __devexit_p | Bill Pemberton |
2012-11-20 | mfd: tps65910: Pass irq_domain when adding mfd sub devices | Laxman Dewangan |
2012-11-20 | mfd: tps65910: Move interrupt implementation code to mfd file | Laxman Dewangan |
2012-11-20 | mfd: tps65910: Initialize mfd devices after all initialization done | Laxman Dewangan |
2012-09-29 | mfd: tps65910: Add alarm interrupt of TPS65910 RTC to mfd device list | Venu Byravarasu |
2012-09-14 | mfd: dt: tps65910: Add power off control | Bill Huang |
2012-09-14 | mfd: core: Push irqdomain mapping out into devices | Mark Brown |
2012-07-16 | mfd: Add tps65910 32-kHz-crystal-input init | Johan Hovold |
2012-07-09 | mfd: Add device-tree entry to enable tps65910 external 32-kHz oscillator | Johan Hovold |
2012-07-09 | mfd: Add support for enabling tps65910 external 32-kHz oscillator | Johan Hovold |
2012-05-22 | mfd: Remove the parsing of dt info for tps65910 gpio | Laxman Dewangan |
2012-05-22 | mfd: Save device node parsed platform data for tps65910 sub devices | Laxman Dewangan |
2012-05-20 | mfd: Fix tps65910 build failure | Samuel Ortiz |
2012-05-20 | mfd: Register tps65910 gpios as an mfd device | Laxman Dewangan |
2012-05-20 | mfd: Convert all tps65910 allocation to devm_* | Laxman Dewangan |
2012-05-20 | mfd: Cache tps65910 register when we need it | Laxman Dewangan |
2012-05-20 | mfd: Add tps65910 device-tree support | Rhyland Klein |
2012-05-20 | mfd: Commonize tps65910 regmap access through header | Rhyland Klein |
2012-05-07 | mfd: Fix tps65910 section annotations | Mark Brown |
2012-05-01 | mfd: Add support for tps65910 device sleep | Laxman Dewangan |