All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64: dts: renesas: r8a779g0/white-hawk: Add SDHI/eMMC support
@ 2022-10-12  7:12 ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-10-12  7:12 UTC (permalink / raw)
  To: Magnus Damm
  Cc: Yoshihiro Shimoda, Wolfram Sang, linux-renesas-soc,
	linux-arm-kernel, Geert Uytterhoeven

	Hi all,

This patch series adds SDHI support for the R-Car V4H SoC, and eMMC
support for the White Hawk board.

    renesas_sdhi_internal_dmac ee140000.mmc: mmc0 base at 0x00000000ee140000, max clock rate 200 MHz
    mmc0: new HS400 MMC card at address 0001
    mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (246:0)

The White Hawk CPU board also has a µSD-slot, which is mutually
exclusive with the eMMC, and obstructed by a pin header on the BreakOut
Board.  Hence accessing it requires removing the CPU board, which is a
task I haven't undertaken.

I plan to queue these in renesas-devel for v6.2.
Thanks for your comments!

Geert Uytterhoeven (1):
  arm64: dts: renesas: r8a779g0: Add SDHI node

Takeshi Kihara (1):
  arm64: dts: renesas: white-hawk-cpu: Add eMMC support

 .../dts/renesas/r8a779g0-white-hawk-cpu.dtsi  | 41 +++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi     | 14 +++++++
 2 files changed, 55 insertions(+)

-- 
2.25.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 0/2] arm64: dts: renesas: r8a779g0/white-hawk: Add SDHI/eMMC support
@ 2022-10-12  7:12 ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-10-12  7:12 UTC (permalink / raw)
  To: Magnus Damm
  Cc: Yoshihiro Shimoda, Wolfram Sang, linux-renesas-soc,
	linux-arm-kernel, Geert Uytterhoeven

	Hi all,

This patch series adds SDHI support for the R-Car V4H SoC, and eMMC
support for the White Hawk board.

    renesas_sdhi_internal_dmac ee140000.mmc: mmc0 base at 0x00000000ee140000, max clock rate 200 MHz
    mmc0: new HS400 MMC card at address 0001
    mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (246:0)

The White Hawk CPU board also has a µSD-slot, which is mutually
exclusive with the eMMC, and obstructed by a pin header on the BreakOut
Board.  Hence accessing it requires removing the CPU board, which is a
task I haven't undertaken.

I plan to queue these in renesas-devel for v6.2.
Thanks for your comments!

Geert Uytterhoeven (1):
  arm64: dts: renesas: r8a779g0: Add SDHI node

Takeshi Kihara (1):
  arm64: dts: renesas: white-hawk-cpu: Add eMMC support

 .../dts/renesas/r8a779g0-white-hawk-cpu.dtsi  | 41 +++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi     | 14 +++++++
 2 files changed, 55 insertions(+)

