]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: atmel-quadspi: add driver for Atmel QSPI controller
authorCyrille Pitchen <cyrille.pitchen@atmel.com>
Mon, 13 Jun 2016 15:10:26 +0000 (17:10 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Sat, 16 Jul 2016 00:43:45 +0000 (17:43 -0700)
commit161aaab8a067a96b686e2429a72bfd92f6aaf363
tree6dbdd5d061ab03a7630909a8b5fdec71aaa0387a
parentde3bfc4a16165cfc5f1504981f836d39a5f39a64
mtd: atmel-quadspi: add driver for Atmel QSPI controller

This driver add support to the new Atmel QSPI controller embedded into
sama5d2x SoCs. It expects a NOR memory to be connected to the QSPI
controller.

Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/spi-nor/Kconfig
drivers/mtd/spi-nor/Makefile
drivers/mtd/spi-nor/atmel-quadspi.c [new file with mode: 0644]