summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/palmas.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: palmas: Convert to i2c_new_dummy_deviceWolfram Sang2019-08-121-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* mfd: palmas: Assign the right powerhold mask for tps65917Keerthy2018-01-081-1/+9
* mfd: palmas: Use devm_of_platform_populate()Benjamin Gaignard2017-07-061-1/+1
* mfd: palmas: Fixed spelling mistake in error messageWillis Monroe2017-04-271-1/+1
* mfd: palmas: Reset the POWERHOLD mux during power offKeerthy2017-04-271-0/+14
* mfd: palmas: Remove redundant check in palmas_power_offKeerthy2016-11-291-3/+0
* mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski2015-08-111-1/+0
* regulator: palmas: add driver data and modularize the probeKeerthy2014-06-231-40/+4
* mfd: palmas: shift the palmas_sleep_requestor_info structure definition to th...Keerthy2014-06-231-10/+0
* mfd: palmas: Add tps65917 supportKeerthy2014-06-231-7/+172
* mfd: palmas: Remove redundant of_match_ptrSachin Kamat2013-10-231-1/+1
* mfd: palmas: Fix resource leak of i2c_dummy devicesLaxman Dewangan2013-10-231-6/+15
* mfd: palmas: Reset pm_power_off if it is set for the deviceLaxman Dewangan2013-10-231-0/+5
* mfd: palmas: Add MODULE_DEVICE_TABLE for of_device tableLaxman Dewangan2013-10-231-0/+1
* mfd: palmas: Remove call of mfd_remove_devicesLaxman Dewangan2013-10-231-1/+0
* Merge tag 'mfd-lee-3.12-1' of git://git.linaro.org/people/ljones/mfdSamuel Ortiz2013-08-211-2/+31
|\
| * mfd: palmas: Add power off controlBill Huang2013-08-141-2/+31
* | mfd: palmas: Add support for external control configurationLaxman Dewangan2013-08-201-0/+97
|/
* mfd: palmas: Add TPS659038 PMIC supportJ Keerthy2013-06-241-0/+5
* mfd: palmas: Add SMPS10_BOOST featureJ Keerthy2013-06-201-8/+21
* mfd: palmas: Check if irq is validJ Keerthy2013-06-201-0/+6
* mfd: palmas: Remove code which is not necessary for a device tree bootJ Keerthy2013-06-171-106/+0
* mfd: palmas: Initialise client->of_node for dummy created clientLaxman Dewangan2013-04-081-0/+1
* mfd: palmas: Change the DT node property names to follow the conventionJ Keerthy2013-04-051-3/+3
* mfd: palmas: Provide irq flags through DT/platform dataLaxman Dewangan2013-03-121-3/+33
* mfd: palmas: Add rtc irq number as irq resource for palmas-rtcLaxman Dewangan2013-02-141-2/+12
* mfd: remove use of __devinitdataBill Pemberton2012-11-281-1/+1
* mfd: remove use of __devinitBill Pemberton2012-11-281-2/+2
* mfd: palmas: Add device tree handling to mfdGraeme Gregory2012-09-231-0/+52
* mfd: palmas: Add pdata/data for rest of childrenGraeme Gregory2012-09-231-0/+13
* mfd: palmas: Switch to linear domain in all casesGraeme Gregory2012-09-211-63/+1
* mfd: palmas: Improve the error exit pathGraeme Gregory2012-09-211-8/+11
* mfd: palmas: Drop kfree of devm_kzalloc's dataJulia Lawall2012-09-171-1/+0
* mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-141-1/+2
* mfd: Add missing hunk to change palmas irq to clear on readGraeme Gregory2012-07-091-1/+8
* mfd: Fix palmas regulator pdata missingGraeme Gregory2012-07-091-0/+3
* mfd: Add terminating entry for i2c_device_id palmas tableAxel Lin2012-07-091-0/+1
* mfd: palmas PMIC device supportGraeme Gregory2012-05-181-0/+509