summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
| | * | regulator: stm32-booster: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: qcom-rpmh: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: sy8106a: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: stm32-vrefbuf: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: stm32-pwr: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: pwm: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: max77826: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: max1586: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: ltc3676: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: ltc3589: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: fixed: Fix W=1 build warnings when CONFIG_OF=nJisheng Zhang2020-08-211-8/+8
| | * | regulator: fan53555: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: da9210: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| | * | regulator: 88pg86x: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
| * | | regulator: dbx500: Remove unused debugfs goto labelFabio Estevam2020-08-211-2/+0
| |/ /
| * | regulator: rt4801: Select REGMAP_I2C to fix build errorAxel Lin2020-08-191-0/+1
| * | regulator: dbx500: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-08-181-19/+5
| * | regulator: set of_node for qcom vbus regulatorJonathan Marek2020-08-181-0/+1
| * | Merge series "regulator: mp886x: two features and dt json convert" from Jishe...Mark Brown2020-08-181-3/+106
| |\ \
| | * | regulator: mp886x: support setting switch freqJisheng Zhang2020-07-311-0/+42
| | * | regulator: mp886x: implement set_ramp_delayJisheng Zhang2020-07-311-3/+64
| * | | Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosł...Mark Brown2020-08-181-73/+87
| |\ \ \
| * | | | regulator: qcom_spmi: Improve readability for setting up enable/mode pin controlAxel Lin2020-08-181-36/+34
| * | | | regulator: Remove pointer table overallocationMichał Mirosław2020-08-181-5/+5
| * | | | regulator: rpi-panel: Add regulator/backlight driver for RPi panelMarek Vasut2020-08-183-0/+225
| * | | | regulator: Avoid grabbing regulator lock during suspend/resumeStephen Boyd2020-08-181-24/+51
| * | | | regulator: sy8827n: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-181-0/+2
| * | | | regulator: da9211: add cache_typeHsin-Yi Wang2020-08-181-0/+14
| * | | | regulator: lp8755: Get rid of lp8755_read/lp8755_write/lp8755_update_bitsAxel Lin2020-08-181-61/+21
| * | | | regulator: rt4801: Add support for RT4801 Display Bias regulator driverChiYuan Huang2020-08-183-0/+231
| * | | | Merge existing fixes from regulator/for-5.9Mark Brown2020-08-172-1/+4
| |\ \ \ \
* | \ \ \ \ Merge tag 'regulator-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-09-251-3/+4
|\ \ \ \ \ \
| * | | | | | regulator: axp20x: fix LDO2/4 descriptionIcenowy Zheng2020-09-231-3/+4
* | | | | | | Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-09-114-85/+101
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | regulator: pwm: Fix machine constraints applicationVincent Whitchurch2020-09-021-1/+1
| * | | | | regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Dmitry Osipenko2020-09-011-6/+9
| * | | | | Merge tag 'v5.9-rc2' into regulator-5.9Mark Brown2020-08-254-3/+3
| |\| | | |
| * | | | | regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław2020-08-171-4/+0
| | |_|/ / | |/| | |
| * | | | regulator: cleanup regulator_ena_gpio_free()Michał Mirosław2020-08-171-12/+12
| * | | | regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław2020-08-171-9/+4
| * | | | regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław2020-08-171-20/+26
| * | | | regulator: push allocations in create_regulator() outside of lockMichał Mirosław2020-08-171-25/+28
| * | | | regulator: push allocation in regulator_ena_gpio_request() out of lockMichał Mirosław2020-08-171-5/+14
| * | | | regulator: push allocation in regulator_init_coupling() outside of lockMichał Mirosław2020-08-171-2/+3
| | |/ / | |/| |
| * | | regulator: fix spelling mistake "Cant" -> "Can't"Colin Ian King2020-08-101-1/+1
| * | | regulator: cros-ec-regulator: Add NULL test for devm_kmemdup callAxel Lin2020-08-041-0/+3
| | |/ | |/|
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-7/+7
| |/ |/|
* | Merge remote-tracking branch 'regulator/for-5.9' into regulator-nextMark Brown2020-07-3045-164/+2088
|\|
| * regulator: cros-ec-regulator: Fix double free of desc->name.Pi-Hsun Shih2020-07-281-6/+1
| * regulator: pca9450: Convert to use module_i2c_driverAxel Lin2020-07-271-11/+1