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

2017-05-25 Thread Joel Stanley
On Wed, May 24, 2017 at 6:18 PM, Philipp Zabel wrote: > Hi Joel, > > On Wed, 2017-05-24 at 14:53 +1000, Joel Stanley wrote: >> @@ -132,6 +134,18 @@ static int of_platform_serial_setup(struct >> platform_device *ofdev, >> } >> } >> >> + info->rst = devm_reset_control_get_op

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

2017-05-24 Thread Philipp Zabel
Hi Joel, On Wed, 2017-05-24 at 14:53 +1000, Joel Stanley wrote: > This adds the hooks for an optional reset controller in the 8250 device > tree node. > > Signed-off-by: Joel Stanley > --- > Documentation/devicetree/bindings/serial/8250.txt | 1 + > drivers/tty/serial/8250/8250_of.c