-- 
2.25.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 1/2] arm64: dts: renesas: r8a779g0: Add SDHI node
  2022-10-12  7:12 ` Geert Uytterhoeven
@ 2022-10-12  7:12   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-10-12  7:12 UTC (permalink / raw)
  To: Magnus Damm
  Cc: Yoshihiro Shimoda, Wolfram Sang, linux-renesas-soc,
	linux-arm-kernel, Geert Uytterhoeven

Add a device node for the SD Card/MMC Interface on the Renesas R-Car V4H
(R8A779G0) SoC.

Based on a patch in the BSP by Takeshi Kihara.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Changes compared to the BSP:
  - Add "clkh" clock and clock-names property.
---
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
index ea96ed20906b9e12..33d9df39a9cc7149 100644
--- a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
@@ -907,6 +907,20 @@ dmac1: dma-controller@e7351000 {
 			dma-channels = <16>;
 		};
 
+		mmc0: mmc@ee140000 {
+			compatible = "renesas,sdhi-r8a779g0",
+				     "renesas,rcar-gen4-sdhi";
+			reg = <0 0xee140000 0 0x2000>;
+			interrupts = <GIC_SPI 440 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 706>,
+				 <&cpg CPG_CORE R8A779G0_CLK_SD0H>;
+			clock-names = "core", "clkh";
+			power-domains = <&sysc R8A779G0_PD_ALWAYS_ON>;
+			resets = <&cpg 706>;
+			max-frequency = <200000000>;
+			status = "disabled";
+		};
+
 		gic: interrupt-controller@f1000000 {
 			compatible = "arm,gic-v3";
 			#interrupt-cells = <3>;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 1/2] arm64: dts: renesas: r8a779g0: Add SDHI node
@ 2022-10-12  7:12   ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-10-12  7:12 UTC (permalink / raw)
  To: Magnus Damm
  Cc: Yoshihiro Shimoda, Wolfram Sang, linux-renesas-soc,
	linux-arm-kernel, Geert Uytterhoeven

Add a device node for the SD Card/MMC Interface on the Renesas R-Car V4H
(R8A779G0) SoC.

Based on a patch in the BSP by Takeshi Kihara.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Changes compared to the BSP:
  - Add "clkh" clock and clock-names property.
---
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
index ea96ed20906b9e12..33d9df39a9cc7149 100644
--- a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
@@ -907,6 +907,20 @@ dmac1: dma-controller@e7351000 {
 			dma-channels = <16>;
 		};
 
+		mmc0: mmc@ee140000 {
+			compatible = "renesas,sdhi-r8a779g0",
+				     "renesas,rcar-gen4-sdhi";
+			reg = <0 0xee140000 0 0x2000>;
+			interrupts = <GIC_SPI 440 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 706>,
+				 <&cpg CPG_CORE R8A779G0_CLK_SD0H>;
+			clock-names = "core", "clkh";
+			power-domains = <&sysc R8A779G0_PD_ALWAYS_ON>;
+			resets = <&cpg 706>;
+			max-frequency = <200000000>;
+			status = "disabled";
+		};
+
 		gic: interrupt-controller@f1000000 {
 			compatible = "arm,gic-v3";
 			#interrupt-cells = <3>;
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/2] arm64: dts: renesas: white-hawk-cpu: Add eMMC support
  2022-10-12  7:12 ` Geert Uytterhoeven
@ 2022-10-12  7:12   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-10-12  7:12 UTC (permalink / raw)
  To: Magnus Damm
  Cc: Yoshihiro Shimoda, Wolfram Sang, linux-renesas-soc,
	linux-arm-kernel, Takeshi Kihara, Geert Uytterhoeven

From: Takeshi Kihara <takeshi.kihara.df@renesas.com>

Describe the eMMC on the White Hawk CPU board.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 .../dts/renesas/r8a779g0-white-hawk-cpu.dtsi  | 41 +++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi b/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi
index f424b827fcbc7666..b306e5a10794dfb5 100644
--- a/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi
@@ -96,6 +96,24 @@ memory@600000000 {
 		device_type = "memory";
 		reg = <0x6 0x00000000 0x1 0x00000000>;
 	};
+
+	reg_1p8v: regulator-1p8v {
+		compatible = "regulator-fixed";
+		regulator-name = "fixed-1.8V";
+		regulator-min-microvolt = <1800000>;
+		regulator-max-microvolt = <1800000>;
+		regulator-boot-on;
+		regulator-always-on;
+	};
+
+	reg_3p3v: regulator-3p3v {
+		compatible = "regulator-fixed";
+		regulator-name = "fixed-3.3V";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		regulator-boot-on;
+		regulator-always-on;
+	};
 };
 
 &avb0 {
@@ -154,6 +172,23 @@ eeprom@50 {
 	};
 };
 
