LKML Archive on lore.kernel.org
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, andy.shevchenko@gmail.com
Cc: Bert Vermeulen <bert@biot.com>
Subject: [PATCH v2 0/1] spi: Add driver for Routerboard RB4xx boards
Date: Mon, 30 Mar 2015 20:24:16 +0200 [thread overview]
Message-ID: <1427739857-13395-1-git-send-email-bert@biot.com> (raw)
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
next reply other threads:[~2015-03-30 18:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-30 18:24 Bert Vermeulen [this message]
2015-03-30 18:24 ` [PATCH v2 1/1] spi: Add SPI driver for Mikrotik RB4xx series boards Bert Vermeulen
2015-03-30 19:14 ` Andy Shevchenko
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
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=1427739857-13395-1-git-send-email-bert@biot.com \
--to=bert@biot.com \
--cc=andy.shevchenko@gmail.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 \
--subject='Re: [PATCH v2 0/1] spi: Add driver for Routerboard RB4xx boards' \
/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
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).