summaryrefslogtreecommitdiff
path: root/drivers/mfd/tps65217.c
AgeCommit message (Expand)Author
2023-08-18mfd: Explicitly include correct DT includesRob Herring
2023-06-15mfd: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2020-11-19mfd: tps65xxx: Constify static struct resource in OMAP2+ driversRikard Falkeborn
2020-08-13mfd: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-06mfd: tps65217: Repair incorrect function argument name 's/tps65217/tps/'Lee Jones
2017-10-13mfd: tps65217: Introduce dependency on CONFIG_OFKeerthy
2016-11-29mfd: tps65217: Support an interrupt pin as the system wakeupMilo Kim
2016-11-29mfd: tps65217: Make an interrupt handler simplerMilo Kim
2016-11-29mfd: tps65217: Update register interrupt mask bits instead of writing operationMilo Kim
2016-11-29mfd: tps65217: Specify the IRQ nameMilo Kim
2016-11-29mfd: tps65217: Fix page fault on unloading modulesMilo Kim
2016-10-04mfd: tps65217: Fix nonstandard declarationArnd Bergmann
2016-10-04mfd: tps65217: Add power button as subdeviceMarcin Niestroj
2016-10-04mfd: tps65217: Add support for IRQsMarcin Niestroj
2016-04-19mfd: tps65217: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan
2015-10-26mfd: tps65217: Add battery charger as subdeviceEnric Balletbo i Serra
2015-08-11mfd: Export OF module alias information in missing driversJavier Martinez Canillas
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski
2015-01-22mfd: tps65217: Constify struct regmap_configKrzysztof Kozlowski
2014-11-25mfd: tps65217: Add compatible string for subdevicesJohannes Pointner
2014-09-26mfd: tps65217: Tell regmap what registers are validMark Brown
2014-02-19mfd: tps65217: Naturalise cross-architecture discrepanciesLee Jones
2014-01-23drivers/mfd/tps65217.c: fix pointer-integer size mismatch warning in tps65217...David Howells
2014-01-06mfd: ti: Constify struct mfd_cell where possibleGeert Uytterhoeven
2013-10-23mfd: tps65217: Remove redundant of_match_ptrSachin Kamat
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-11-28mfd: remove use of __devexitBill Pemberton
2012-11-28mfd: remove use of __devinitBill Pemberton
2012-11-28mfd: remove use of __devexit_pBill Pemberton
2012-11-21mfd: tps65217: Set PMIC to shutdown on PWR_EN toggleColin Foe-Parker
2012-09-24mfd: Add backlight as subdevice to the tps65217Matthias Kaehlcke
2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown
2012-08-22mfd: Move tps65217 regulator plat data handling to regulatorAnilKumar Ch
2012-07-12regulator: tps65217: Add device tree supportAnilKumar Ch
2012-05-20mfd: Staticise non-exported tps65217_update_bits()Mark Brown
2012-05-09mfd: Convert tps65217 to devm_regmap_init_i2c()Axel Lin
2012-03-06mfd: Add new mfd device for TPS65217AnilKumar Ch