aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps65217.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-13mfd: tps65217: Introduce dependency on CONFIG_OFKeerthy1-23/+5
2016-11-29mfd: tps65217: Support an interrupt pin as the system wakeupMilo Kim1-0/+2
2016-11-29mfd: tps65217: Make an interrupt handler simplerMilo Kim1-35/+9
2016-11-29mfd: tps65217: Update register interrupt mask bits instead of writing operationMilo Kim1-4/+3
2016-11-29mfd: tps65217: Specify the IRQ nameMilo Kim1-0/+1
2016-11-29mfd: tps65217: Fix page fault on unloading modulesMilo Kim1-0/+19
2016-10-04mfd: tps65217: Fix nonstandard declarationArnd Bergmann1-1/+1
2016-10-04mfd: tps65217: Add power button as subdeviceMarcin Niestroj1-0/+10
2016-10-04mfd: tps65217: Add support for IRQsMarcin Niestroj1-8/+187
2016-04-19mfd: tps65217: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan1-12/+2
2015-10-26mfd: tps65217: Add battery charger as subdeviceEnric Balletbo i Serra1-0/+4
2015-08-11mfd: Export OF module alias information in missing driversJavier Martinez Canillas1-0/+1
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2015-01-22mfd: tps65217: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2014-11-25mfd: tps65217: Add compatible string for subdevicesJohannes Pointner1-0/+2
2014-09-26mfd: tps65217: Tell regmap what registers are validMark Brown1-0/+2
2014-02-19mfd: tps65217: Naturalise cross-architecture discrepanciesLee Jones1-2/+2
2014-01-23drivers/mfd/tps65217.c: fix pointer-integer size mismatch warning in tps65217_probe()David Howells1-1/+1
2014-01-06mfd: ti: Constify struct mfd_cell where possibleGeert Uytterhoeven1-1/+1
2013-10-23mfd: tps65217: Remove redundant of_match_ptrSachin Kamat1-1/+1
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+12
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21mfd: tps65217: Set PMIC to shutdown on PWR_EN toggleColin Foe-Parker1-0/+12
2012-09-24mfd: Add backlight as subdevice to the tps65217Matthias Kaehlcke1-0/+3
2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-08-22mfd: Move tps65217 regulator plat data handling to regulatorAnilKumar Ch1-87/+43
2012-07-12regulator: tps65217: Add device tree supportAnilKumar Ch1-2/+65
2012-05-20mfd: Staticise non-exported tps65217_update_bits()Mark Brown1-1/+1
2012-05-09mfd: Convert tps65217 to devm_regmap_init_i2c()Axel Lin1-11/+4
2012-03-06mfd: Add new mfd device for TPS65217AnilKumar Ch1-0/+242