linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bert Vermeulen <bert@biot.com>
To: linux-spi@vger.kernel.org, devicetree@vger.kernel.org
Cc: Bert Vermeulen <bert@biot.com>, John Crispin <john@phrozen.org>,
	Benjamin Larsson <benjamin.larsson@iopsys.eu>
Subject: [PATCH 0/3] Add support for the Airoha EN7523 SPI controller
Date: Thu, 22 Sep 2022 12:04:07 +0200	[thread overview]
Message-ID: <20220922100410.1101874-1-bert@biot.com> (raw)

This driver will likely also work on other Airoha SoCs, but this will
need testing. Only basic single- and dual-bit transfers are supported
for now, with DMA mode support yet to come.

Bert Vermeulen (3):
  dt-bindings: arm: airoha: Add documentation for Airoha SPI controller
  spi: Add support for the Airoha EN7523 SoC SPI controller
  ARM: dts: en7523: Add SPI node

 .../bindings/spi/airoha,en7523-spi.yaml       |  54 ++++
 arch/arm/boot/dts/en7523-evb.dts              |  20 ++
 arch/arm/boot/dts/en7523.dtsi                 |  11 +
 drivers/spi/Kconfig                           |   7 +
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-en7523.c                      | 305 ++++++++++++++++++
 6 files changed, 398 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/airoha,en7523-spi.yaml
 create mode 100644 drivers/spi/spi-en7523.c

-- 
2.25.1


             reply	other threads:[~2022-09-22 10:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22 10:04 Bert Vermeulen [this message]
2022-09-22 10:04 ` [PATCH 1/3] dt-bindings: arm: airoha: Add documentation for Airoha SPI controller Bert Vermeulen
2022-09-23 11:31   ` Krzysztof Kozlowski
2022-09-23 11:55     ` Bert Vermeulen
2022-09-23 12:07       ` Krzysztof Kozlowski
2022-09-26 20:28   ` Rob Herring
2022-09-22 10:04 ` [PATCH 2/3] spi: Add support for the Airoha EN7523 SoC " Bert Vermeulen
2022-09-22 23:44   ` kernel test robot
2022-09-22 10:04 ` [PATCH 3/3] ARM: dts: en7523: Add SPI node Bert Vermeulen

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=20220922100410.1101874-1-bert@biot.com \
    --to=bert@biot.com \
    --cc=benjamin.larsson@iopsys.eu \
    --cc=devicetree@vger.kernel.org \
    --cc=john@phrozen.org \
    --cc=linux-spi@vger.kernel.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).