aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65910-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-13regulator: tps65910: check TPS65910_NUM_REGS at build timeMichał Mirosław1-2/+3
2016-09-24regulator: tps65910: Work around silicon erratum SWCZ010Jan Remmet1-0/+6
2015-03-16regulator: tps65910: Add missing #include <linux/of.h>Geert Uytterhoeven1-0/+1
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-30Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/tps65910' and 'regulator/topic/voltage-ev' into regulator-nextMark Brown1-11/+2
2014-09-10regulator: remove unnecessary of_node_get() to parentGuodong Xu1-1/+1
2014-08-16regulator: tps65910: Allow missing init_data for diagnosticsAxel Lin1-11/+2
2014-02-20regulator: tps65910: Remove redundant error messageSachin Kamat1-16/+5
2013-12-30regulator: tps65910: Simplify setting enable_mask for regulatorsAxel Lin1-15/+1
2013-12-21regulator: tps65910: Add backup battery regulatorMarkus Pargmann1-1/+55
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-10-24Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-nextMark Brown1-5/+5
2013-10-15regulator: tps65910: Fix checkpatch issueJingoo Han1-4/+4
2013-10-14treewide: Fix typo in printkMasanari Iida1-1/+1
2013-10-09regulator: tps65910: get regulators node from parent node onlyLaxman Dewangan1-1/+1
2013-09-17regulator: tps65910: Use devm_regulator_registerSachin Kamat1-20/+3
2013-04-23regulator: tps65910: Convert to use regulator_map_voltage_ascendAxel Lin1-0/+4
2013-01-30regulator: Add missing of_node_put()Axel Lin1-2/+4
2013-01-24regulator: tps65910: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-1/+1
2012-12-10Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-nextMark Brown1-0/+7
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-17regulator: tps65910: fix BUG_ON() shown with vrtc regulatorAnilKumar Ch1-0/+7
2012-07-17regulator: tps65910: set input_supply on desc unconditionallyLaxman Dewangan1-10/+1
2012-07-12regulator: tps65910: Remvoe tps65910_reg_[read|modify_bits|read_locked|write_locked] functionsAxel Lin1-111/+73
2012-07-10regulator: tps65910: correct init value of n_voltagesLaxman Dewangan1-11/+11
2012-07-06regulator: tps65910: add support for input supplyLaxman Dewangan1-0/+36
2012-07-04regulator: tps65910: Set enable enable_time in regulator_descAxel Lin1-11/+1
2012-06-22regulator: tps65910: Convert to regulator_list_voltage_tableAxel Lin1-54/+40
2012-06-22regulator: tps65910: Remove unused min_uV and max_uV from struct tps_infoAxel Lin1-50/+0
2012-06-21regulator: tps65910: Convert to regulator_set_voltage_time_sel()Axel Lin1-28/+6
2012-06-18regulator: tps65910: Don't use 0 as NULLMark Brown1-1/+1
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-43/+39
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-10/+10
2012-05-20regulator: tps65910: use of_node of matched regulator being registerLaxman Dewangan1-7/+12
2012-05-20regulator: tps65910: dt: support when "regulators" node foundLaxman Dewangan1-0/+4
2012-05-20regulator: tps65910: add error message in case of failureLaxman Dewangan1-4/+8
2012-05-20mfd: Commonize tps65910 regmap access through headerRhyland Klein1-46/+42
2012-05-19regulator: tps65910: use devm_* for memory allocationLaxman Dewangan1-18/+9
2012-05-19regulator: tps65910: use small letter for regulator namesLaxman Dewangan1-52/+52
2012-05-12regulator: tps65910 regulator: add device tree supportRhyland Klein1-0/+108
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown1-26/+9
2012-05-09regulator: tps65910: Convert to get_voltage_selAxel Lin1-25/+9
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-23regulator: tps65910: Use generic regmap enable/disable operationsAxel Lin1-54/+15
2012-04-11regulator: Convert tps65xxx regulator drivers to use devm_kzallocAxel Lin1-6/+3
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-08Merge branch 'master' into for-nextJiri Kosina1-55/+345
2012-04-05Fix typo milivolt => millivoltThomas Weber1-10/+10