linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yash Shah <yash.shah@sifive.com>
To: palmer@sifive.com, linux-spi@vger.kernel.org,
	linux-riscv@lists.infradead.org, broonie@kernel.org
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, sachin.ghadi@sifive.com,
	Yash Shah <yash.shah@sifive.com>,
	robh+dt@kernel.org, paul.walmsley@sifive.com
Subject: [PATCH 0/2] SPI support for HiFive Unleashed
Date: Tue, 19 Feb 2019 17:10:05 +0530	[thread overview]
Message-ID: <1550576407-17778-1-git-send-email-yash.shah@sifive.com> (raw)

This patch series adds a SPI driver and DT documentation
for HiFive Unleashed board.

Yash Shah (2):
  spi: sifive: Add DT documentation for SiFive SPI controller
  spi: sifive: Add driver for the SiFive SPI controller

 .../devicetree/bindings/spi/spi-sifive.txt         |  37 ++
 drivers/spi/Kconfig                                |   6 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-sifive.c                           | 450 +++++++++++++++++++++
 4 files changed, 494 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-sifive.txt
 create mode 100644 drivers/spi/spi-sifive.c

-- 
1.9.1

             reply	other threads:[~2019-02-19 11:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-19 11:40 Yash Shah [this message]
2019-02-19 11:40 ` [PATCH 1/2] spi: sifive: Add DT documentation for SiFive SPI controller Yash Shah
2019-02-19 15:50   ` Applied "spi: sifive: Add DT documentation for SiFive SPI controller" to the spi tree Mark Brown
2019-02-19 11:40 ` [PATCH 2/2] spi: sifive: Add driver for the SiFive SPI controller Yash Shah
2019-02-19 15:50   ` Applied "spi: sifive: Add driver for the SiFive SPI controller" to the spi tree Mark Brown

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=1550576407-17778-1-git-send-email-yash.shah@sifive.com \
    --to=yash.shah@sifive.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=palmer@sifive.com \
    --cc=paul.walmsley@sifive.com \
    --cc=robh+dt@kernel.org \
    --cc=sachin.ghadi@sifive.com \
    /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).