[PATCH linux dev-4.13 v2 0/2] mtd: npcm: add NPCM7xx spi-nor driver

Tomer Maimon tmaimon77 at gmail.com
Sun Jan 7 20:24:50 AEDT 2018


Changes since version 1:
 - Modify erase spinor command.

This patch set adds serial Peripheral interface (SPI)
Flash interface unit (FIU) support for the Nuvoton NPCM7xx
Baseboard Management Controller (BMC).

Nuvoton NPCM7xx have two SPI nor modules,
first module support 2 chip select
second module support 4 chip select

Tomer Maimon (2):
  dt-binding: mtd: document NPCM7xx SPI DT bindings
  mtd: npcm: add NPCM7xx spi driver

 Documentation/devicetree/bindings/mtd/npcm-spi.txt |   31 +
 drivers/mtd/spi-nor/Kconfig                        |    7 +
 drivers/mtd/spi-nor/Makefile                       |    3 +-
 drivers/mtd/spi-nor/npcm-spi.c                     | 1208 ++++++++++++++++++++
 4 files changed, 1248 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mtd/npcm-spi.txt
 create mode 100644 drivers/mtd/spi-nor/npcm-spi.c

-- 
2.14.1



More information about the openbmc mailing list