Patch 1 add rockchip spi documentation Patch 2 add driver for Rockchip RK3XXX SoCs integrated SPI. Tested on rk3288 sdk board with polling mode and DMA mode. addy ke (2): documentation: add rockchip spi documentation spi: add driver for Rockchip RK3xxx SoCs integrated SPI .../devicetree/bindings/spi/spi-rockchip.txt | 51 ++ drivers/spi/Kconfig | 11 + drivers/spi/Makefile | 1 + drivers/spi/spi-rockchip.c | 894 +++++++++++++++++++++ 4 files changed, 957 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/spi-rockchip.txt create mode 100644 drivers/spi/spi-rockchip.c -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html