All of lore.kernel.org
 help / color / mirror / Atom feed
From: SkyLake Huang <SkyLake.Huang@mediatek.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/2] *** Add support for Mediatek mt762x SoC ***
Date: Fri, 13 Nov 2020 11:02:41 +0800	[thread overview]
Message-ID: <20201113030243.22462-1-SkyLake.Huang@mediatek.com> (raw)

From: "SkyLake.Huang" <skylake.huang@mediatek.com>

This patch adds support MTK's SPI NOR controller on
mt7622 & mt7629. With this controller, you can access
SPI NOR with better performance on mt762x platform.

SkyLake.Huang (2):
  spi: mtk_snor: add support for MTK SPI NOR controller
  arm: dts: enable MTK SPI NOR controller driver

 arch/arm/dts/mt7622-rfb.dts  |  14 +-
 arch/arm/dts/mt7622.dtsi     |   7 +
 arch/arm/dts/mt7629-rfb.dts  |  14 +-
 arch/arm/dts/mt7629.dtsi     |   9 +
 configs/mt7622_rfb_defconfig |   3 +-
 configs/mt7629_rfb_defconfig |   3 +-
 drivers/spi/Kconfig          |   7 +
 drivers/spi/Makefile         |   1 +
 drivers/spi/mtk_snor.c       | 597 +++++++++++++++++++++++++++++++++++
 9 files changed, 651 insertions(+), 4 deletions(-)
 create mode 100644 drivers/spi/mtk_snor.c

-- 
2.18.0

             reply	other threads:[~2020-11-13  3:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13  3:02 SkyLake Huang [this message]
2020-11-13  3:02 ` [PATCH 1/2] spi: mtk_snor: add support for MTK SPI NOR controller SkyLake Huang
2020-12-07 17:48   ` Jagan Teki
2021-01-18  4:19     ` SkyLake Huang
2020-11-13  3:02 ` [PATCH 2/2] arm: dts: enable MTK SPI NOR controller driver SkyLake Huang
2020-11-26  3:54 ` [PATCH 0/2] *** Add support for Mediatek mt762x SoC *** SkyLake Huang
  -- strict thread matches above, loose matches on Subject: below --
2021-01-20  7:31 SkyLake Huang

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=20201113030243.22462-1-SkyLake.Huang@mediatek.com \
    --to=skylake.huang@mediatek.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.