summaryrefslogtreecommitdiff
path: root/drivers/regulator/stm32-pwr.c
AgeCommit message (Expand)Author
2023-07-14regulator: Explicitly include correct DT includesRob Herring
2023-05-30regulator: stm32-pwr: Fix regulator disablingMarek Vasut
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-13regulator: stm32-pwr: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-12regulator: stm32-pwr: fix of_iomap leakYAN SHI
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.19 and 5.4Douglas Anderson
2020-08-21regulator: stm32-pwr: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang
2019-05-03regulator: stm32-pwr: Remove unneeded .min_uV and .list_volageAxel Lin
2019-05-03regulator: stm32-pwr: Remove unneeded *desc from struct stm32_pwr_regAxel Lin
2019-04-17regulator: stm32-pwr: Fix return value check in stm32_pwr_regulator_probe()Wei Yongjun
2019-04-17regulator: ready_mask_table[] can be statickbuild test robot
2019-04-15regulator: Add support for stm32 power regulatorsPascal PAILLET-LME