+&mmc0 {
+	pinctrl-0 = <&mmc_pins>;
+	pinctrl-1 = <&mmc_pins>;
+	pinctrl-names = "default", "state_uhs";
+
+	vmmc-supply = <&reg_3p3v>;
+	vqmmc-supply = <&reg_1p8v>;
+	mmc-hs200-1_8v;
+	mmc-hs400-1_8v;
+	bus-width = <8>;
+	no-sd;
+	no-sdio;
+	non-removable;
+	full-pwr-cycle-in-suspend;
+	status = "okay";
+};
+
 &pfc {
 	pinctrl-0 = <&scif_clk_pins>;
 	pinctrl-names = "default";
@@ -191,6 +226,12 @@ keys_pins: keys {
 		bias-pull-up;
 	};
 
+	mmc_pins: mmc {
+		groups = "mmc_data8", "mmc_ctrl", "mmc_ds";
+		function = "mmc";
+		power-source = <1800>;
+	};
+
 	scif_clk_pins: scif_clk {
 		groups = "scif_clk";
 		function = "scif_clk";
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/2] arm64: dts: renesas: white-hawk-cpu: Add eMMC support
@ 2022-10-12  7:12   ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-10-12  7:12 UTC (permalink / raw)
  To: Magnus Damm
  Cc: Yoshihiro Shimoda, Wolfram Sang, linux-renesas-soc,
	linux-arm-kernel, Takeshi Kihara, Geert Uytterhoeven

From: Takeshi Kihara <takeshi.kihara.df@renesas.com>

Describe the eMMC on the White Hawk CPU board.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 .../dts/renesas/r8a779g0-white-hawk-cpu.dtsi  | 41 +++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi b/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi
index f424b827fcbc7666..b306e5a10794dfb5 100644
--- a/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi
@@ -96,6 +96,24 @@ memory@600000000 {
 		device_type = "memory";
 		reg = <0x6 0x00000000 0x1 0x00000000>;
 	};
+
+	reg_1p8v: regulator-1p8v {
+		compatible = "regulator-fixed";
+		regulator-name = "fixed-1.8V";
+		regulator-min-microvolt = <1800000>;
+		regulator-max-microvolt = <1800000>;
+		regulator-boot-on;
+		regulator-always-on;
+	};
+
+	reg_3p3v: regulator-3p3v {
+		compatible = "regulator-fixed";
+		regulator-name = "fixed-3.3V";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		regulator-boot-on;
+		regulator-always-on;
+	};
 };
 
 &avb0 {
@@ -154,6 +172,23 @@ eeprom@50 {
 	};
 };
 
+&mmc0 {
+	pinctrl-0 = <&mmc_pins>;
+	pinctrl-1 = <&mmc_pins>;
+	pinctrl-names = "default", "state_uhs";
+
+	vmmc-supply = <&reg_3p3v>;
+	vqmmc-supply = <&reg_1p8v>;
+	mmc-hs200-1_8v;
+	mmc-hs400-1_8v;
+	bus-width = <8>;
+	no-sd;
+	no-sdio;
+	non-removable;
+	full-pwr-cycle-in-suspend;
+	status = "okay";
+};
+
 &pfc {
 	pinctrl-0 = <&scif_clk_pins>;
 	pinctrl-names = "default";
@@ -191,6 +226,12 @@ keys_pins: keys {
 		bias-pull-up;
 	};
 
+	mmc_pins: mmc {
+		groups = "mmc_data8", "mmc_ctrl", "mmc_ds";
+		function = "mmc";
+		power-source = <1800>;
+	};
+
 	scif_clk_pins: scif_clk {
 		groups = "scif_clk";
 		function = "scif_clk";
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH 0/2] arm64: dts: renesas: r8a779g0/white-hawk: Add SDHI/eMMC support
  2022-10-12  7:12 ` Geert Uytterhoeven
@ 2022-10-12 18:58   ` Wolfram Sang
  -1 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2022-10-12 18:58 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Yoshihiro Shimoda, linux-renesas-soc, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 503 bytes --]


> The White Hawk CPU board also has a µSD-slot, which is mutually
> exclusive with the eMMC, and obstructed by a pin header on the BreakOut
> Board.  Hence accessing it requires removing the CPU board, which is a
> task I haven't undertaken.

