linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] spi: Add driver for Routerboard RB4xx boards
@ 2015-03-30 18:24 Bert Vermeulen
  2015-03-30 18:24 ` [PATCH v2 1/1] spi: Add SPI driver for Mikrotik RB4xx series boards Bert Vermeulen
       [not found] ` <1427739857-13395-1-git-send-email-bert-Nh2F35Ii2RQ@public.gmane.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Bert Vermeulen @ 2015-03-30 18:24 UTC (permalink / raw)
  To: ralf, broonie, linux-mips, linux-kernel, linux-spi,
	andy.shevchenko
  Cc: Bert Vermeulen

Changes in v2:
This is a near complete rewrite of the original OpenWrt driver. All comments
were taken into account, and the spi_transfer.fast_write flag is gone.
Instead, the cs_change flag is used. It's not too bad a hack, as it really
does use CS.

The CPLD module will be submitted as an MFD driver, as suggested.

Bert Vermeulen (1):
  spi: Add SPI driver for Mikrotik RB4xx series boards

 drivers/spi/Kconfig     |   6 ++
 drivers/spi/Makefile    |   1 +
 drivers/spi/spi-rb4xx.c | 241 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 248 insertions(+)
 create mode 100644 drivers/spi/spi-rb4xx.c

-- 
1.9.1

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

end of thread, other threads:[~2015-03-31 14:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 18:24 [PATCH v2 0/1] spi: Add driver for Routerboard RB4xx boards Bert Vermeulen
2015-03-30 18:24 ` [PATCH v2 1/1] spi: Add SPI driver for Mikrotik RB4xx series boards Bert Vermeulen
     [not found]   ` <1427739857-13395-2-git-send-email-bert-Nh2F35Ii2RQ@public.gmane.org>
2015-03-30 19:14     ` Andy Shevchenko
     [not found] ` <1427739857-13395-1-git-send-email-bert-Nh2F35Ii2RQ@public.gmane.org>
2015-03-31  8:44   ` [PATCH v2 0/1] spi: Add driver for Routerboard RB4xx boards Mark Brown
2015-03-31 14:22     ` Ralf Baechle

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).