]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spi: Add driver for Marvell Armada 3700 SoC
authorStefan Roese <sr@denx.de>
Thu, 19 May 2016 13:56:44 +0000 (15:56 +0200)
committerStefan Roese <sr@denx.de>
Tue, 27 Sep 2016 15:29:52 +0000 (17:29 +0200)
commit3fda4ef39557c070558d51c4ea4562c370c3f96d
tree488b36a9594b8d196031c93446c34fd9be9d230b
parent6985d4966232bfc7bd1a13b46fe3ccbdf46e62f0
spi: Add driver for Marvell Armada 3700 SoC

The SPI IP core in the Marvell Armada 3700 is similar to the one in the
other Armada SoCs. But the differences are big enough that it makes
sense to introduce a new driver instead of cluttering the old
kirkwood driver with #ifdef's.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Kostya Porotchkin <kostap@marvell.com>
Cc: Wilson Ding <dingwei@marvell.com>
Cc: Victor Gu <xigu@marvell.com>
Cc: Hua Jing <jinghua@marvell.com>
Cc: Terry Zhou <bjzhou@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/mvebu_a3700_spi.c [new file with mode: 0644]