Re: [PATCH] spi: atmel: Remove AVR32 leftover

2019-09-19 Thread Thomas Petazzoni
On Thu, 19 Sep 2019 19:24:53 +0200 Alexandre Belloni wrote: > On 19/09/2019 17:40:34+0200, Gregory CLEMENT wrote: > > AV32 support has been from the kernel a few release ago, but there was > AVR32 and missing word^ > > > still some specific macro for this architecture in this driver. Lets >

Re: [PATCH] spi: atmel: Remove AVR32 leftover

2019-09-19 Thread Alexandre Belloni
On 19/09/2019 17:40:34+0200, Gregory CLEMENT wrote: > AV32 support has been from the kernel a few release ago, but there was AVR32 and missing word^ > still some specific macro for this architecture in this driver. Lets > remove it. > > Signed-off-by: Gregory CLEMENT > --- >

[PATCH] spi: atmel: Remove AVR32 leftover

2019-09-19 Thread Gregory CLEMENT
AV32 support has been from the kernel a few release ago, but there was still some specific macro for this architecture in this driver. Lets remove it. Signed-off-by: Gregory CLEMENT --- drivers/spi/spi-atmel.c | 24 1 file changed, 24 deletions(-) diff --git