]> git.sur5r.net Git - u-boot/commit
mtd: spi: Add Renesas RPC SPI-flash driver
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Wed, 29 Nov 2017 05:29:46 +0000 (06:29 +0100)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Wed, 11 Apr 2018 21:12:01 +0000 (23:12 +0200)
commitfbebea27e16eb760f1f2109a7535003bf359ba2b
treed08a6d6f129e364e471c0a2cbd8fa6ca89a1762e
parenta405a55ba8daf70311a1831938bbdc1ed92c5a83
mtd: spi: Add Renesas RPC SPI-flash driver

Add driver for the RPC block in SPI-flash mode. This driver allows
access to a SPI NOR flash attached to the RPC block and does not
support RPC in Hyperflash mode. Note that this block is extremely
selective when communicating with the SPI NOR.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/renesas_rpc_spi.c [new file with mode: 0644]