aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps6586x-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-04-20regulator: tps6586x: Add support for TPS658624ryang1-0/+1
2015-07-23regulator: tps6586x: silence pointer-to-int-castDaniel Kurtz1-2/+2
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-06regulator: tps6586x: Use regulator_list_voltage_linear for dvm/ldo4/sw2Axel Lin1-61/+68
2014-05-27regulator: tps6586x: Remove unused to_tps6586x_dev() functionAxel Lin1-5/+0
2014-05-26regulator: tps6586x: Add support for the TPS658640Alban Bedel1-0/+36
2014-05-26regulator: tps6586x: Prepare supporting fixed regulatorsAlban Bedel1-5/+22
2014-03-13regulator: tps6586x: Remove unnecessary rdev[] arrayAxel Lin1-10/+4
2014-02-20regulator: tps6586x: Remove redundant error messageSachin Kamat1-6/+2
2014-01-21regulator: tps6586x: Add and use correct voltage tableStefan Agner1-19/+74
2013-10-24Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-nextMark Brown1-1/+1
2013-10-09regulator: tps6586x: get regulators node from parent node onlyLaxman Dewangan1-1/+1
2013-09-17regulator: tps6586x: Use devm_regulator_registerSachin Kamat1-25/+6
2013-06-24mfd: tps6586x: correct device name of the regulator cellMarc Dietrich1-1/+1
2013-04-28Merge remote-tracking branch 'regulator/topic/tps6586x' into v3.9-rc8Mark Brown1-4/+2
2013-04-23regulator: tps6586x: Convert to use regulator_map_voltage_ascendAxel Lin1-0/+1
2013-03-04regulator: tps6586x: Use dev_err rather than dev_warn for error messageAxel Lin1-1/+1
2013-03-04regulator: tps6586x: (cosmetic) simplify a conditionalGuennadi Liakhovetski1-3/+1
2012-12-24regulator: tps6586x: Use apply_[reg|bit] with regmap based voltage_sel operationsAxel Lin1-44/+10
2012-12-10Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-nextMark Brown1-1/+1
2012-11-27regulator: tps6586x: fix build warning in debug buildLaxman Dewangan1-1/+1
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20Merge branch 'topic/tps6586x' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-hotplugMark Brown1-26/+155
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15mfd: tps6586x: move regulator dt parsing to regulator driverLaxman Dewangan1-26/+155
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-nextMark Brown1-67/+29
2012-09-06regulator: tps6586x: add support for SYS railLaxman Dewangan1-2/+18
2012-08-28regulator: tps6586x: Convert to regulator_[enable|disable|is_enabled|get_voltage_sel]_regmapAxel Lin1-65/+11
2012-08-07regulator: tps6586x: correct vin pin for sm0/sm1/sm2Laxman Dewangan1-3/+5
2012-07-13regulator: tps6586x: add support for input supplyLaxman Dewangan1-22/+25
2012-06-08regulator: tps6586x: Convert to regulator_list_voltage_tableAxel Lin1-36/+25
2012-05-04tps6586x: Add device tree supportThierry Reding1-0/+1
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown1-0/+5
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-01regulator: Merge tps6586x_regulator_ldo_ops and tps6586x_regulator_dvm_opsAxel Lin1-18/+7
2012-04-01regulator: Convert tps6586x to set_voltage_selAxel Lin1-49/+21
2012-04-01regulator: Convert tps6586x to get_voltage_selAxel Lin1-4/+4
2012-03-26regulator: tps6586x: Fix list minimal voltage setting for LDO0Axel Lin1-0/+5
2012-03-11regulator: tps6586x: fix typo in debug messageThierry Reding1-1/+1
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker1-0/+1
2011-08-28regulator: tps6586x: add SMx slew rate settingXin Xie1-1/+31
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-5/+10
2010-12-09regulator: tps6586x: correct register tableDanny Huang1-3/+3
2010-12-09regulator: tps6586x: Handle both enable reg/bits being the sameDanny Huang1-0/+4
2010-12-09regulator: tps6586x: Fix TPS6586X_DVM to store goreg/bitDanny Huang1-6/+13
2010-12-09regulator: tps6586x: Add missing bit mask generationDanny Huang1-2/+2