Re: [PATCH v2 1/2] tty/serial: atmel: remove atmel_default_console_device handling

2017-06-23 Thread Uwe Kleine-König
On Tue, Jun 13, 2017 at 10:24:38PM +0200, Alexandre Belloni wrote: > atmel_default_console_device was only used by AVR32, in particular > arch/avr32/mach-at32ap/at32ap700x.c which is now gone. Remove it from the > driver. > > Signed-off-by: Alexandre Belloni I found the same change independently,

Re: [PATCH v2 1/2] tty/serial: atmel: remove atmel_default_console_device handling

2017-06-14 Thread Richard Genoud
On 13/06/2017 22:24, Alexandre Belloni wrote: > atmel_default_console_device was only used by AVR32, in particular > arch/avr32/mach-at32ap/at32ap700x.c which is now gone. Remove it from the > driver. > > Signed-off-by: Alexandre Belloni > --- > > Changes in v2: > - added an empty line as sugge

[PATCH v2 1/2] tty/serial: atmel: remove atmel_default_console_device handling

2017-06-13 Thread Alexandre Belloni
atmel_default_console_device was only used by AVR32, in particular arch/avr32/mach-at32ap/at32ap700x.c which is now gone. Remove it from the driver. Signed-off-by: Alexandre Belloni --- Changes in v2: - added an empty line as suggested by Andy - properly based the patch on v4.12-rc1 drivers/