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: Thu, 26 Nov 2020 11:54:05 +0800	[thread overview]
Message-ID: <1606362845.22371.3.camel@mtksdccf07> (raw)
In-Reply-To: <20201113030243.22462-1-SkyLake.Huang@mediatek.com>

HiJagan,

On Fri, 2020-11-13 at 11:02 +0800, SkyLake Huang wrote:
> 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
> 
A gentle ping.

  parent reply	other threads:[~2020-11-26  3:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13  3:02 [PATCH 0/2] *** Add support for Mediatek mt762x SoC *** SkyLake Huang
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 ` SkyLake Huang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-20  7:31 [PATCH 0/2] *** Add support for Mediatek mt762x SoC *** 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=1606362845.22371.3.camel@mtksdccf07 \
    --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.