Re: [PATCH] spi-nor: Add support for Atmel Dataflash memories

2018-05-07 Thread Boris Brezillon
Hi Nicolas, On Mon, 7 May 2018 10:23:56 +0200 Nicolas Ferre wrote: > On 04/05/2018 at 20:38, Boris Brezillon wrote: > > Hi Radu, > > > > Sorry for the late reply. > > > > On Wed, 28 Feb 2018 13:55:01 +0200 > > Radu Pirea wrote: > > > >> This patch add support in spi-nor for allmost all dat

Re: [PATCH] spi-nor: Add support for Atmel Dataflash memories

2018-05-07 Thread Nicolas Ferre
On 04/05/2018 at 20:38, Boris Brezillon wrote: Hi Radu, Sorry for the late reply. On Wed, 28 Feb 2018 13:55:01 +0200 Radu Pirea wrote: This patch add support in spi-nor for allmost all dataflash memories supported by old mtd_dataflash driver. Those devices clearly use a different instructi

Re: [PATCH] spi-nor: Add support for Atmel Dataflash memories

2018-05-04 Thread Boris Brezillon
Hi Radu, Sorry for the late reply. On Wed, 28 Feb 2018 13:55:01 +0200 Radu Pirea wrote: > This patch add support in spi-nor for allmost all dataflash memories > supported by old mtd_dataflash driver. Those devices clearly use a different instruction set, so I don't think they fit in this frame

[PATCH] spi-nor: Add support for Atmel Dataflash memories

2018-02-28 Thread Radu Pirea
This patch add support in spi-nor for allmost all dataflash memories supported by old mtd_dataflash driver. Signed-off-by: Radu Pirea --- drivers/mtd/spi-nor/spi-nor.c | 150 +- include/linux/mtd/spi-nor.h | 10 +++ 2 files changed, 158 insertions(+), 2