spi: meson: Add support for Amlogic Meson SPIFC
authorBeniamino Galvani <b.galvani@gmail.com>
Sat, 22 Nov 2014 15:21:41 +0000 (16:21 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 24 Nov 2014 18:54:48 +0000 (18:54 +0000)
commitc3e4bc5434d2999ec3b00eadd1945eadf13fd0de
tree6f4b07ee0191e457d7ad2dcc53925640359bfd40
parent56da2aafe0a6db710c38a2fbf6aa9352a7b9fa4d
spi: meson: Add support for Amlogic Meson SPIFC

This is a driver for the Amlogic Meson SPIFC (SPI flash controller),
which is one of the two SPI controllers available on the SoC. It
doesn't support DMA and has a 64-byte unified transmit/receive buffer.

The device is optimized for interfacing with SPI NOR memories and
allows the execution of standard operations such as read, page
program, sector erase, etc. in a simplified way, toggling a bit in a
dedicated register. The driver doesn't use those predefined commands
and relies only on custom transfers.

Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-meson-spifc.c [new file with mode: 0644]
This page took 0.024632 seconds and 5 git commands to generate.