summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65910-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: tps65910: check TPS65910_NUM_REGS at build timeMichał Mirosław2017-06-131-2/+3
* regulator: tps65910: Work around silicon erratum SWCZ010Jan Remmet2016-09-241-0/+6
* regulator: tps65910: Add missing #include <linux/of.h>Geert Uytterhoeven2015-03-161-0/+1
* regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
*-. Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/t...Mark Brown2014-09-301-11/+2
|\ \
| | * regulator: tps65910: Allow missing init_data for diagnosticsAxel Lin2014-08-161-11/+2
| |/
* / regulator: remove unnecessary of_node_get() to parentGuodong Xu2014-09-101-1/+1
|/
* regulator: tps65910: Remove redundant error messageSachin Kamat2014-02-201-16/+5
* regulator: tps65910: Simplify setting enable_mask for regulatorsAxel Lin2013-12-301-15/+1
* regulator: tps65910: Add backup battery regulatorMarkus Pargmann2013-12-211-1/+55
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-nextMark Brown2013-10-241-5/+5
|\ \
| * | regulator: tps65910: Fix checkpatch issueJingoo Han2013-10-151-4/+4
| * | regulator: tps65910: get regulators node from parent node onlyLaxman Dewangan2013-10-091-1/+1
| |/
* / regulator: tps65910: Use devm_regulator_registerSachin Kamat2013-09-171-20/+3
|/
* regulator: tps65910: Convert to use regulator_map_voltage_ascendAxel Lin2013-04-231-0/+4
* regulator: Add missing of_node_put()Axel Lin2013-01-301-2/+4
* regulator: tps65910: Fix using wrong dev argument for calling of_regulator_matchAxel Lin2013-01-241-1/+1
* Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-nextMark Brown2012-12-101-0/+7
|\
| * regulator: tps65910: fix BUG_ON() shown with vrtc regulatorAnilKumar Ch2012-10-171-0/+7
* | regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* | regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
* | regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
|/
* regulator: tps65910: set input_supply on desc unconditionallyLaxman Dewangan2012-07-171-10/+1
* regulator: tps65910: Remvoe tps65910_reg_[read|modify_bits|read_locked|write_...Axel Lin2012-07-121-111/+73
* regulator: tps65910: correct init value of n_voltagesLaxman Dewangan2012-07-101-11/+11
* regulator: tps65910: add support for input supplyLaxman Dewangan2012-07-061-0/+36
* regulator: tps65910: Set enable enable_time in regulator_descAxel Lin2012-07-041-11/+1
* regulator: tps65910: Convert to regulator_list_voltage_tableAxel Lin2012-06-221-54/+40
* regulator: tps65910: Remove unused min_uV and max_uV from struct tps_infoAxel Lin2012-06-221-50/+0
* regulator: tps65910: Convert to regulator_set_voltage_time_sel()Axel Lin2012-06-211-28/+6
* regulator: tps65910: Don't use 0 as NULLMark Brown2012-06-181-1/+1
* Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-291-43/+39
|\
| * mfd: Commonize tps65910 regmap access through headerRhyland Klein2012-05-201-46/+42
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-10/+10
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2012-04-081-55/+345
| |\|
| * | Fix typo milivolt => millivoltThomas Weber2012-04-051-10/+10
* | | regulator: tps65910: use of_node of matched regulator being registerLaxman Dewangan2012-05-201-7/+12
* | | regulator: tps65910: dt: support when "regulators" node foundLaxman Dewangan2012-05-201-0/+4
* | | regulator: tps65910: add error message in case of failureLaxman Dewangan2012-05-201-4/+8
* | | regulator: tps65910: use devm_* for memory allocationLaxman Dewangan2012-05-191-18/+9
* | | regulator: tps65910: use small letter for regulator namesLaxman Dewangan2012-05-191-52/+52
* | | regulator: tps65910 regulator: add device tree supportRhyland Klein2012-05-121-0/+108
* | | Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown2012-05-121-26/+9
|\ \ \
| * | | regulator: tps65910: Convert to get_voltage_selAxel Lin2012-05-091-25/+9
| * | | regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0
* | | | regulator: tps65910: Use generic regmap enable/disable operationsAxel Lin2012-04-231-54/+15
|/ / /
* | | regulator: Convert tps65xxx regulator drivers to use devm_kzallocAxel Lin2012-04-111-6/+3
* | | regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+6
| |/ |/|