Re: [RFC] reset: add reset_control_bulk API

2021-03-09 Thread Dmitry Osipenko
03.03.2021 15:10, Philipp Zabel пишет: > Follow the clock and regulator subsystems' lead and add a bulk API > for reset controls. > > Signed-off-by: Philipp Zabel > --- Hello Philipp, The patch is almost okay to me. I'll fix the minor issues and include it in the next version of the Tegra

[RFC] reset: add reset_control_bulk API

2021-03-03 Thread Philipp Zabel
Follow the clock and regulator subsystems' lead and add a bulk API for reset controls. Signed-off-by: Philipp Zabel --- drivers/reset/core.c | 213 + include/linux/reset.h | 238 ++ 2 files changed, 451 insertions(+)