mbox series

[0/2] mtd: spi-nand: Update Toshiba support

Message ID 20200510200642.10533-1-robert.marko@sartura.hr
Headers show
Series mtd: spi-nand: Update Toshiba support | expand

Message

Robert Marko May 10, 2020, 8:06 p.m. UTC
This patch series updates the Toshiba SPI-NAND driver support to match
the Linux tree.
This imports 2 patches that add support for the new J series, as well
as adding x4 and QE enable to previously added TC58CVG2S0HRAIJ.

Yoshio Furuyama (2):
  mtd: spinand: toshiba: Rename function name to change suffix and
    prefix (8Gbit)
  mtd: spinand: toshiba: Support for new Kioxia Serial NAND

 drivers/mtd/nand/spi/toshiba.c | 167 +++++++++++++++++++++++++--------
 1 file changed, 127 insertions(+), 40 deletions(-)

Comments

Jagan Teki May 13, 2020, 7:48 p.m. UTC | #1
On Mon, May 11, 2020 at 1:36 AM Robert Marko <robert.marko at sartura.hr> wrote:
>
> This patch series updates the Toshiba SPI-NAND driver support to match
> the Linux tree.
> This imports 2 patches that add support for the new J series, as well
> as adding x4 and QE enable to previously added TC58CVG2S0HRAIJ.
>
> Yoshio Furuyama (2):
>   mtd: spinand: toshiba: Rename function name to change suffix and
>     prefix (8Gbit)
>   mtd: spinand: toshiba: Support for new Kioxia Serial NAND

Applied, thanks!
Robert Marko May 25, 2020, 10:26 a.m. UTC | #2
On Wed, May 13, 2020 at 9:48 PM Jagan Teki <jagan at amarulasolutions.com>
wrote:

> On Mon, May 11, 2020 at 1:36 AM Robert Marko <robert.marko at sartura.hr>
> wrote:
> >
> > This patch series updates the Toshiba SPI-NAND driver support to match
> > the Linux tree.
> > This imports 2 patches that add support for the new J series, as well
> > as adding x4 and QE enable to previously added TC58CVG2S0HRAIJ.
> >
> > Yoshio Furuyama (2):
> >   mtd: spinand: toshiba: Rename function name to change suffix and
> >     prefix (8Gbit)
> >   mtd: spinand: toshiba: Support for new Kioxia Serial NAND
>
> Applied, thanks!
>

Thanks, can this also be pulled into master?

Cheers