public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andy-ld Lu <andy-ld.lu@mediatek.com>
To: <ulf.hansson@linaro.org>, <robh@kernel.org>, <krzk+dt@kernel.org>,
	<matthias.bgg@gmail.com>, <wenbin.mei@mediatek.com>
Cc: <linux-mmc@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	Andy-ld Lu <andy-ld.lu@mediatek.com>
Subject: [PATCH 0/2] Add mtk-sd support for MT8196
Date: Thu, 26 Sep 2024 15:03:16 +0800	[thread overview]
Message-ID: <20240926070405.20212-1-andy-ld.lu@mediatek.com> (raw)

There are some new features for Mediatek SoC MT8196, which include new
command/data transmitting and receiving path (abbreviated as tx/rx), and
a new bus design that prevents the CPU from accessing the IP registers
unless the source clock control gate is enabled. Furthermore, some register
settings are also modified.

The driver code has to be adapted to implement the above changes, and the
compatible 'mediatek,msdc-v2' is added to driver and devicetree bindings,
for MT8196 and future compatible SoCs that support new tx/rx.

Andy-ld Lu (2):
  mmc: mtk-sd: Add support for MT8196
  dt-bindings: mmc: mtk-sd: Add support for MT8196

 .../devicetree/bindings/mmc/mtk-sd.yaml       |  26 +++
 drivers/mmc/host/mtk-sd.c                     | 179 +++++++++++++++---
 2 files changed, 182 insertions(+), 23 deletions(-)

-- 
2.46.0


             reply	other threads:[~2024-09-26  7:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-26  7:03 Andy-ld Lu [this message]
2024-09-26  7:03 ` [PATCH 1/2] mmc: mtk-sd: Add support for MT8196 Andy-ld Lu
2024-09-26  7:03 ` [PATCH 2/2] dt-bindings: " Andy-ld Lu
2024-09-26 16:13   ` Conor Dooley
2024-09-29  5:44     ` Andy-ld Lu (卢东)
2024-09-26 17:54   ` Rob Herring
2024-09-28 13:14     ` Andy-ld Lu (卢东)
2024-09-28 13:39       ` Krzysztof Kozlowski
2024-09-29  5:50         ` Andy-ld Lu (卢东)

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=20240926070405.20212-1-andy-ld.lu@mediatek.com \
    --to=andy-ld.lu@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh@kernel.org \
    --cc=ulf.hansson@linaro.org \
    --cc=wenbin.mei@mediatek.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