Re: [PATCH v2 1/2] usb: ehci-platform: use reset array API

From: Alan Stern
Date: Wed Nov 01 2017 - 12:58:19 EST


On Thu, 2 Nov 2017, Masahiro Yamada wrote:

> Generic drivers like this need to control arbitrary number of reset
> lines. Instead of hard-coding the maximum number of resets, use the
> reset array API. It can manage a bunch of resets behind the scene.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> ---
>
> Changes in v2:
> - Goto err_put_clks when it fails to get reset_control.

For both 1/2 and 2/2:

Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>