All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Krottmayer <krjdev@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/3] rockchip: rk3328: Add SPI support
Date: Wed,  8 Jul 2020 23:57:37 +0200	[thread overview]
Message-ID: <20200708215740.28515-1-krjdev@gmail.com> (raw)

This patch series adds support for the RK3328 SPI
controller.

Johannes Krottmayer (3):
  drivers: clk: rockchip: clk_rk3328: Add SPI support
  drivers: spi: rk_spi: Add support for RK3328
  ARM: dts: rk3328: Add SPI support

 arch/arm/dts/rk3328-u-boot.dtsi   |  5 +++++
 drivers/clk/rockchip/clk_rk3328.c | 31 +++++++++++++++++++++++++++++++
 drivers/spi/rk_spi.c              |  2 ++
 3 files changed, 38 insertions(+)

-- 
2.26.2

             reply	other threads:[~2020-07-08 21:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08 21:57 Johannes Krottmayer [this message]
2020-07-08 21:57 ` [PATCH 1/3] drivers: clk: rockchip: clk_rk3328: Add SPI support Johannes Krottmayer
2020-07-18  3:06   ` Kever Yang
2020-07-08 21:57 ` [PATCH 2/3] drivers: spi: rk_spi: Add support for RK3328 Johannes Krottmayer
2020-07-18  3:06   ` Kever Yang
2020-07-08 21:57 ` [PATCH 3/3] ARM: dts: rk3328: Add SPI support Johannes Krottmayer
2020-07-18  3:06   ` Kever Yang
2020-07-18 14:28 ` [PATCH 0/3] rockchip: " Kever Yang

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=20200708215740.28515-1-krjdev@gmail.com \
    --to=krjdev@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.