mtd: add altera quadspi driver
authorThomas Chou <thomas@wytron.com.tw>
Mon, 9 Nov 2015 06:56:02 +0000 (14:56 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 12 Nov 2015 00:26:58 +0000 (08:26 +0800)
commit38a0f36e83e1d707eceab3c31da65a22c8140bb3
tree555f6f725f5d70519bfe15c22815b53b41dce51c
parent207e97b92334bc3992ad7b0a3554a5b1c92ce533
mtd: add altera quadspi driver

Add Altera Generic Quad SPI Controller support. The controller
converts SPI NOR flash to parallel flash interface. So it is
not like other SPI flash, but rather like CFI flash.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
doc/device-tree-bindings/mtd/altera_qspi.txt [new file with mode: 0644]
drivers/mtd/Kconfig
drivers/mtd/Makefile
drivers/mtd/altera_qspi.c [new file with mode: 0644]