mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: "Benoît Monin" <benoit.monin@bootlin.com>
Cc: "Ulf Hansson" <ulf.hansson@linaro.org>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Vladimir Kondratiev" <vladimir.kondratiev@mobileye.com>,
	"Gregory CLEMENT" <gregory.clement@bootlin.com>,
	"Théo Lebrun" <theo.lebrun@bootlin.com>,
	"Adrian Hunter" <adrian.hunter@intel.com>,
	"Masahiro Yamada" <yamada.masahiro@socionext.com>,
	linux-mmc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org,
	"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>
Subject: Re: [PATCH 0/6] Add MMC support for Mobileye EyeQ5 and EyeQ6 SoCs
Date: Wed, 2 Jul 2025 14:01:45 +0200	[thread overview]
Message-ID: <aGUfqcbUxvE27Um1@alpha.franken.de> (raw)
In-Reply-To: <cover.1750156323.git.benoit.monin@bootlin.com>

On Tue, Jun 17, 2025 at 03:25:50PM +0200, Benoît Monin wrote:
> The MMC/SDHCI controller found in Mobileye EyeQ5 and EyeQ6 SoCs is 
> based on Cadence cdns sd4hc IP. It supports up to HS400HS mode. The 
> only peculiarity of the hardware is that it needs the preset value
> quirk to configure the clock properly at speed slower than HS200.
> 
> This patchset adds a compatible device tree binding to cdns sdhci for 
> mobileye then uses it in the sdhci-cadence driver.
> 
> It also adds an emmc entry in the dtsi of each SoC and the config 
> options in each defconfig to allow using an eMMC for the rootfs.
> 
> Benoît Monin (6):
>   dt-bindings: mmc: cdns: add Mobileye EyeQ MMC/SDHCI controller
>   mmc: sdhci-cadence: add Mobileye eyeQ support
>   MIPS: mobileye: dts: eyeq6h: add the emmc controller
>   MIPS: eyeq6_defconfig: add cadence MMC/SDHCI driver
>   MIPS: mobileye: dts: eyeq5: add the emmc controller
>   MIPS: eyeq5_defconfig: add cadence MMC/SDHCI driver
> 
>  .../devicetree/bindings/mmc/cdns,sdhci.yaml   |  1 +
>  arch/mips/boot/dts/mobileye/eyeq5.dtsi        | 22 +++++++++++++++++++
>  arch/mips/boot/dts/mobileye/eyeq6h.dtsi       | 22 +++++++++++++++++++
>  arch/mips/configs/eyeq5_defconfig             |  2 ++
>  arch/mips/configs/eyeq6_defconfig             |  2 ++
>  drivers/mmc/host/sdhci-cadence.c              | 11 ++++++++++
>  6 files changed, 60 insertions(+)

applied patches 3-6 to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

      parent reply	other threads:[~2025-07-02 13:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-17 13:25 Benoît Monin
2025-06-17 13:25 ` [PATCH 1/6] dt-bindings: mmc: cdns: add Mobileye EyeQ MMC/SDHCI controller Benoît Monin
2025-06-17 13:25 ` [PATCH 2/6] mmc: sdhci-cadence: add Mobileye eyeQ support Benoît Monin
2025-06-17 13:25 ` [PATCH 3/6] MIPS: mobileye: dts: eyeq6h: add the emmc controller Benoît Monin
2025-06-30  7:33   ` Gregory CLEMENT
2025-06-17 13:25 ` [PATCH 4/6] MIPS: eyeq6_defconfig: add cadence MMC/SDHCI driver Benoît Monin
2025-06-30  7:34   ` Gregory CLEMENT
2025-06-17 13:25 ` [PATCH 5/6] MIPS: mobileye: dts: eyeq5: add the emmc controller Benoît Monin
2025-06-30  7:35   ` Gregory CLEMENT
2025-06-17 13:25 ` [PATCH 6/6] MIPS: eyeq5_defconfig: add cadence MMC/SDHCI driver Benoît Monin
2025-06-30  7:37   ` Gregory CLEMENT
2025-06-23 11:53 ` [PATCH 0/6] Add MMC support for Mobileye EyeQ5 and EyeQ6 SoCs Ulf Hansson
2025-07-02 12:01 ` Thomas Bogendoerfer [this message]

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=aGUfqcbUxvE27Um1@alpha.franken.de \
    --to=tsbogend@alpha.franken.de \
    --cc=adrian.hunter@intel.com \
    --cc=benoit.monin@bootlin.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregory.clement@bootlin.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=theo.lebrun@bootlin.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=ulf.hansson@linaro.org \
    --cc=vladimir.kondratiev@mobileye.com \
    --cc=yamada.masahiro@socionext.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

all inboxes | Powered by JetHome®