diff options
author | Amelie Delaunay <amelie.delaunay@foss.st.com> | 2021-01-05 10:05:22 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-01-13 20:40:21 +0530 |
commit | 04edf6d6e22b76aacb23d545a9fe642573f73c9b (patch) | |
tree | d31708f543945cab4e486038224214cd5bb316a8 /drivers/parisc | |
parent | 613a475f0be10930474b5cf67c1c9aaa0c992798 (diff) |
phy: stm32: replace regulator_bulk* by multiple regulator_*
Due to async_schedule_domain call in regulator_bulk_enable,
scheduling while atomic bug can raise if regulator_bulk_enable is called
under atomic context.
To avoid this issue, this patch replaces all regulator_bulk* by regulator_
per regulators.
Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20210105090525.23164-4-amelie.delaunay@foss.st.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/parisc')
0 files changed, 0 insertions, 0 deletions