summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)Author
2020-08-27regulator: mt6360: fix spelling mistake: "regulaotr" -> "regulator"Piyush Goyal
2020-08-26regulator: mt6360: Add support for MT6360 regulatorGene Chen
2020-08-25Merge tag 'v5.9-rc2' into regulator-5.9Mark Brown
2020-08-24regulator: rt4801: Fix W=1 build warning when CONFIG_OF=nChiYuan Huang
2020-08-24regulator: mp886x: use "mps,switch-frequency-hz"Jisheng Zhang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21Merge series "regulator: Fix W=1 build warning when CONFIG_OF=n" from Jisheng...Mark Brown
2020-08-21regulator: dbx500: Remove unused debugfs goto labelFabio Estevam
2020-08-21regulator: tps65023: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: stm32-booster: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: qcom-rpmh: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: sy8106a: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: stm32-vrefbuf: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: stm32-pwr: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: pwm: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: max77826: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: max1586: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: ltc3676: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: ltc3589: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: fixed: Fix W=1 build warnings when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: fan53555: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: da9210: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-21regulator: 88pg86x: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-19regulator: rt4801: Select REGMAP_I2C to fix build errorAxel Lin
2020-08-18regulator: dbx500: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-08-18regulator: set of_node for qcom vbus regulatorJonathan Marek
2020-08-18Merge series "regulator: mp886x: two features and dt json convert" from Jishe...Mark Brown
2020-08-18Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosł...Mark Brown
2020-08-18regulator: qcom_spmi: Improve readability for setting up enable/mode pin controlAxel Lin
2020-08-18regulator: Remove pointer table overallocationMichał Mirosław
2020-08-18regulator: rpi-panel: Add regulator/backlight driver for RPi panelMarek Vasut
2020-08-18regulator: Avoid grabbing regulator lock during suspend/resumeStephen Boyd
2020-08-18regulator: sy8827n: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2020-08-18regulator: da9211: add cache_typeHsin-Yi Wang
2020-08-18regulator: lp8755: Get rid of lp8755_read/lp8755_write/lp8755_update_bitsAxel Lin
2020-08-18regulator: rt4801: Add support for RT4801 Display Bias regulator driverChiYuan Huang
2020-08-17regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław
2020-08-17regulator: cleanup regulator_ena_gpio_free()Michał Mirosław
2020-08-17regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław
2020-08-17regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław
2020-08-17regulator: push allocations in create_regulator() outside of lockMichał Mirosław
2020-08-17regulator: push allocation in regulator_ena_gpio_request() out of lockMichał Mirosław
2020-08-17regulator: push allocation in regulator_init_coupling() outside of lockMichał Mirosław
2020-08-17Merge existing fixes from regulator/for-5.9Mark Brown
2020-08-10regulator: fix spelling mistake "Cant" -> "Can't"Colin Ian King
2020-08-04regulator: cros-ec-regulator: Add NULL test for devm_kmemdup callAxel Lin
2020-07-31regulator: mp886x: support setting switch freqJisheng Zhang
2020-07-31regulator: mp886x: implement set_ramp_delayJisheng Zhang
2020-07-30Merge remote-tracking branch 'regulator/for-5.9' into regulator-nextMark Brown
2020-07-28regulator: cros-ec-regulator: Fix double free of desc->name.Pi-Hsun Shih