]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: Add SPI driver
authorSimon Glass <sjg@chromium.org>
Wed, 2 Sep 2015 01:19:37 +0000 (19:19 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:24 +0000 (21:28 -0600)
commit1b2fd5bf4eedfaf5af9d8fc219781fb521d12c7a
tree4c42fd099280d3d2fbbaf50f64cf11874b32e1d3
parent3437469985df7c5403fa6e29b224e84c63bdbd52
rockchip: Add SPI driver

Add a SPI driver for the Rockchip RK3288, using driver model. It should work
for other Rockchip SoCs also.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/clock.h
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/rk_spi.c [new file with mode: 0644]
drivers/spi/rk_spi.h [new file with mode: 0644]