[PATCH linux 0/3] add aspeed spi nor driver

OpenBMC Patches openbmc-patches at stwcx.xyz
Wed Dec 16 09:20:27 AEDT 2015


This is the initial driver along with palmetto support.

Future work includes memcopy access, speed settings, and parse all flash parameters.


https://github.com/openbmc/linux/pull/31

Milton D. Miller II (3):
  mtd/spi-nor: Add SPI memory controllers for ASPEED AST2400
  aspeed: add spi nor to aspeed_defconfig
  openbmc: add spi-nor to palmetto

 .../devicetree/bindings/mtd/aspeed-smc.txt         |  68 +++
 arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts      |  53 ++
 arch/arm/configs/aspeed_defconfig                  |   2 +
 drivers/mtd/spi-nor/Kconfig                        |   7 +
 drivers/mtd/spi-nor/Makefile                       |   1 +
 drivers/mtd/spi-nor/aspeed-smc.c                   | 539 +++++++++++++++++++++
 6 files changed, 670 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mtd/aspeed-smc.txt
 create mode 100644 drivers/mtd/spi-nor/aspeed-smc.c

-- 
2.6.3




More information about the openbmc mailing list