aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/palmas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08mfd: palmas: Assign the right powerhold mask for tps65917Keerthy1-1/+9
2017-07-06mfd: palmas: Use devm_of_platform_populate()Benjamin Gaignard1-1/+1
2017-04-27mfd: palmas: Fixed spelling mistake in error messageWillis Monroe1-1/+1
2017-04-27mfd: palmas: Reset the POWERHOLD mux during power offKeerthy1-0/+14
2016-11-29mfd: palmas: Remove redundant check in palmas_power_offKeerthy1-3/+0
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-06-23regulator: palmas: add driver data and modularize the probeKeerthy1-40/+4
2014-06-23mfd: palmas: shift the palmas_sleep_requestor_info structure definition to the header fileKeerthy1-10/+0
2014-06-23mfd: palmas: Add tps65917 supportKeerthy1-7/+172
2013-10-23mfd: palmas: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-23mfd: palmas: Fix resource leak of i2c_dummy devicesLaxman Dewangan1-6/+15
2013-10-23mfd: palmas: Reset pm_power_off if it is set for the deviceLaxman Dewangan1-0/+5
2013-10-23mfd: palmas: Add MODULE_DEVICE_TABLE for of_device tableLaxman Dewangan1-0/+1
2013-10-23mfd: palmas: Remove call of mfd_remove_devicesLaxman Dewangan1-1/+0
2013-08-21Merge tag 'mfd-lee-3.12-1' of git://git.linaro.org/people/ljones/mfdSamuel Ortiz1-2/+31
2013-08-20mfd: palmas: Add support for external control configurationLaxman Dewangan1-0/+97
2013-08-14mfd: palmas: Add power off controlBill Huang1-2/+31
2013-06-24mfd: palmas: Add TPS659038 PMIC supportJ Keerthy1-0/+5
2013-06-20mfd: palmas: Add SMPS10_BOOST featureJ Keerthy1-8/+21
2013-06-20mfd: palmas: Check if irq is validJ Keerthy1-0/+6
2013-06-17mfd: palmas: Remove code which is not necessary for a device tree bootJ Keerthy1-106/+0
2013-04-08mfd: palmas: Initialise client->of_node for dummy created clientLaxman Dewangan1-0/+1
2013-04-05mfd: palmas: Change the DT node property names to follow the conventionJ Keerthy1-3/+3
2013-03-12mfd: palmas: Provide irq flags through DT/platform dataLaxman Dewangan1-3/+33
2013-02-14mfd: palmas: Add rtc irq number as irq resource for palmas-rtcLaxman Dewangan1-2/+12
2012-11-28mfd: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-2/+2
2012-09-23mfd: palmas: Add device tree handling to mfdGraeme Gregory1-0/+52
2012-09-23mfd: palmas: Add pdata/data for rest of childrenGraeme Gregory1-0/+13
2012-09-21mfd: palmas: Switch to linear domain in all casesGraeme Gregory1-63/+1
2012-09-21mfd: palmas: Improve the error exit pathGraeme Gregory1-8/+11
2012-09-17mfd: palmas: Drop kfree of devm_kzalloc's dataJulia Lawall1-1/+0
2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+2
2012-07-09mfd: Add missing hunk to change palmas irq to clear on readGraeme Gregory1-1/+8
2012-07-09mfd: Fix palmas regulator pdata missingGraeme Gregory1-0/+3
2012-07-09mfd: Add terminating entry for i2c_device_id palmas tableAxel Lin1-0/+1
2012-05-18mfd: palmas PMIC device supportGraeme Gregory1-0/+509