linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] spi: Add driver for Routerboard RB4xx boards
@ 2015-03-20 12:16 Bert Vermeulen
  2015-03-20 12:16 ` [PATCH 1/2] spi: Add SPI driver for Mikrotik RB4xx series boards Bert Vermeulen
  2015-03-20 12:16 ` [PATCH 2/2] spi: Add driver for the CPLD chip on Mikrotik RB4xx boards Bert Vermeulen
  0 siblings, 2 replies; 10+ messages in thread
From: Bert Vermeulen @ 2015-03-20 12:16 UTC (permalink / raw)
  To: ralf, broonie, linux-mips, linux-kernel, linux-spi; +Cc: Bert Vermeulen

The driver mediates access between the connected CPLD and other devices
on the bus.

Imported from the OpenWrt project.

Bert Vermeulen (2):
  spi: Add SPI driver for Mikrotik RB4xx series boards
  spi: Add driver for the CPLD chip on Mikrotik RB4xx boards

 arch/mips/include/asm/mach-ath79/rb4xx_cpld.h |  41 +++
 drivers/spi/Kconfig                           |  14 +
 drivers/spi/Makefile                          |   2 +
 drivers/spi/spi-rb4xx-cpld.c                  | 326 +++++++++++++++++
 drivers/spi/spi-rb4xx.c                       | 505 ++++++++++++++++++++++++++
 include/linux/spi/spi.h                       |   2 +
 6 files changed, 890 insertions(+)
 create mode 100644 arch/mips/include/asm/mach-ath79/rb4xx_cpld.h
 create mode 100644 drivers/spi/spi-rb4xx-cpld.c
 create mode 100644 drivers/spi/spi-rb4xx.c

-- 
1.9.1

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

end of thread, other threads:[~2015-03-25 21:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 12:16 [PATCH 0/2] spi: Add driver for Routerboard RB4xx boards Bert Vermeulen
2015-03-20 12:16 ` [PATCH 1/2] spi: Add SPI driver for Mikrotik RB4xx series boards Bert Vermeulen
2015-03-20 12:56   ` Mark Brown
     [not found]   ` <1426853793-24454-2-git-send-email-bert-Nh2F35Ii2RQ@public.gmane.org>
2015-03-20 12:51     ` Mark Brown
     [not found]       ` <20150320125139.GJ2869-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-03-22 11:25         ` Bert Vermeulen
     [not found]           ` <550EA6A4.6010206-Nh2F35Ii2RQ@public.gmane.org>
2015-03-22 16:17             ` Mark Brown
2015-03-25 21:40     ` Andy Shevchenko
2015-03-20 12:16 ` [PATCH 2/2] spi: Add driver for the CPLD chip on Mikrotik RB4xx boards Bert Vermeulen
     [not found]   ` <1426853793-24454-3-git-send-email-bert-Nh2F35Ii2RQ@public.gmane.org>
2015-03-20 13:28     ` Mark Brown
2015-03-25 21:45       ` Andy Shevchenko

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