Re: [RESEND PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework

2020-08-24 Thread Jan Kiszka
On 24.08.20 14:04, Boris Brezillon wrote: > On Mon, 24 Aug 2020 17:14:56 +0530 > Vignesh Raghavendra wrote: > >> Hi Jan, >> >> On 8/24/20 11:25 AM, Jan Kiszka wrote: >> [...] >> +MODULE_AUTHOR("Vignesh Raghavendra "); >>> On the AM65x, this changes mtd->name (thus mtd-id for >>>

Re: [RESEND PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework

2020-08-24 Thread Jan Kiszka
On 24.08.20 13:44, Vignesh Raghavendra wrote: > Hi Jan, > > On 8/24/20 11:25 AM, Jan Kiszka wrote: > [...] > >>> +MODULE_AUTHOR("Vignesh Raghavendra "); >>> >> On the AM65x, this changes mtd->name (thus mtd-id for >> parser/cmdlinepart) from 4704.spi.0 to spi7.0. The besides having to >>

Re: [RESEND PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework

2020-08-24 Thread Boris Brezillon
On Mon, 24 Aug 2020 17:14:56 +0530 Vignesh Raghavendra wrote: > Hi Jan, > > On 8/24/20 11:25 AM, Jan Kiszka wrote: > [...] > > >> +MODULE_AUTHOR("Vignesh Raghavendra "); > >> > > On the AM65x, this changes mtd->name (thus mtd-id for > > parser/cmdlinepart) from 4704.spi.0 to spi7.0. The

Re: [RESEND PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework

2020-08-24 Thread Vignesh Raghavendra
Hi Jan, On 8/24/20 11:25 AM, Jan Kiszka wrote: [...] >> +MODULE_AUTHOR("Vignesh Raghavendra "); >> > On the AM65x, this changes mtd->name (thus mtd-id for > parser/cmdlinepart) from 4704.spi.0 to spi7.0. The besides having to > deal with both names now, "spi7" sounds like it could easily

Re: [RESEND PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework

2020-08-23 Thread Jan Kiszka
On 01.06.20 09:04, Vignesh Raghavendra wrote: > From: Ramuthevar Vadivel Murugan > > Move cadence-quadspi driver to use spi-mem framework. This is required > to make the driver support for SPI NAND flashes in future. > > Driver is feature compliant with existing SPI NOR version. > >

[RESEND PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework

2020-06-01 Thread Vignesh Raghavendra
From: Ramuthevar Vadivel Murugan Move cadence-quadspi driver to use spi-mem framework. This is required to make the driver support for SPI NAND flashes in future. Driver is feature compliant with existing SPI NOR version. Signed-off-by: Ramuthevar Vadivel Murugan Signed-off-by: Vignesh

Re: [PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework

2020-06-01 Thread Tudor.Ambarus
On Monday, June 1, 2020 8:47:24 AM EEST Vignesh Raghavendra wrote: > From: Ramuthevar Vadivel Murugan > > > Move cadence-quadspi driver to use spi-mem framework. This is required > to make the driver support for SPI NAND flashes in future. > > Driver is feature compliant with existing SPI NOR

[PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework

2020-05-31 Thread Vignesh Raghavendra
From: Ramuthevar Vadivel Murugan Move cadence-quadspi driver to use spi-mem framework. This is required to make the driver support for SPI NAND flashes in future. Driver is feature compliant with existing SPI NOR version. Signed-off-by: Ramuthevar Vadivel Murugan Signed-off-by: Vignesh