aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-26regulator: mt6360: Add support for MT6360 regulatorGene Chen3-0/+469
2020-08-25Merge tag 'v5.9-rc2' into regulator-5.9Mark Brown4-3/+3
2020-08-24regulator: rt4801: Fix W=1 build warning when CONFIG_OF=nChiYuan Huang1-1/+1
2020-08-24regulator: mp886x: use "mps,switch-frequency-hz"Jisheng Zhang1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-7/+7
2020-08-21Merge series "regulator: Fix W=1 build warning when CONFIG_OF=n" from Jisheng Zhang <Jisheng.Zhang@synaptics.com>:Mark Brown15-22/+22
2020-08-21regulator: dbx500: Remove unused debugfs goto labelFabio Estevam1-2/+0
2020-08-21regulator: tps65023: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: stm32-booster: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: qcom-rpmh: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: sy8106a: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: stm32-vrefbuf: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: stm32-pwr: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: pwm: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: max77826: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: max1586: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: ltc3676: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: ltc3589: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: fixed: Fix W=1 build warnings when CONFIG_OF=nJisheng Zhang1-8/+8
2020-08-21regulator: fan53555: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: da9210: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-21regulator: 88pg86x: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-08-19regulator: rt4801: Select REGMAP_I2C to fix build errorAxel Lin1-0/+1
2020-08-18regulator: dbx500: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+5
2020-08-18regulator: set of_node for qcom vbus regulatorJonathan Marek1-0/+1
2020-08-18Merge series "regulator: mp886x: two features and dt json convert" from Jisheng Zhang <jszhang3@mail.ustc.edu.cn>Mark Brown1-3/+106
2020-08-18Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosław <mirq-linux@rere.qmqm.pl>:Mark Brown1-73/+87
2020-08-18regulator: qcom_spmi: Improve readability for setting up enable/mode pin controlAxel Lin1-36/+34
2020-08-18regulator: Remove pointer table overallocationMichał Mirosław1-5/+5
2020-08-18regulator: rpi-panel: Add regulator/backlight driver for RPi panelMarek Vasut3-0/+225
2020-08-18regulator: Avoid grabbing regulator lock during suspend/resumeStephen Boyd1-24/+51
2020-08-18regulator: sy8827n: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-0/+2
2020-08-18regulator: da9211: add cache_typeHsin-Yi Wang1-0/+14
2020-08-18regulator: lp8755: Get rid of lp8755_read/lp8755_write/lp8755_update_bitsAxel Lin1-61/+21
2020-08-18regulator: rt4801: Add support for RT4801 Display Bias regulator driverChiYuan Huang3-0/+231
2020-08-17regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław1-4/+0
2020-08-17regulator: cleanup regulator_ena_gpio_free()Michał Mirosław1-12/+12
2020-08-17regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław1-9/+4
2020-08-17regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław1-20/+26
2020-08-17regulator: push allocations in create_regulator() outside of lockMichał Mirosław1-25/+28
2020-08-17regulator: push allocation in regulator_ena_gpio_request() out of lockMichał Mirosław1-5/+14
2020-08-17regulator: push allocation in regulator_init_coupling() outside of lockMichał Mirosław1-2/+3
2020-08-17Merge existing fixes from regulator/for-5.9Mark Brown2-1/+4
2020-08-10regulator: fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-08-04regulator: cros-ec-regulator: Add NULL test for devm_kmemdup callAxel Lin1-0/+3
2020-07-31regulator: mp886x: support setting switch freqJisheng Zhang1-0/+42
2020-07-31regulator: mp886x: implement set_ramp_delayJisheng Zhang1-3/+64
2020-07-30Merge remote-tracking branch 'regulator/for-5.9' into regulator-nextMark Brown45-164/+2088
2020-07-28regulator: cros-ec-regulator: Fix double free of desc->name.Pi-Hsun Shih1-6/+1
2020-07-27regulator: pca9450: Convert to use module_i2c_driverAxel Lin1-11/+1