linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bert Vermeulen <bert@biot.com>
To: ralf@linux-mips.org, broonie@kernel.org,
	linux-mips@linux-mips.org, linux-kernel@vger.kernel.org,
	linux-spi@vger.kernel.org
Cc: Bert Vermeulen <bert@biot.com>
Subject: [PATCH 0/2] spi: Add driver for Routerboard RB4xx boards
Date: Fri, 20 Mar 2015 13:16:31 +0100	[thread overview]
Message-ID: <1426853793-24454-1-git-send-email-bert@biot.com> (raw)

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

             reply	other threads:[~2015-03-20 12:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-20 12:16 Bert Vermeulen [this message]
2015-03-20 12:16 ` [PATCH 1/2] spi: Add SPI driver for Mikrotik RB4xx series boards Bert Vermeulen
     [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:56   ` Mark Brown
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1426853793-24454-1-git-send-email-bert@biot.com \
    --to=bert@biot.com \
    --cc=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).