aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-15regulator: ab8500: Constify regulator_opsAxel Lin1-5/+5
2019-04-15regulator: ab8500-ext: Constify ab8500_ext_regulator_opsAxel Lin1-1/+1
2019-04-15regulator: ab8500-ext: Convert to use simplified DT parsingAxel Lin1-23/+5
2019-04-15regulator: ab8500-ext: Remove *rdev from struct ab8500_ext_regulator_infoAxel Lin1-11/+8
2019-04-12regulator: dbx500-prcmu: Remove unused fields from struct dbx500_regulator_infoAxel Lin2-9/+5
2019-04-12regulator: db8500-prcmu: Convert to use simplified DT parsingAxel Lin1-97/+42
2019-04-12regulator: db8500-prcmu: Constify regulator_opsAxel Lin1-2/+2
2019-04-11regulator: mcp16502: Remove setup_regulators functionAxel Lin1-26/+11
2019-04-11regulator: mcp16502: Remove unneeded fields from struct mcp16502Axel Lin1-24/+16
2019-04-11regulator: vexpress: Constify regulator_opsAxel Lin1-2/+2
2019-04-11regulator: hi6421: Convert to use simplified DT parsingAxel Lin1-130/+78
2019-04-10regulator: anatop: Remove unneeded fields from struct anatop_regulatorAxel Lin1-36/+27
2019-04-10regulator: s2mpa01: Remove unused define for S2MPA01_REGULATOR_CNTAxel Lin1-2/+0
2019-04-10regulator: hi655x: Remove ctrl_mask field from struct hi655x_regulatorAxel Lin1-10/+3
2019-04-10regulator: hi655x: Constify regulators arrayAxel Lin1-1/+1
2019-04-08regulator: s2mpa01: Convert to use simplified DT parsingAxel Lin1-29/+10
2019-04-08regulator: bd718x7: Use rdev_get_id() to get regulator idAxel Lin1-2/+2
2019-04-05regulator: core: Avoid potential deadlock on regulator_unregisterCharles Keepax1-1/+2
2019-04-03regulator: twl: Constify regulator_opsAxel Lin1-3/+3
2019-04-03regulator: lm363x: Constify regulator_opsAxel Lin1-2/+2
2019-04-03regulator: lm363x: Use proper data type for regmap_read argumentsAxel Lin1-2/+2
2019-04-02regulator: bcm590xx: Convert to use simplified DT parsingAxel Lin1-103/+2
2019-04-01regulator: as3722: Slightly improve readabilityAxel Lin1-79/+58
2019-04-01regulator: as3722: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-152/+60
2019-04-01regulator: tps6507x: Convert to regulator core's simplified DT parsing codeAxel Lin1-88/+19
2019-04-01regulator: tps6507x: Remove unused *rdev[] from struct tps6507x_pmicAxel Lin1-4/+0
2019-04-01regulator: tps6507x: Constify tps6507x_pmic_opsAxel Lin1-1/+1
2019-04-01regulator: vctrl: Remove unneeded continue statementAxel Lin1-3/+1
2019-04-01regulator: rc5t583: Get rid of struct rc5t583_regulatorAxel Lin1-22/+3
2019-03-26regulator: act8865: Constify regulator_opsAxel Lin1-2/+2
2019-03-26regulator: act8865: Convert to regulator core's simplified DT parsing codeAxel Lin1-124/+19
2019-03-26regulator: tps65217: Fix off-by-one for latest seletor of tps65217_uv1_rangesAxel Lin1-1/+1
2019-03-26regulator: sc2731: Constify regulatorsAxel Lin1-1/+1
2019-03-26regulator: da9063: convert header to SPDXWolfram Sang1-14/+8
2019-03-25regulator: tps65217: Constify regulator_opsAxel Lin1-2/+2
2019-03-25regulator: tps65218: Constify regulator_opsAxel Lin1-4/+4
2019-03-25regulator: uniphier: Fix build dependencyAxel Lin1-1/+2
2019-03-21regulator: tps65086: Fix tps65086_ldoa1_ranges for selector 0xBAxel Lin1-2/+2
2019-03-21regulator: tps65217: Simplify linear range for selector 25-52Axel Lin1-2/+1
2019-03-21regulator: tps65132: Constify tps65132_regulator_ops and tps_regs_descAxel Lin1-2/+2
2019-03-21regulator: tps65132: Remove unneeded fields from struct tps65132_regulatorAxel Lin1-14/+11
2019-03-20regulator: axp20x: Mark expected switch fall-throughsGustavo A. R. Silva1-3/+3
2019-03-20regulator: rn5t618: Constify regulator_descAxel Lin1-4/+4
2019-03-20regulator: max8925: Convert to regulator core's simplified DT parsing codeAxel Lin1-67/+9
2019-03-20regulator: of: Make regulator_of_get_init_node staticYueHaibing1-2/+3
2019-03-19regulator: core: fix error path for regulator_set_voltage_unlockedSteve Twiss1-7/+4
2019-03-19regulator: axp20x: Use rdev_get_id at appropriate placesAxel Lin1-9/+5
2019-03-19regulator: axp20x: Remove unneeded NULL test against rdevAxel Lin1-3/+0
2019-03-19regulator: 88pm8607: Convert to regulator core's simplified DT parsing codeAxel Lin1-34/+9
2019-03-18regulator: core: Fix application of "drop lockdep annotation in drms_uA_update()"Mark Brown1-2/+0