Age | Commit message (Expand) | Author | Files | Lines |
2019-04-25 | regulator: core: Actually put the gpiod after use | Linus Walleij | 1 | -0/+1 |
2019-04-17 | regulator: wm8400: Switch to SPDX identifier | Axel Lin | 1 | -13/+7 |
2019-04-17 | regulator: wm8350: Switch to SPDX identifier | Axel Lin | 1 | -13/+8 |
2019-04-17 | regulator: wm831x: Switch to SPDX identifier | Axel Lin | 3 | -36/+21 |
2019-04-17 | regulator: arizona: Switch to SPDX identifier | Axel Lin | 2 | -24/+14 |
2019-04-17 | regulator: wm8994: Switch to SPDX identifier | Axel Lin | 1 | -12/+7 |
2019-04-17 | regulator: stm32-pwr: Fix return value check in stm32_pwr_regulator_probe() | Wei Yongjun | 1 | -2/+2 |
2019-04-17 | regulator: ready_mask_table[] can be static | kbuild test robot | 1 | -3/+3 |
2019-04-16 | regulator: tps80031: Switch to SPDX identifier | Axel Lin | 1 | -24/+10 |
2019-04-16 | regulator: tps80031: Constify regulator_ops and tps80031_dcdc_voltages array | Axel Lin | 1 | -6/+6 |
2019-04-16 | regulator: tps80031: Remove unused *rdev from struct tps80031_regulator | Axel Lin | 1 | -2/+0 |
2019-04-15 | regulator: Add support for stm32 power regulators | Pascal PAILLET-LME | 3 | -0/+198 |
2019-04-15 | regulator: max8998: Factor out struct voltage_map_desc | Axel Lin | 1 | -238/+56 |
2019-04-15 | regulator: max8998: Constify regulator_ops | Axel Lin | 1 | -3/+3 |
2019-04-15 | regulator: tps6524x: Remove *rdev[N_REGULATORS] from struct tps6524x | Axel Lin | 1 | -5/+4 |
2019-04-15 | regulator: tps6524x: Constify regulator_ops | Axel Lin | 1 | -1/+1 |
2019-04-15 | regulator: tps65218: Convert to use regulator_get_current_limit_regmap | Axel Lin | 1 | -29/+19 |
2019-04-15 | regulator: ab8500: Remove *regulator from struct ab8500_regulator_info | Axel Lin | 1 | -6/+4 |
2019-04-15 | regulator: ab8500: Constify regulator_ops | Axel Lin | 1 | -5/+5 |
2019-04-15 | regulator: ab8500-ext: Constify ab8500_ext_regulator_ops | Axel Lin | 1 | -1/+1 |
2019-04-15 | regulator: ab8500-ext: Convert to use simplified DT parsing | Axel Lin | 1 | -23/+5 |
2019-04-15 | regulator: ab8500-ext: Remove *rdev from struct ab8500_ext_regulator_info | Axel Lin | 1 | -11/+8 |
2019-04-12 | regulator: dbx500-prcmu: Remove unused fields from struct dbx500_regulator_info | Axel Lin | 2 | -9/+5 |
2019-04-12 | regulator: db8500-prcmu: Convert to use simplified DT parsing | Axel Lin | 1 | -97/+42 |
2019-04-12 | regulator: db8500-prcmu: Constify regulator_ops | Axel Lin | 1 | -2/+2 |
2019-04-11 | regulator: mcp16502: Remove setup_regulators function | Axel Lin | 1 | -26/+11 |
2019-04-11 | regulator: mcp16502: Remove unneeded fields from struct mcp16502 | Axel Lin | 1 | -24/+16 |
2019-04-11 | regulator: vexpress: Constify regulator_ops | Axel Lin | 1 | -2/+2 |
2019-04-11 | regulator: hi6421: Convert to use simplified DT parsing | Axel Lin | 1 | -130/+78 |
2019-04-10 | regulator: anatop: Remove unneeded fields from struct anatop_regulator | Axel Lin | 1 | -36/+27 |
2019-04-10 | regulator: s2mpa01: Remove unused define for S2MPA01_REGULATOR_CNT | Axel Lin | 1 | -2/+0 |
2019-04-10 | regulator: hi655x: Remove ctrl_mask field from struct hi655x_regulator | Axel Lin | 1 | -10/+3 |
2019-04-10 | regulator: hi655x: Constify regulators array | Axel Lin | 1 | -1/+1 |
2019-04-08 | regulator: s2mpa01: Convert to use simplified DT parsing | Axel Lin | 1 | -29/+10 |
2019-04-08 | regulator: bd718x7: Use rdev_get_id() to get regulator id | Axel Lin | 1 | -2/+2 |
2019-04-05 | regulator: core: Avoid potential deadlock on regulator_unregister | Charles Keepax | 1 | -1/+2 |
2019-04-03 | regulator: twl: Constify regulator_ops | Axel Lin | 1 | -3/+3 |
2019-04-03 | regulator: lm363x: Constify regulator_ops | Axel Lin | 1 | -2/+2 |
2019-04-03 | regulator: lm363x: Use proper data type for regmap_read arguments | Axel Lin | 1 | -2/+2 |
2019-04-02 | regulator: bcm590xx: Convert to use simplified DT parsing | Axel Lin | 1 | -103/+2 |
2019-04-01 | regulator: as3722: Slightly improve readability | Axel Lin | 1 | -79/+58 |
2019-04-01 | regulator: as3722: Convert to use regulator_set/get_current_limit_regmap | Axel Lin | 1 | -152/+60 |
2019-04-01 | regulator: tps6507x: Convert to regulator core's simplified DT parsing code | Axel Lin | 1 | -88/+19 |
2019-04-01 | regulator: tps6507x: Remove unused *rdev[] from struct tps6507x_pmic | Axel Lin | 1 | -4/+0 |
2019-04-01 | regulator: tps6507x: Constify tps6507x_pmic_ops | Axel Lin | 1 | -1/+1 |
2019-04-01 | regulator: vctrl: Remove unneeded continue statement | Axel Lin | 1 | -3/+1 |
2019-04-01 | regulator: rc5t583: Get rid of struct rc5t583_regulator | Axel Lin | 1 | -22/+3 |
2019-03-26 | regulator: act8865: Constify regulator_ops | Axel Lin | 1 | -2/+2 |
2019-03-26 | regulator: act8865: Convert to regulator core's simplified DT parsing code | Axel Lin | 1 | -124/+19 |
2019-03-26 | regulator: tps65217: Fix off-by-one for latest seletor of tps65217_uv1_ranges | Axel Lin | 1 | -1/+1 |