summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
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_updat...Mark Brown1-2/+0
2019-03-18regulator: da9063: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-79/+28
2019-03-18regulator: da9062: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-93/+32
2019-03-18regulator: lp87565: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-40/+7
2019-03-18regulator: lp87565: Fix missing register for LP87565_BUCK_0Axel Lin1-1/+1
2019-03-18regulator: mt6397: Use unsigned int for volt_tablesAxel Lin1-8/+8
2019-03-18regulator: mt6380: Use unsigned int for volt_tablesAxel Lin1-4/+4
2019-03-18regulator: mt6323: Use unsigned int for volt_tablesAxel Lin1-10/+10
2019-03-18regulator: max77650: Use unsigned int for max77651_sbb1_regulator_volt_tableAxel Lin1-1/+1
2019-03-18regulator: as3711: Remove struct as3711_regulator_info and as3711_regulatorAxel Lin1-30/+7
2019-03-18regulator: cpcap: Convert to use of_device_get_match_dataAxel Lin1-8/+4
2019-03-18regulator: cpcap: Remove unneeded init_data settingAxel Lin1-3/+0
2019-03-18regulator: as3722: Remove *rdevs[] from struct as3722_regulatorsAxel Lin1-2/+0
2019-03-18regulator: da9052: Include linux/of.h to fix build warning for of_match_ptrAxel Lin1-2/+0
2019-03-15regulator: da9055: Convert to regulator core's simplified DT parsing codeAxel Lin1-61/+6
2019-03-15regulator: da9052: Convert to regulator core's simplified DT parsing codeAxel Lin1-27/+6
2019-03-15regulator: 88pm800: Get rid of struct pm800_regulatorsAxel Lin1-17/+1
2019-03-13regulator: wm8350: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-70/+11
2019-03-13regulator: wm831x-isink: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-38/+7
2019-03-13regulator: wm8350: Select maximum current in specific rangeAxel Lin1-1/+1
2019-03-13regulator: wm831x-isink: Select maximum current in specific rangeAxel Lin1-1/+1
2019-03-13regulator: wm831x ldo: Fix notifier mutex lock warningSteve Twiss1-0/+2
2019-03-13regulator: wm831x isink: Fix notifier mutex lock warningSteve Twiss1-0/+2
2019-03-13regulator: max14577: Get rid of match_init_data/match_of_node functionsAxel Lin1-55/+0
2019-03-13regulator: da903x: don't build with clangArnd Bergmann1-0/+1
2019-03-13regulator: pv88060: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-03-13regulator: ltc3676: Fix notifier mutex lock warningSteve Twiss1-2/+8
2019-03-13regulator: ltc3589: Fix notifier mutex lock warningSteve Twiss1-2/+8
2019-03-13regulator: lp8755: Fix notifier mutex lock warningSteve Twiss1-3/+12
2019-03-13regulator: da9211: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-03-13regulator: da9063: Fix notifier mutex lock warningSteve Twiss1-1/+4
2019-03-13regulator: wm831x: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-03-13regulator: pv88090: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-03-13regulator: pv88080: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-03-13regulator: da9062: Fix notifier mutex lock warningSteve Twiss1-0/+2
2019-03-13regulator: da9055: Fix notifier mutex lock warningSteve Twiss1-0/+2
2019-03-13regulator: gpio: Constify regulator_opsAxel Lin1-2/+2
2019-03-13regulator: gpio: Convert to devm_regulator_registerAxel Lin1-14/+4
2019-03-11regulator: wm8400: Fix trivial typoAxel Lin1-1/+1
2019-03-11regulator: wm8400: Get rid of wm8400_block_read/wm8400_set_bits functionsAxel Lin1-9/+8
2019-03-11regulator: ab3100: Remove ab3100_regulators_remove functionAxel Lin1-22/+2
2019-03-11regulator: palmas: Remove *rdev[PALMAS_NUM_REGS] from struct palmas_pmicAxel Lin1-12/+0
2019-03-04regulator: mc13xxx: Constify regulator_ops variablesAxel Lin4-10/+10