aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/tps65217.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-29mfd: tps65217: Support an interrupt pin as the system wakeupGravatar Milo Kim 1-0/+2
2016-11-29mfd: tps65217: Make an interrupt handler simplerGravatar Milo Kim 1-35/+9
2016-11-29mfd: tps65217: Update register interrupt mask bits instead of writing operationGravatar Milo Kim 1-4/+3
2016-11-29mfd: tps65217: Specify the IRQ nameGravatar Milo Kim 1-0/+1
2016-11-29mfd: tps65217: Fix page fault on unloading modulesGravatar Milo Kim 1-0/+19
2016-10-04mfd: tps65217: Fix nonstandard declarationGravatar Arnd Bergmann 1-1/+1
2016-10-04mfd: tps65217: Add power button as subdeviceGravatar Marcin Niestroj 1-0/+10
2016-10-04mfd: tps65217: Add support for IRQsGravatar Marcin Niestroj 1-8/+187
2016-04-19mfd: tps65217: Use devm_mfd_add_devices() for mfd_device registrationGravatar Laxman Dewangan 1-12/+2
2015-10-26mfd: tps65217: Add battery charger as subdeviceGravatar Enric Balletbo i Serra 1-0/+4
2015-08-11mfd: Export OF module alias information in missing driversGravatar Javier Martinez Canillas 1-0/+1
2015-08-11mfd: Drop owner assignment from i2c_driversGravatar Krzysztof Kozlowski 1-1/+0
2015-01-22mfd: tps65217: Constify struct regmap_configGravatar Krzysztof Kozlowski 1-1/+1
2014-11-25mfd: tps65217: Add compatible string for subdevicesGravatar Johannes Pointner 1-0/+2
2014-09-26mfd: tps65217: Tell regmap what registers are validGravatar Mark Brown 1-0/+2
2014-02-19mfd: tps65217: Naturalise cross-architecture discrepanciesGravatar Lee Jones 1-2/+2
2014-01-23drivers/mfd/tps65217.c: fix pointer-integer size mismatch warning in tps65217...Gravatar David Howells 1-1/+1
2014-01-06mfd: ti: Constify struct mfd_cell where possibleGravatar Geert Uytterhoeven 1-1/+1
2013-10-23mfd: tps65217: Remove redundant of_match_ptrGravatar Sachin Kamat 1-1/+1
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-0/+12
2012-11-28mfd: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28mfd: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28mfd: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-21mfd: tps65217: Set PMIC to shutdown on PWR_EN toggleGravatar Colin Foe-Parker 1-0/+12
2012-09-24mfd: Add backlight as subdevice to the tps65217Gravatar Matthias Kaehlcke 1-0/+3
2012-09-14mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-1/+1
2012-08-22mfd: Move tps65217 regulator plat data handling to regulatorGravatar AnilKumar Ch 1-87/+43
2012-07-12regulator: tps65217: Add device tree supportGravatar AnilKumar Ch 1-2/+65
2012-05-20mfd: Staticise non-exported tps65217_update_bits()Gravatar Mark Brown 1-1/+1
2012-05-09mfd: Convert tps65217 to devm_regmap_init_i2c()Gravatar Axel Lin 1-11/+4
2012-03-06mfd: Add new mfd device for TPS65217Gravatar AnilKumar Ch 1-0/+242