On Tue, May 2, 2017 at 11:33 AM, Andy Shevchenko <andy.shevche...@gmail.com> wrote: > On Tue, May 2, 2017 at 11:12 AM, Hans-Christian Noren Egtvedt > <egtv...@samfundet.no> wrote: >> Around Tue 02 May 2017 10:46:58 +0300 or thereabout, Andy Shevchenko wrote: >>> On Tue, May 2, 2017 at 8:52 AM, Hans-Christian Noren Egtvedt >>> <egtv...@samfundet.no> wrote: >>>> Around Mon 27 Mar 2017 15:35:56 +0200 or thereabout, Hans-Christian Noren >>>> Egtvedt wrote: >>>>> Around Mon 27 Mar 2017 15:26:04 +0200 or thereabout, Boris Brezillon >>>>> wrote: >>>>>> On Wed, 1 Mar 2017 21:44:26 +0100 Hans-Christian Noren Egtvedt >>>>>> <egtv...@samfundet.no> wrote: >>>> >>>> <snipp AVR32 removal discussion> >>>> >>>>>> Is this still planned for 4.12? >>>>> >>>>> Yes, I have received no objections, only feedback to bits and pieces in >>>>> generic areas that can be removed in addition to my initial patch. >>>> >>>> Linus has merged the branch removing AVR32 architecture now. >>> >>> Thanks! >>> >>> Question: does it make sense / needed to Cc you on patches that are >>> going to remove AVR32 (related) bits in individual drivers? I suppose >>> I will do Cc you. >> >> I do have a series already prepared at >> https://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git/log/?h=avr32-cleanup >> >> It does not touch DMA and Ethernet parts though. > > I see. I will prepare than the patches I have in mind based on top of > your branch and send to mailing list soon.
Just sent a couple of patches regarding dw_dmac use. In your branch we still have $ git grep -n -w CONFIG_AVR32 drivers/misc/atmel_tclib.c:20:#if defined(CONFIG_AVR32) drivers/mmc/host/atmel-mci.c:176:#ifdef CONFIG_AVR32 drivers/spi/spi-atmel.c:228:#ifdef CONFIG_AVR32 drivers/tty/serial/atmel_serial.c:228:#ifdef CONFIG_AVR32 drivers/tty/vt/keyboard.c:1207: defined(CONFIG_AVR32) drivers/usb/gadget/udc/atmel_usba_udc.h:46:#if defined(CONFIG_AVR32) drivers/usb/gadget/udc/atmel_usba_udc.h:194:#ifdef CONFIG_AVR32 drivers/video/fbdev/atmel_lcdfb.c:155:#elif defined(CONFIG_AVR32) -- With Best Regards, Andy Shevchenko