add rockchip spi drive
From: | addy ke <addy.ke@rock-chips.com> | |
To: | broonie@kernel.org, heiko@sntech.de, grant.likely@linaro.org, robh+dt@kernel.org | |
Subject: | [PATCH 0/2] add rockchip spi drive | |
Date: | Tue, 24 Jun 2014 11:58:42 +0800 | |
Message-ID: | <1403582324-9485-1-git-send-email-addy.ke@rock-chips.com> | |
Cc: | linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, olof@lixom.net, hj@rock-chips.com, kever.yang@rock-chips.com, xjq@rock-chips.com, huangtao@rock-chips.com, zyw@rock-chips.com, yzq@rock-chips.com, zhenfu.fang@rock-chips.com, cf@rock-chips.com, addy ke <addy.ke@rock-chips.com> | |
Archive‑link: | Article |
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-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/