Re: [PATCH v2 1/2] usb: host: ehci-generic: Make usage of clock/reset bulk() API

2022-05-06 Thread Patrick DELAUNAY
Hi, On 5/6/22 08:22, Patrice Chotard wrote: Make usage of clock and reset bulk API in order to simplify the code Signed-off-by: Patrice Chotard --- Changes in v2: - add the error code in all dev_err() output. drivers/usb/host/ehci-generic.c | 103 ++-- 1

[PATCH v2 1/2] usb: host: ehci-generic: Make usage of clock/reset bulk() API

2022-05-06 Thread Patrice Chotard
Make usage of clock and reset bulk API in order to simplify the code Signed-off-by: Patrice Chotard --- Changes in v2: - add the error code in all dev_err() output. drivers/usb/host/ehci-generic.c | 103 ++-- 1 file changed, 32 insertions(+), 71 deletions(-)