All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mtd: spi-nor: add new device MT35X
@ 2015-12-10  1:58 Karl Zhang
  2015-12-10  1:58 ` [PATCH 1/2] mtd: spi-nor: add Manufacturer ID for Micron Karl Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Karl Zhang @ 2015-12-10  1:58 UTC (permalink / raw)
  To: computersforpeace, dwmw2, linux-mtd
  Cc: peterpandong, beanhuo, zszubbocsev, Karl Zhang

Micron has announced a new SPI NOR device MT35X (XTRMFlash).
This device's manufacturer ID is using 2Ch which arranged by
JEDEC. The 20h is also Micron's ID due to the history.

This new device support high speed I/O interface. The clock
frequency could up to 200 MHz (MAX) in DDR (400 MB/s) with
DQS. The device bus width could be 1 or 8, and it's default
width is configurable.

Karl Zhang (2):
  mtd: spi-nor: add Manufacturer ID for Micron
  mtd: spi-nor: add new device MT35X

 drivers/mtd/devices/m25p80.c  | 1 +
 drivers/mtd/spi-nor/spi-nor.c | 2 ++
 include/linux/mtd/cfi.h       | 1 +
 include/linux/mtd/spi-nor.h   | 2 ++
 4 files changed, 6 insertions(+)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-12-10  3:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-10  1:58 [PATCH 0/2] mtd: spi-nor: add new device MT35X Karl Zhang
2015-12-10  1:58 ` [PATCH 1/2] mtd: spi-nor: add Manufacturer ID for Micron Karl Zhang
2015-12-10  2:45   ` Brian Norris
2015-12-10  3:00     ` Karl Zhang 张双锣 (karlzhang)
2015-12-10  1:59 ` [PATCH 2/2] mtd: spi-nor: add new device MT35X Karl Zhang
2015-12-10  2:47   ` Brian Norris
2015-12-10  2:49     ` Bean Huo 霍斌斌 (beanhuo)
2015-12-10  2:58       ` Karl Zhang 张双锣 (karlzhang)
2015-12-10  2:46 ` [PATCH 0/2] " Brian Norris
2015-12-10  3:04   ` Karl Zhang 张双锣 (karlzhang)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.