lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 23 Jun 2023 10:27:54 +0530
From:   Sridharan S N <quic_sridsn@...cinc.com>
To:     <miquel.raynal@...tlin.com>, <richard@....at>, <vigneshr@...com>,
        <quic_sridsn@...cinc.com>, <ddrokosov@...rdevices.ru>,
        <gch981213@...il.com>, <mmkurbanov@...rdevices.ru>,
        <quic_mdalam@...cinc.com>, <linux-mtd@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/3] Add support for gigadevice, esmt and toshiba NAND

This series add support for SPI NAND devices mentioned below:

gigadevice :
GD5F1GQ5RExxH and GD5F1GQ4RExxH - These are 1Gb SLC NAND flash
with 4b/512b on-die ECC capability. Both has 2K + 64B PageSize.

esmt :
F50D2G41KA - This is 2Gb SLC NAND flash with 8b/512b on-die ECC
	     capability.It has 2K + 128B  pagesize.

toshiba :
TC58NYG0S3HBAI4 - This is 1Gb SLC NAND flash with 8b/512b on-die ECC
		  capability.It has 2K + 128B  pagesize.
TH58NYG2S3HBAI4 - This is 4Gb SLC NAND flash with 8b/512b on-die ECC
		  capability.It has 2K + 128B  pagesize.
TH58NYG3S0HBAI6 - This is 8Gb SLC NAND flash with 8b/512b on-die ECC
		  capability.It has 4K + 256B  pagesize.

Sridharan S N (3):
  mtd: spinand: gigadevice: add support for GD5F1GQ{4,5}RExxH
  mtd: spinand: add support for ESMT F50D2G41KA
  mtd: spinand: add support for Toshiba T{C,H}58NYG{0,2}S3HBAI4 and
    TH58NYG3S0HBAI6

 drivers/mtd/nand/spi/esmt.c       |  9 +++++++++
 drivers/mtd/nand/spi/gigadevice.c | 20 +++++++++++++++++++
 drivers/mtd/nand/spi/toshiba.c    | 33 +++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+)

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