Re: [PATCH v3] serial: 8250_of: Add reset support

From: Rob Herring
Date: Wed Jun 07 2017 - 16:11:38 EST


On Mon, May 29, 2017 at 07:27:52PM +0930, Joel Stanley wrote:
> This adds the hooks for an optional reset controller in the 8250 device
> tree node.
>
> Signed-off-by: Joel Stanley <joel@xxxxxxxxx>
> Reviewed-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> ---
> v3:
> - deassert reset after disabling clock in _remove to to match _setup
> order
>
> v2:
> Address Philipp's comments. Thanks for the review!
> - use _shared variant
> - remove unnecessary error handling
>
> Documentation/devicetree/bindings/serial/8250.txt | 1 +
> drivers/tty/serial/8250/8250_of.c | 10 ++++++++++
> 2 files changed, 11 insertions(+)

Acked-by: Rob Herring <robh@xxxxxxxxxx>