]> git.baikalelectronics.ru Git - kernel.git/commit
spi-nor: Add support for Intel SPI serial flash controller
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 28 Nov 2016 12:06:24 +0000 (15:06 +0300)
committerLee Jones <lee.jones@linaro.org>
Tue, 3 Jan 2017 17:33:36 +0000 (17:33 +0000)
commitf4b9703dcf36393fab6499182e0a2ad16c29d4b8
treeb02735e8ed78d54b5de14e5808224bf1dabb6edb
parent8910d3073683e1a698dc9e02fca852eb33d353e1
spi-nor: Add support for Intel SPI serial flash controller

Add support for the SPI serial flash host controller found on many Intel
CPUs including Baytrail and Braswell. The SPI serial flash controller is
used to access BIOS and other platform specific information. By default the
driver exposes a single read-only MTD device but with a module parameter
"writeable=1" the MTD device can be made read-write which makes it possible
to upgrade BIOS directly from Linux.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/mtd/intel-spi.txt [new file with mode: 0644]
drivers/mtd/spi-nor/Kconfig
drivers/mtd/spi-nor/Makefile
drivers/mtd/spi-nor/intel-spi-platform.c [new file with mode: 0644]
drivers/mtd/spi-nor/intel-spi.c [new file with mode: 0644]
drivers/mtd/spi-nor/intel-spi.h [new file with mode: 0644]
include/linux/platform_data/intel-spi.h [new file with mode: 0644]