This sounds pretty similar to the uSD slot on the Spider board.
Shimoda-san and I have decided there to only upstream eMMC support. I
think the same can easily be argued for WhiteHawk, so your series looks
fine as is regarding upstream, I'd say.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 0/2] arm64: dts: renesas: r8a779g0/white-hawk: Add SDHI/eMMC support
@ 2022-10-12 18:58   ` Wolfram Sang
  0 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2022-10-12 18:58 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Yoshihiro Shimoda, linux-renesas-soc, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 503 bytes --]


> The White Hawk CPU board also has a µSD-slot, which is mutually
> exclusive with the eMMC, and obstructed by a pin header on the BreakOut
> Board.  Hence accessing it requires removing the CPU board, which is a
> task I haven't undertaken.

This sounds pretty similar to the uSD slot on the Spider board.
Shimoda-san and I have decided there to only upstream eMMC support. I
think the same can easily be argued for WhiteHawk, so your series looks
fine as is regarding upstream, I'd say.


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 1/2] arm64: dts: renesas: r8a779g0: Add SDHI node
  2022-10-12  7:12   ` Geert Uytterhoeven
@ 2022-10-12 19:00     ` Wolfram Sang
  -1 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2022-10-12 19:00 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Yoshihiro Shimoda, linux-renesas-soc, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 351 bytes --]

On Wed, Oct 12, 2022 at 09:12:33AM +0200, Geert Uytterhoeven wrote:
> Add a device node for the SD Card/MMC Interface on the Renesas R-Car V4H
> (R8A779G0) SoC.
> 
> Based on a patch in the BSP by Takeshi Kihara.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 1/2] arm64: dts: renesas: r8a779g0: Add SDHI node
@ 2022-10-12 19:00     ` Wolfram Sang
  0 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2022-10-12 19:00 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Yoshihiro Shimoda, linux-renesas-soc, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 351 bytes --]

On Wed, Oct 12, 2022 at 09:12:33AM +0200, Geert Uytterhoeven wrote:
> Add a device node for the SD Card/MMC Interface on the Renesas R-Car V4H
> (R8A779G0) SoC.
> 
> Based on a patch in the BSP by Takeshi Kihara.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 2/2] arm64: dts: renesas: white-hawk-cpu: Add eMMC support
  2022-10-12  7:12   ` Geert Uytterhoeven
@ 2022-10-12 19:01     ` Wolfram Sang
  -1 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2022-10-12 19:01 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Yoshihiro Shimoda, linux-renesas-soc,
	linux-arm-kernel, Takeshi Kihara

[-- Attachment #1: Type: text/plain, Size: 377 bytes --]

On Wed, Oct 12, 2022 at 09:12:34AM +0200, Geert Uytterhoeven wrote:
> From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> 
> Describe the eMMC on the White Hawk CPU board.
> 
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 2/2] arm64: dts: renesas: white-hawk-cpu: Add eMMC support
@ 2022-10-12 19:01     ` Wolfram Sang
  0 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2022-10-12 19:01 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Magnus Damm, Yoshihiro Shimoda, linux-renesas-soc,
	linux-arm-kernel, Takeshi Kihara


[-- Attachment #1.1: Type: text/plain, Size: 377 bytes --]

On Wed, Oct 12, 2022 at 09:12:34AM +0200, Geert Uytterhoeven wrote:
> From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> 
> Describe the eMMC on the White Hawk CPU board.
> 
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-10-12 19:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12  7:12 [PATCH 0/2] arm64: dts: renesas: r8a779g0/white-hawk: Add SDHI/eMMC support Geert Uytterhoeven
2022-10-12  7:12 ` Geert Uytterhoeven
2022-10-12  7:12 ` [PATCH 1/2] arm64: dts: renesas: r8a779g0: Add SDHI node Geert Uytterhoeven
2022-10-12  7:12   ` Geert Uytterhoeven
2022-10-12 19:00   ` Wolfram Sang
2022-10-12 19:00     ` Wolfram Sang
2022-10-12  7:12 ` [PATCH 2/2] arm64: dts: renesas: white-hawk-cpu: Add eMMC support Geert Uytterhoeven
2022-10-12  7:12   ` Geert Uytterhoeven
2022-10-12 19:01   ` Wolfram Sang
2022-10-12 19:01     ` Wolfram Sang
2022-10-12 18:58 ` [PATCH 0/2] arm64: dts: renesas: r8a779g0/white-hawk: Add SDHI/eMMC support Wolfram Sang
2022-10-12 18:58   ` Wolfram Sang

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.