[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1403582324-9485-1-git-send-email-addy.ke@rock-chips.com>
Date: Tue, 24 Jun 2014 11:58:42 +0800
From: addy ke <addy.ke@...k-chips.com>
To: broonie@...nel.org, heiko@...ech.de, grant.likely@...aro.org,
robh+dt@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-spi@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
olof@...om.net, hj@...k-chips.com, kever.yang@...k-chips.com,
xjq@...k-chips.com, huangtao@...k-chips.com, zyw@...k-chips.com,
yzq@...k-chips.com, zhenfu.fang@...k-chips.com, cf@...k-chips.com,
addy ke <addy.ke@...k-chips.com>
Subject: [PATCH 0/2] add rockchip spi drive
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists