Re: [PATCH 18/19] serial: sh-sci: Remove unused platform data capabilities field

2017-01-06 Thread Laurent Pinchart
Hi Geert, On Friday 06 Jan 2017 11:59:58 Geert Uytterhoeven wrote: > On Wed, Jan 4, 2017 at 12:06 AM, Laurent Pinchart wrote: > > The field isn't set by any platform but is only used internally in the > > driver to hold data parsed from DT. Move it to the sci_port structure. > > This does mean

Re: [PATCH 18/19] serial: sh-sci: Remove unused platform data capabilities field

2017-01-06 Thread Geert Uytterhoeven
Hi Laurent, On Wed, Jan 4, 2017 at 12:06 AM, Laurent Pinchart wrote: > The field isn't set by any platform but is only used internally in the > driver to hold data parsed from DT. Move it to the sci_port structure. This does mean legacy platform data

[PATCH 18/19] serial: sh-sci: Remove unused platform data capabilities field

2017-01-03 Thread Laurent Pinchart
The field isn't set by any platform but is only used internally in the driver to hold data parsed from DT. Move it to the sci_port structure. Signed-off-by: Laurent Pinchart --- drivers/tty/serial/sh-sci.c | 11 +++ include/linux/serial_sci.h