summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
| * regulator: vexpress: Constify regulator_opsAxel Lin2019-04-111-2/+2
| * regulator: hi6421: Convert to use simplified DT parsingAxel Lin2019-04-111-130/+78
| * regulator: anatop: Remove unneeded fields from struct anatop_regulatorAxel Lin2019-04-101-36/+27
| * regulator: s2mpa01: Remove unused define for S2MPA01_REGULATOR_CNTAxel Lin2019-04-101-2/+0
| * regulator: hi655x: Remove ctrl_mask field from struct hi655x_regulatorAxel Lin2019-04-101-10/+3
| * regulator: hi655x: Constify regulators arrayAxel Lin2019-04-101-1/+1
| * regulator: s2mpa01: Convert to use simplified DT parsingAxel Lin2019-04-081-29/+10
| * regulator: bd718x7: Use rdev_get_id() to get regulator idAxel Lin2019-04-081-2/+2
| * regulator: twl: Constify regulator_opsAxel Lin2019-04-031-3/+3
| * regulator: lm363x: Constify regulator_opsAxel Lin2019-04-031-2/+2
| * regulator: lm363x: Use proper data type for regmap_read argumentsAxel Lin2019-04-031-2/+2
| * regulator: bcm590xx: Convert to use simplified DT parsingAxel Lin2019-04-021-103/+2
| * regulator: as3722: Slightly improve readabilityAxel Lin2019-04-011-79/+58
| * regulator: as3722: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-04-011-152/+60
| * regulator: tps6507x: Convert to regulator core's simplified DT parsing codeAxel Lin2019-04-011-88/+19
| * regulator: tps6507x: Remove unused *rdev[] from struct tps6507x_pmicAxel Lin2019-04-011-4/+0
| * regulator: tps6507x: Constify tps6507x_pmic_opsAxel Lin2019-04-011-1/+1
| * regulator: vctrl: Remove unneeded continue statementAxel Lin2019-04-011-3/+1
| * regulator: rc5t583: Get rid of struct rc5t583_regulatorAxel Lin2019-04-011-22/+3
| * regulator: act8865: Constify regulator_opsAxel Lin2019-03-261-2/+2
| * regulator: act8865: Convert to regulator core's simplified DT parsing codeAxel Lin2019-03-261-124/+19
| * regulator: sc2731: Constify regulatorsAxel Lin2019-03-261-1/+1
| * regulator: da9063: convert header to SPDXWolfram Sang2019-03-261-14/+8
| * regulator: tps65217: Constify regulator_opsAxel Lin2019-03-251-2/+2
| * regulator: tps65218: Constify regulator_opsAxel Lin2019-03-251-4/+4
| * regulator: uniphier: Fix build dependencyAxel Lin2019-03-251-1/+2
| * regulator: tps65086: Fix tps65086_ldoa1_ranges for selector 0xBAxel Lin2019-03-211-2/+2
| * regulator: tps65217: Simplify linear range for selector 25-52Axel Lin2019-03-211-2/+1
| * regulator: tps65132: Constify tps65132_regulator_ops and tps_regs_descAxel Lin2019-03-211-2/+2
| * regulator: tps65132: Remove unneeded fields from struct tps65132_regulatorAxel Lin2019-03-211-14/+11
| * regulator: axp20x: Mark expected switch fall-throughsGustavo A. R. Silva2019-03-201-3/+3
| * regulator: rn5t618: Constify regulator_descAxel Lin2019-03-201-4/+4
| * regulator: max8925: Convert to regulator core's simplified DT parsing codeAxel Lin2019-03-201-67/+9
| * regulator: of: Make regulator_of_get_init_node staticYueHaibing2019-03-201-2/+3
| * regulator: axp20x: Use rdev_get_id at appropriate placesAxel Lin2019-03-191-9/+5
| * regulator: axp20x: Remove unneeded NULL test against rdevAxel Lin2019-03-191-3/+0
| * regulator: 88pm8607: Convert to regulator core's simplified DT parsing codeAxel Lin2019-03-191-34/+9
| * regulator: core: Fix application of "drop lockdep annotation in drms_uA_updat...Mark Brown2019-03-181-2/+0
| * regulator: da9063: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-181-79/+28
| * regulator: da9062: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-181-93/+32
| * regulator: lp87565: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-181-40/+7
| * regulator: lp87565: Fix missing register for LP87565_BUCK_0Axel Lin2019-03-181-1/+1
| * regulator: mt6397: Use unsigned int for volt_tablesAxel Lin2019-03-181-8/+8
| * regulator: mt6380: Use unsigned int for volt_tablesAxel Lin2019-03-181-4/+4
| * regulator: mt6323: Use unsigned int for volt_tablesAxel Lin2019-03-181-10/+10
| * regulator: max77650: Use unsigned int for max77651_sbb1_regulator_volt_tableAxel Lin2019-03-181-1/+1
| * regulator: as3711: Remove struct as3711_regulator_info and as3711_regulatorAxel Lin2019-03-181-30/+7
| * regulator: cpcap: Convert to use of_device_get_match_dataAxel Lin2019-03-181-8/+4
| * regulator: cpcap: Remove unneeded init_data settingAxel Lin2019-03-181-3/+0
| * regulator: as3722: Remove *rdevs[] from struct as3722_regulatorsAxel Lin2019-03-181-2/+0