summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'regulator-5.2' into regulator-nextMark Brown2019-05-0680-2743/+1249
|\
| * regulator: core: simplify return value on suported_voltageJorge Ramirez-Ortiz2019-05-031-2/+2
| * regulator: da9xxx: Switch to SPDX identifierAxel Lin2019-05-038-110/+36
| * regulator: stm32-pwr: Remove unneeded .min_uV and .list_volageAxel Lin2019-05-031-2/+0
| * regulator: stm32-pwr: Remove unneeded *desc from struct stm32_pwr_regAxel Lin2019-05-031-5/+3
| * regulator: ab3100: Set fixed_uV instead of min_uV for fixed regulatorsAxel Lin2019-05-031-4/+3
| * regulator: ab3100: Constify regulator_ops and ab3100_regulator_descAxel Lin2019-05-031-7/+7
| * regulator: pv880x0: Switch to SPDX identifierAxel Lin2019-05-036-72/+15
| * regulator: hi6xxx: Switch to SPDX identifierAxel Lin2019-05-023-42/+30
| * regulator: vexpress: Switch to SPDX identifierAxel Lin2019-05-021-12/+3
| * regulator: vexpress: Get rid of struct vexpress_regulatorAxel Lin2019-05-021-31/+22
| * regulator: sky81452: Switch to SPDX identifierAxel Lin2019-04-261-18/+6
| * regulator: sky81452: Constify sky81452_reg_opsAxel Lin2019-04-261-1/+1
| * regulator: sy8106a: Get rid of struct sy8106aAxel Lin2019-04-261-27/+13
| * regulator: core: do not report EPROBE_DEFER as error but as debugJorge Ramirez-Ortiz2019-04-261-2/+7
| * regulator: mt63xx: Switch to SPDX identifierAxel Lin2019-04-265-56/+17
| * regulator: fan53555: Switch to SPDX identifierAxel Lin2019-04-261-14/+10
| * regulator: fan53555: Clean up unneeded fields from struct fan53555_device_infoAxel Lin2019-04-261-19/+17
| * regulator: ltc3589: Switch to SPDX identifierAxel Lin2019-04-261-18/+6
| * regulator: ltc3589: Get rid of struct ltc3589_regulatorAxel Lin2019-04-261-38/+31
| * regulator: ltc3589: Convert to use simplified DT parsingAxel Lin2019-04-261-136/+58
| * regulator: wm8400: Switch to SPDX identifierAxel Lin2019-04-171-13/+7
| * regulator: wm8350: Switch to SPDX identifierAxel Lin2019-04-171-13/+8
| * regulator: wm831x: Switch to SPDX identifierAxel Lin2019-04-173-36/+21
| * regulator: arizona: Switch to SPDX identifierAxel Lin2019-04-172-24/+14
| * regulator: wm8994: Switch to SPDX identifierAxel Lin2019-04-171-12/+7
| * regulator: stm32-pwr: Fix return value check in stm32_pwr_regulator_probe()Wei Yongjun2019-04-171-2/+2
| * regulator: ready_mask_table[] can be statickbuild test robot2019-04-171-3/+3
| * regulator: tps80031: Switch to SPDX identifierAxel Lin2019-04-161-24/+10
| * regulator: tps80031: Constify regulator_ops and tps80031_dcdc_voltages arrayAxel Lin2019-04-161-6/+6
| * regulator: tps80031: Remove unused *rdev from struct tps80031_regulatorAxel Lin2019-04-161-2/+0
| * regulator: Add support for stm32 power regulatorsPascal PAILLET-LME2019-04-153-0/+198
| * regulator: max8998: Factor out struct voltage_map_descAxel Lin2019-04-151-238/+56
| * regulator: max8998: Constify regulator_opsAxel Lin2019-04-151-3/+3
| * regulator: tps6524x: Remove *rdev[N_REGULATORS] from struct tps6524xAxel Lin2019-04-151-5/+4
| * regulator: tps6524x: Constify regulator_opsAxel Lin2019-04-151-1/+1
| * regulator: tps65218: Convert to use regulator_get_current_limit_regmapAxel Lin2019-04-151-29/+19
| * regulator: ab8500: Remove *regulator from struct ab8500_regulator_infoAxel Lin2019-04-151-6/+4
| * regulator: ab8500: Constify regulator_opsAxel Lin2019-04-151-5/+5
| * regulator: ab8500-ext: Constify ab8500_ext_regulator_opsAxel Lin2019-04-151-1/+1
| * regulator: ab8500-ext: Convert to use simplified DT parsingAxel Lin2019-04-151-23/+5
| * regulator: ab8500-ext: Remove *rdev from struct ab8500_ext_regulator_infoAxel Lin2019-04-151-11/+8
| * regulator: dbx500-prcmu: Remove unused fields from struct dbx500_regulator_infoAxel Lin2019-04-122-9/+5
| * regulator: db8500-prcmu: Convert to use simplified DT parsingAxel Lin2019-04-121-97/+42
| * regulator: db8500-prcmu: Constify regulator_opsAxel Lin2019-04-121-2/+2
| * regulator: mcp16502: Remove setup_regulators functionAxel Lin2019-04-111-26/+11
| * regulator: mcp16502: Remove unneeded fields from struct mcp16502Axel Lin2019-04-111-24/+16
| * 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