Re: [PATCH v2 2/2] tty/serial: atmel: make the driver DT only

2017-06-14 Thread Richard Genoud
On 13/06/2017 22:24, Alexandre Belloni wrote: > Now that AVR32 is gone, platform_data are not used to initialize the driver > anymore, remove that path from the driver. Also remove the now unused > struct atmel_uart_data. > > Signed-off-by: Alexandre Belloni > --- > drivers/tty/serial/atmel_seri

[PATCH v2 2/2] tty/serial: atmel: make the driver DT only

2017-06-13 Thread Alexandre Belloni
Now that AVR32 is gone, platform_data are not used to initialize the driver anymore, remove that path from the driver. Also remove the now unused struct atmel_uart_data. Signed-off-by: Alexandre Belloni --- drivers/tty/serial/atmel_serial.c | 96 + include/l