Re: [U-Boot] [PATCH] mtd: spi: Add DM support to SH QSPI driver

2018-10-02 Thread Jagan Teki
On Sat, Aug 25, 2018 at 11:04 PM Marek Vasut wrote: > > Add DM support to the SH QSPI driver while retaining non-DM support. > The later is required as this driver is used in SPL which has a size > limitation of 16 kiB. > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu Applied to u-boot-sp

Re: [U-Boot] [PATCH] mtd: spi: Add DM support to SH QSPI driver

2018-09-06 Thread Jagan Teki
On Mon, Sep 3, 2018 at 12:46 AM, Marek Vasut wrote: > On 09/02/2018 08:41 PM, Jagan Teki wrote: >> On Sun, Sep 2, 2018 at 11:56 PM, Marek Vasut wrote: >>> On 09/02/2018 08:00 PM, Jagan Teki wrote: On Sun, Aug 26, 2018 at 4:07 PM, Marek Vasut wrote: > On 08/26/2018 08:45 AM, Jagan Teki w

Re: [U-Boot] [PATCH] mtd: spi: Add DM support to SH QSPI driver

2018-09-02 Thread Marek Vasut
On 09/02/2018 08:41 PM, Jagan Teki wrote: > On Sun, Sep 2, 2018 at 11:56 PM, Marek Vasut wrote: >> On 09/02/2018 08:00 PM, Jagan Teki wrote: >>> On Sun, Aug 26, 2018 at 4:07 PM, Marek Vasut wrote: On 08/26/2018 08:45 AM, Jagan Teki wrote: > On Sat, Aug 25, 2018 at 11:04 PM, Marek Vasut

Re: [U-Boot] [PATCH] mtd: spi: Add DM support to SH QSPI driver

2018-09-02 Thread Jagan Teki
On Sun, Sep 2, 2018 at 11:56 PM, Marek Vasut wrote: > On 09/02/2018 08:00 PM, Jagan Teki wrote: >> On Sun, Aug 26, 2018 at 4:07 PM, Marek Vasut wrote: >>> On 08/26/2018 08:45 AM, Jagan Teki wrote: On Sat, Aug 25, 2018 at 11:04 PM, Marek Vasut wrote: > Add DM support to the SH QSPI

Re: [U-Boot] [PATCH] mtd: spi: Add DM support to SH QSPI driver

2018-09-02 Thread Marek Vasut
On 09/02/2018 08:00 PM, Jagan Teki wrote: > On Sun, Aug 26, 2018 at 4:07 PM, Marek Vasut wrote: >> On 08/26/2018 08:45 AM, Jagan Teki wrote: >>> On Sat, Aug 25, 2018 at 11:04 PM, Marek Vasut wrote: Add DM support to the SH QSPI driver while retaining non-DM support. The later is require

Re: [U-Boot] [PATCH] mtd: spi: Add DM support to SH QSPI driver

2018-09-02 Thread Jagan Teki
On Sun, Aug 26, 2018 at 4:07 PM, Marek Vasut wrote: > On 08/26/2018 08:45 AM, Jagan Teki wrote: >> On Sat, Aug 25, 2018 at 11:04 PM, Marek Vasut wrote: >>> Add DM support to the SH QSPI driver while retaining non-DM support. >>> The later is required as this driver is used in SPL which has a size

Re: [U-Boot] [PATCH] mtd: spi: Add DM support to SH QSPI driver

2018-08-26 Thread Marek Vasut
On 08/26/2018 08:45 AM, Jagan Teki wrote: > On Sat, Aug 25, 2018 at 11:04 PM, Marek Vasut wrote: >> Add DM support to the SH QSPI driver while retaining non-DM support. >> The later is required as this driver is used in SPL which has a size >> limitation of 16 kiB. >> >> Signed-off-by: Marek Vasut

Re: [U-Boot] [PATCH] mtd: spi: Add DM support to SH QSPI driver

2018-08-25 Thread Jagan Teki
On Sat, Aug 25, 2018 at 11:04 PM, Marek Vasut wrote: > Add DM support to the SH QSPI driver while retaining non-DM support. > The later is required as this driver is used in SPL which has a size > limitation of 16 kiB. > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu > --- > drivers/spi/s

[U-Boot] [PATCH] mtd: spi: Add DM support to SH QSPI driver

2018-08-25 Thread Marek Vasut
Add DM support to the SH QSPI driver while retaining non-DM support. The later is required as this driver is used in SPL which has a size limitation of 16 kiB. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- drivers/spi/sh_qspi.c | 215 +++--- 1