aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/palmas.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-06mfd: palmas: Use devm_of_platform_populate()Gravatar Benjamin Gaignard 1-1/+1
2017-04-27mfd: palmas: Fixed spelling mistake in error messageGravatar Willis Monroe 1-1/+1
2017-04-27mfd: palmas: Reset the POWERHOLD mux during power offGravatar Keerthy 1-0/+14
2016-11-29mfd: palmas: Remove redundant check in palmas_power_offGravatar Keerthy 1-3/+0
2015-08-11mfd: Drop owner assignment from i2c_driversGravatar Krzysztof Kozlowski 1-1/+0
2014-06-23regulator: palmas: add driver data and modularize the probeGravatar Keerthy 1-40/+4
2014-06-23mfd: palmas: shift the palmas_sleep_requestor_info structure definition to th...Gravatar Keerthy 1-10/+0
2014-06-23mfd: palmas: Add tps65917 supportGravatar Keerthy 1-7/+172
2013-10-23mfd: palmas: Remove redundant of_match_ptrGravatar Sachin Kamat 1-1/+1
2013-10-23mfd: palmas: Fix resource leak of i2c_dummy devicesGravatar Laxman Dewangan 1-6/+15
2013-10-23mfd: palmas: Reset pm_power_off if it is set for the deviceGravatar Laxman Dewangan 1-0/+5
2013-10-23mfd: palmas: Add MODULE_DEVICE_TABLE for of_device tableGravatar Laxman Dewangan 1-0/+1
2013-10-23mfd: palmas: Remove call of mfd_remove_devicesGravatar Laxman Dewangan 1-1/+0
2013-08-21Merge tag 'mfd-lee-3.12-1' of git://git.linaro.org/people/ljones/mfdGravatar Samuel Ortiz 1-2/+31
2013-08-20mfd: palmas: Add support for external control configurationGravatar Laxman Dewangan 1-0/+97
2013-08-14mfd: palmas: Add power off controlGravatar Bill Huang 1-2/+31
2013-06-24mfd: palmas: Add TPS659038 PMIC supportGravatar J Keerthy 1-0/+5
2013-06-20mfd: palmas: Add SMPS10_BOOST featureGravatar J Keerthy 1-8/+21
2013-06-20mfd: palmas: Check if irq is validGravatar J Keerthy 1-0/+6
2013-06-17mfd: palmas: Remove code which is not necessary for a device tree bootGravatar J Keerthy 1-106/+0
2013-04-08mfd: palmas: Initialise client->of_node for dummy created clientGravatar Laxman Dewangan 1-0/+1
2013-04-05mfd: palmas: Change the DT node property names to follow the conventionGravatar J Keerthy 1-3/+3
2013-03-12mfd: palmas: Provide irq flags through DT/platform dataGravatar Laxman Dewangan 1-3/+33
2013-02-14mfd: palmas: Add rtc irq number as irq resource for palmas-rtcGravatar Laxman Dewangan 1-2/+12
2012-11-28mfd: remove use of __devinitdataGravatar Bill Pemberton 1-1/+1
2012-11-28mfd: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-09-23mfd: palmas: Add device tree handling to mfdGravatar Graeme Gregory 1-0/+52
2012-09-23mfd: palmas: Add pdata/data for rest of childrenGravatar Graeme Gregory 1-0/+13
2012-09-21mfd: palmas: Switch to linear domain in all casesGravatar Graeme Gregory 1-63/+1
2012-09-21mfd: palmas: Improve the error exit pathGravatar Graeme Gregory 1-8/+11
2012-09-17mfd: palmas: Drop kfree of devm_kzalloc's dataGravatar Julia Lawall 1-1/+0
2012-09-14mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-1/+2
2012-07-09mfd: Add missing hunk to change palmas irq to clear on readGravatar Graeme Gregory 1-1/+8
2012-07-09mfd: Fix palmas regulator pdata missingGravatar Graeme Gregory 1-0/+3
2012-07-09mfd: Add terminating entry for i2c_device_id palmas tableGravatar Axel Lin 1-0/+1
2012-05-18mfd: palmas PMIC device supportGravatar Graeme Gregory 1-0/+509