aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/stm32-pwr.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-14regulator: Explicitly include correct DT includesRob Herring1-2/+1
2023-05-30regulator: stm32-pwr: Fix regulator disablingMarek Vasut1-1/+1
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-04-13regulator: stm32-pwr: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-12regulator: stm32-pwr: fix of_iomap leakYAN SHI1-4/+3
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.19 and 5.4Douglas Anderson1-0/+1
2020-08-21regulator: stm32-pwr: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2019-05-03regulator: stm32-pwr: Remove unneeded .min_uV and .list_volageAxel Lin1-2/+0
2019-05-03regulator: stm32-pwr: Remove unneeded *desc from struct stm32_pwr_regAxel Lin1-5/+3
2019-04-17regulator: stm32-pwr: Fix return value check in stm32_pwr_regulator_probe()Wei Yongjun1-2/+2
2019-04-17regulator: ready_mask_table[] can be statickbuild test robot1-3/+3
2019-04-15regulator: Add support for stm32 power regulatorsPascal PAILLET-LME1-0/+190