Re: [PATCH] tty/serial: remove AVR32 specific access wrappers

2017-06-14 Thread Alexandre Belloni
On 14/06/2017 at 17:15:32 +0300, Andy Shevchenko wrote: > On Wed, Jun 14, 2017 at 4:27 PM, Alexandre Belloni > wrote: > > On 14/06/2017 at 12:43:40 +0300, Andy Shevchenko wrote: > >> On Tue, Jun 13, 2017 at 11:25 PM, Alexandre Belloni > >> wrote: > >> > Now that AVR32 is gone, the specific wrappe

Re: [PATCH] tty/serial: remove AVR32 specific access wrappers

2017-06-14 Thread Andy Shevchenko
On Wed, Jun 14, 2017 at 4:27 PM, Alexandre Belloni wrote: > On 14/06/2017 at 12:43:40 +0300, Andy Shevchenko wrote: >> On Tue, Jun 13, 2017 at 11:25 PM, Alexandre Belloni >> wrote: >> > Now that AVR32 is gone, the specific wrappers for that architecture are >> > unnecessary and will not be compil

Re: [PATCH] tty/serial: remove AVR32 specific access wrappers

2017-06-14 Thread Alexandre Belloni
On 14/06/2017 at 12:49:29 +0200, Greg Kroah-Hartman wrote: > On Tue, Jun 13, 2017 at 10:25:17PM +0200, Alexandre Belloni wrote: > > Now that AVR32 is gone, the specific wrappers for that architecture are > > unnecessary and will not be compiled anymore. > > > > Signed-off-by: Alexandre Belloni >

Re: [PATCH] tty/serial: remove AVR32 specific access wrappers

2017-06-14 Thread Alexandre Belloni
On 14/06/2017 at 12:43:40 +0300, Andy Shevchenko wrote: > On Tue, Jun 13, 2017 at 11:25 PM, Alexandre Belloni > wrote: > > Now that AVR32 is gone, the specific wrappers for that architecture are > > unnecessary and will not be compiled anymore. > > > > Can you rebase this on top of tty-next? > >

Re: [PATCH] tty/serial: remove AVR32 specific access wrappers

2017-06-14 Thread Greg Kroah-Hartman
On Tue, Jun 13, 2017 at 10:25:17PM +0200, Alexandre Belloni wrote: > Now that AVR32 is gone, the specific wrappers for that architecture are > unnecessary and will not be compiled anymore. > > Signed-off-by: Alexandre Belloni > --- > drivers/tty/serial/atmel_serial.c | 17 - > 1

Re: [PATCH] tty/serial: remove AVR32 specific access wrappers

2017-06-14 Thread Andy Shevchenko
On Tue, Jun 13, 2017 at 11:25 PM, Alexandre Belloni wrote: > Now that AVR32 is gone, the specific wrappers for that architecture are > unnecessary and will not be compiled anymore. > Can you rebase this on top of tty-next? I'm pretty sure this patch will gone. > Signed-off-by: Alexandre Belloni

Re: [PATCH] tty/serial: remove AVR32 specific access wrappers

2017-06-14 Thread Richard Genoud
On 13/06/2017 22:25, Alexandre Belloni wrote: > Now that AVR32 is gone, the specific wrappers for that architecture are > unnecessary and will not be compiled anymore. > > Signed-off-by: Alexandre Belloni Acked-by: Richard Genoud

[PATCH] tty/serial: remove AVR32 specific access wrappers

2017-06-13 Thread Alexandre Belloni
Now that AVR32 is gone, the specific wrappers for that architecture are unnecessary and will not be compiled anymore. Signed-off-by: Alexandre Belloni --- drivers/tty/serial/atmel_serial.c | 17 - 1 file changed, 17 deletions(-) diff --git a/drivers/tty/serial/atmel_serial.c b/