aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/stm32-vrefbuf.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-11regulator: stm32-vrefbuf: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-07-14regulator: Explicitly include correct DT includesRob Herring1-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson1-0/+1
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang1-1/+1
2022-04-19regulator: stm32-vrefbuf: using pm_runtime_resume_and_get instead of pm_runti...Minghao Chi1-20/+10
2020-08-21regulator: stm32-vrefbuf: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-03-04regulator: stm32-vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier1-1/+2
2019-10-09regulator: stm32-vrefbuf: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2019-02-28regulator: stm32-vrefbuf: add power management supportFabrice Gasnier1-7/+114
2018-02-08regulator: stm32-vrefbuf: fix check on ready flagFabrice Gasnier1-1/+1
2017-08-30regulator: Add support for stm32-vrefbufFabrice Gasnier1-0/+202