linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] add rockchip spi drive
@ 2014-06-24  3:58 addy ke
  2014-06-24  3:58 ` [PATCH 1/2] documentation: add rockchip spi documentation addy ke
       [not found] ` <1403582324-9485-1-git-send-email-addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
  0 siblings, 2 replies; 19+ messages in thread
From: addy ke @ 2014-06-24  3:58 UTC (permalink / raw)
  To: broonie, heiko, grant.likely, robh+dt
  Cc: huangtao, devicetree, addy ke, yzq, linux-kernel, linux-spi,
	kever.yang, zyw, xjq, zhenfu.fang, olof, cf, hj, linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-07-08 14:56 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24  3:58 [PATCH 0/2] add rockchip spi drive addy ke
2014-06-24  3:58 ` [PATCH 1/2] documentation: add rockchip spi documentation addy ke
     [not found]   ` <1403582324-9485-2-git-send-email-addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-06-24 10:18     ` Mark Rutland
2014-06-24 10:32       ` Heiko Stübner
2014-06-24 10:47         ` Mark Rutland
2014-06-24 10:33       ` Mark Brown
2014-07-01  1:02     ` [PATCH v2 " addy ke
     [not found] ` <1403582324-9485-1-git-send-email-addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-06-24  4:07   ` [PATCH 2/2] spi: add driver for Rockchip RK3xxx SoCs integrated SPI addy ke
     [not found]     ` <1403582852-9751-1-git-send-email-addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-06-24 10:56       ` Mark Brown
2014-07-01  1:03       ` [PATCH v2 " addy ke
     [not found]         ` <1404176639-3315-1-git-send-email-addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-07-04 18:32           ` Mark Brown
     [not found]             ` <20140704183249.GC14896-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-07-05 18:56               ` Jonas Gorski
2014-07-07  1:42               ` addy ke
2014-07-07  7:08                 ` Heiko Stübner
2014-07-07  7:21                   ` Mark Brown
     [not found]                     ` <20140707072140.GB30458-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-07-07  7:26                       ` Heiko Stübner
     [not found]                 ` <53B9FB1C.7080008-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-07-07  7:16                   ` Mark Brown
2014-07-08  1:53           ` [PATCH v3 " Addy Ke
     [not found]             ` <1404784397-5157-1-git-send-email-addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2014-07-08 14:56               ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).