All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@kernel.org>
To: linux-arm-kernel@lists.infradead.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-kernel@vger.kernel.org, Ben Dooks <ben-linux@fluff.org>,
	Simtec Linux Team <linux@simtec.co.uk>,
	Arnd Bergmann <arnd@arndb.de>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	linux-mmc@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Subject: [PATCH 10/21] mmc: remove s3cmci driver
Date: Fri, 21 Oct 2022 22:27:43 +0200	[thread overview]
Message-ID: <20221021203329.4143397-10-arnd@kernel.org> (raw)
In-Reply-To: <20221021202254.4142411-1-arnd@kernel.org>

From: Arnd Bergmann <arnd@arndb.de>

The s3c24xx platform is gone, so this driver can be removed as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 MAINTAINERS                              |    6 -
 drivers/mmc/host/Kconfig                 |   43 -
 drivers/mmc/host/Makefile                |    1 -
 drivers/mmc/host/s3cmci.c                | 1777 ----------------------
 drivers/mmc/host/s3cmci.h                |   75 -
 include/linux/platform_data/mmc-s3cmci.h |   51 -
 6 files changed, 1953 deletions(-)
 delete mode 100644 drivers/mmc/host/s3cmci.c
 delete mode 100644 drivers/mmc/host/s3cmci.h
 delete mode 100644 include/linux/platform_data/mmc-s3cmci.h

diff --git a/MAINTAINERS b/MAINTAINERS
index 2caf42b0328a..503ebd9800db 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17920,12 +17920,6 @@ S:	Supported
 W:	http://www.ibm.com/developerworks/linux/linux390/
 F:	drivers/s390/scsi/zfcp_*
 
-S3C24XX SD/MMC Driver
-M:	Ben Dooks <ben-linux@fluff.org>
-L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	Supported
-F:	drivers/mmc/host/s3cmci.*
-
 SAA6588 RDS RECEIVER DRIVER
 M:	Hans Verkuil <hverkuil@xs4all.nl>
 L:	linux-media@vger.kernel.org
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 79d8ddf1f616..75e8c364243d 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -619,49 +619,6 @@ config MMC_SPI
 
 	  If unsure, or if your system has no SPI master driver, say N.
 
-config MMC_S3C
-	tristate "Samsung S3C SD/MMC Card Interface support"
-	depends on ARCH_S3C24XX || COMPILE_TEST
-	depends on S3C24XX_DMAC || COMPILE_TEST
-	help
-	  This selects a driver for the MCI interface found in
-	  Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
-	  If you have a board based on one of those and a MMC/SD
-	  slot, say Y or M here.
-
-	  If unsure, say N.
-
-config MMC_S3C_HW_SDIO_IRQ
-	bool "Hardware support for SDIO IRQ"
-	depends on MMC_S3C
-	help
-	  Enable the hardware support for SDIO interrupts instead of using
-	  the generic polling code.
-
-choice
-	prompt "Samsung S3C SD/MMC transfer code"
-	depends on MMC_S3C
-
-config MMC_S3C_PIO
-	bool "Use PIO transfers only"
-	help
-	  Use PIO to transfer data between memory and the hardware.
-
-	  PIO is slower than DMA as it requires CPU instructions to
-	  move the data. This has been the traditional default for
-	  the S3C MCI driver.
-
-config MMC_S3C_DMA
-	bool "Use DMA transfers only"
-	help
-	  Use DMA to transfer data between memory and the hardware.
-
-	  Currently, the DMA support in this driver seems to not be
-	  working properly and needs to be debugged before this
-	  option is useful.
-
-endchoice
-
 config MMC_SDRICOH_CS
 	tristate "MMC/SD driver for Ricoh Bay1Controllers"
 	depends on PCI && PCMCIA
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile
index 0baeb0b004f7..885e19e21e75 100644
--- a/drivers/mmc/host/Makefile
+++ b/drivers/mmc/host/Makefile
@@ -34,7 +34,6 @@ obj-$(CONFIG_MMC_MVSDIO)	+= mvsdio.o
 obj-$(CONFIG_MMC_DAVINCI)       += davinci_mmc.o
 obj-$(CONFIG_MMC_SPI)		+= mmc_spi.o
 obj-$(CONFIG_MMC_SPI)		+= of_mmc_spi.o
-obj-$(CONFIG_MMC_S3C)   	+= s3cmci.o
 obj-$(CONFIG_MMC_SDRICOH_CS)	+= sdricoh_cs.o
 obj-$(CONFIG_MMC_TMIO_CORE)	+= tmio_mmc_core.o
 obj-$(CONFIG_MMC_SDHI)		+= renesas_sdhi_core.o
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
deleted file mode 100644
index 8d5929a32d34..000000000000
diff --git a/drivers/mmc/host/s3cmci.h b/drivers/mmc/host/s3cmci.h
deleted file mode 100644
index 8b65d7ad9f97..000000000000
diff --git a/include/linux/platform_data/mmc-s3cmci.h b/include/linux/platform_data/mmc-s3cmci.h
deleted file mode 100644
index bacb86db3112..000000000000
-- 
2.29.2


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

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org>
To: linux-arm-kernel@lists.infradead.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-kernel@vger.kernel.org, Ben Dooks <ben-linux@fluff.org>,
	Simtec Linux Team <linux@simtec.co.uk>,
	Arnd Bergmann <arnd@arndb.de>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	linux-mmc@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Subject: [PATCH 10/21] mmc: remove s3cmci driver
Date: Fri, 21 Oct 2022 22:27:43 +0200	[thread overview]
Message-ID: <20221021203329.4143397-10-arnd@kernel.org> (raw)
In-Reply-To: <20221021202254.4142411-1-arnd@kernel.org>

From: Arnd Bergmann <arnd@arndb.de>

The s3c24xx platform is gone, so this driver can be removed as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 MAINTAINERS                              |    6 -
 drivers/mmc/host/Kconfig                 |   43 -
 drivers/mmc/host/Makefile                |    1 -
 drivers/mmc/host/s3cmci.c                | 1777 ----------------------
 drivers/mmc/host/s3cmci.h                |   75 -
 include/linux/platform_data/mmc-s3cmci.h |   51 -
 6 files changed, 1953 deletions(-)
 delete mode 100644 drivers/mmc/host/s3cmci.c
 delete mode 100644 drivers/mmc/host/s3cmci.h
 delete mode 100644 include/linux/platform_data/mmc-s3cmci.h

diff --git a/MAINTAINERS b/MAINTAINERS
index 2caf42b0328a..503ebd9800db 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17920,12 +17920,6 @@ S:	Supported
 W:	http://www.ibm.com/developerworks/linux/linux390/
 F:	drivers/s390/scsi/zfcp_*
 
-S3C24XX SD/MMC Driver
-M:	Ben Dooks <ben-linux@fluff.org>
-L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	Supported
-F:	drivers/mmc/host/s3cmci.*
-
 SAA6588 RDS RECEIVER DRIVER
 M:	Hans Verkuil <hverkuil@xs4all.nl>
 L:	linux-media@vger.kernel.org
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 79d8ddf1f616..75e8c364243d 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -619,49 +619,6 @@ config MMC_SPI
 
 	  If unsure, or if your system has no SPI master driver, say N.
 
-config MMC_S3C
-	tristate "Samsung S3C SD/MMC Card Interface support"
-	depends on ARCH_S3C24XX || COMPILE_TEST
-	depends on S3C24XX_DMAC || COMPILE_TEST
-	help
-	  This selects a driver for the MCI interface found in
-	  Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
-	  If you have a board based on one of those and a MMC/SD
-	  slot, say Y or M here.
-
-	  If unsure, say N.
-
-config MMC_S3C_HW_SDIO_IRQ
-	bool "Hardware support for SDIO IRQ"
-	depends on MMC_S3C
-	help
-	  Enable the hardware support for SDIO interrupts instead of using
-	  the generic polling code.
-
-choice
-	prompt "Samsung S3C SD/MMC transfer code"
-	depends on MMC_S3C
-
-config MMC_S3C_PIO
-	bool "Use PIO transfers only"
-	help
-	  Use PIO to transfer data between memory and the hardware.
-
-	  PIO is slower than DMA as it requires CPU instructions to
-	  move the data. This has been the traditional default for
-	  the S3C MCI driver.
-
-config MMC_S3C_DMA
-	bool "Use DMA transfers only"
-	help
-	  Use DMA to transfer data between memory and the hardware.
-
-	  Currently, the DMA support in this driver seems to not be
-	  working properly and needs to be debugged before this
-	  option is useful.
-
-endchoice
-
 config MMC_SDRICOH_CS
 	tristate "MMC/SD driver for Ricoh Bay1Controllers"
 	depends on PCI && PCMCIA
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile
index 0baeb0b004f7..885e19e21e75 100644
--- a/drivers/mmc/host/Makefile
+++ b/drivers/mmc/host/Makefile
@@ -34,7 +34,6 @@ obj-$(CONFIG_MMC_MVSDIO)	+= mvsdio.o
 obj-$(CONFIG_MMC_DAVINCI)       += davinci_mmc.o
 obj-$(CONFIG_MMC_SPI)		+= mmc_spi.o
 obj-$(CONFIG_MMC_SPI)		+= of_mmc_spi.o
-obj-$(CONFIG_MMC_S3C)   	+= s3cmci.o
 obj-$(CONFIG_MMC_SDRICOH_CS)	+= sdricoh_cs.o
 obj-$(CONFIG_MMC_TMIO_CORE)	+= tmio_mmc_core.o
 obj-$(CONFIG_MMC_SDHI)		+= renesas_sdhi_core.o
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
deleted file mode 100644
index 8d5929a32d34..000000000000
diff --git a/drivers/mmc/host/s3cmci.h b/drivers/mmc/host/s3cmci.h
deleted file mode 100644
index 8b65d7ad9f97..000000000000
diff --git a/include/linux/platform_data/mmc-s3cmci.h b/include/linux/platform_data/mmc-s3cmci.h
deleted file mode 100644
index bacb86db3112..000000000000
-- 
2.29.2


  parent reply	other threads:[~2022-10-21 20:46 UTC|newest]

Thread overview: 196+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-21 20:22 [PATCH 00/21] ARM: s3c: clean out obsolete platforms Arnd Bergmann
2022-10-21 20:22 ` Arnd Bergmann
2022-10-21 20:22 ` Arnd Bergmann
2022-10-21 20:22 ` Arnd Bergmann
2022-10-21 20:27 ` [PATCH 01/21] ARM: s3c: remove all s3c24xx support Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-22 20:56   ` Heiko Stübner
2022-10-22 20:56     ` Heiko Stübner
2022-10-24 14:27     ` Arnd Bergmann
2022-10-24 14:27       ` Arnd Bergmann
2022-10-24 15:45       ` Heiko Stübner
2022-10-24 15:45         ` Heiko Stübner
2022-10-24 12:25   ` Krzysztof Kozlowski
2022-10-24 12:25     ` Krzysztof Kozlowski
2022-10-27 23:10   ` Stephen Boyd
2022-10-27 23:10     ` Stephen Boyd
2022-10-21 20:27 ` [PATCH 02/21] ARM: s3c: remove s3c24xx specific hacks Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-21 22:33   ` Wolfram Sang
2022-10-21 22:33     ` Wolfram Sang
2022-10-21 22:33     ` Wolfram Sang
2022-10-22 11:24   ` Greg Kroah-Hartman
2022-10-22 11:24     ` Greg Kroah-Hartman
2022-10-22 11:24     ` Greg Kroah-Hartman
2022-10-22 14:02   ` Linus Walleij
2022-10-22 14:02     ` Linus Walleij
2022-10-22 14:02     ` Linus Walleij
2022-10-23 11:00   ` Jonathan Cameron
2022-10-23 11:00     ` Jonathan Cameron
2022-10-23 11:00     ` Jonathan Cameron
2022-10-23 18:08   ` Daniel Lezcano
2022-10-23 18:08     ` Daniel Lezcano
2022-10-23 18:08     ` Daniel Lezcano
2022-10-24  7:55   ` Miquel Raynal
2022-10-24  7:55     ` Miquel Raynal
2022-10-24  7:55     ` Miquel Raynal
2022-10-24 12:26   ` Krzysztof Kozlowski
2022-10-24 12:26     ` Krzysztof Kozlowski
2022-10-24 12:26     ` Krzysztof Kozlowski
2022-10-24 16:53   ` Ulf Hansson
2022-10-24 16:53     ` Ulf Hansson
2022-10-24 16:53     ` Ulf Hansson
2022-10-27 23:10   ` Stephen Boyd
2022-10-27 23:10     ` Stephen Boyd
2022-10-27 23:10     ` Stephen Boyd
2022-10-21 20:27 ` [PATCH 03/21] ARM: s3c: remove most s3c64xx board support Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 12:26   ` Krzysztof Kozlowski
2022-10-24 12:26     ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 04/21] ARM: s3c: remove adc.c Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 11:37   ` Mark Brown
2022-10-24 11:37     ` Mark Brown
2022-10-24 12:27   ` Krzysztof Kozlowski
2022-10-24 12:27     ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 05/21] ARM: s3c: simplify platform code Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 11:41   ` Mark Brown
2022-10-24 11:41     ` Mark Brown
2022-10-24 12:29   ` Krzysztof Kozlowski
2022-10-24 12:29     ` Krzysztof Kozlowski
2022-10-24 13:32     ` Arnd Bergmann
2022-10-24 13:32       ` Arnd Bergmann
2022-10-24 14:13       ` Krzysztof Kozlowski
2022-10-24 14:13         ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 06/21] ARM: s3c: remove s3c6400 support Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 12:30   ` Krzysztof Kozlowski
2022-10-24 12:30     ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 07/21] power: remove s3c adc battery driver Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24  7:28   ` Lee Jones
2022-10-24  7:28     ` Lee Jones
2022-10-24  7:42     ` Arnd Bergmann
2022-10-24  7:42       ` Arnd Bergmann
2022-10-24  7:57       ` Lee Jones
2022-10-24  7:57         ` Lee Jones
2022-10-24 12:31   ` Krzysztof Kozlowski
2022-10-24 12:31     ` Krzysztof Kozlowski
2022-10-28 14:18   ` Sebastian Reichel
2022-10-28 14:18     ` Sebastian Reichel
2022-10-21 20:27 ` [PATCH 08/21] hwmon: remove s3c driver Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-22  4:02   ` Guenter Roeck
2022-10-22  4:02     ` Guenter Roeck
2022-10-22  8:36     ` Arnd Bergmann
2022-10-22  8:36       ` Arnd Bergmann
2022-10-24 12:31   ` Krzysztof Kozlowski
2022-10-24 12:31     ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 09/21] pata: remove samsung_cf driver Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-23 14:35   ` Sergey Shtylyov
2022-10-23 14:35     ` Sergey Shtylyov
2022-10-23 22:41   ` Damien Le Moal
2022-10-23 22:41     ` Damien Le Moal
2022-10-23 22:43     ` Damien Le Moal
2022-10-23 22:43       ` Damien Le Moal
2022-10-24 14:24     ` Arnd Bergmann
2022-10-24 14:24       ` Arnd Bergmann
2022-10-24 12:34   ` Krzysztof Kozlowski
2022-10-24 12:34     ` Krzysztof Kozlowski
2022-10-21 20:27 ` Arnd Bergmann [this message]
2022-10-21 20:27   ` [PATCH 10/21] mmc: remove s3cmci driver Arnd Bergmann
2022-10-24 12:35   ` Krzysztof Kozlowski
2022-10-24 12:35     ` Krzysztof Kozlowski
2022-10-24 16:52   ` Ulf Hansson
2022-10-24 16:52     ` Ulf Hansson
2022-10-21 20:27 ` [PATCH 11/21] clk: remove s3c24xx driver Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-22 11:50   ` Chanwoo Choi
2022-10-22 11:50     ` Chanwoo Choi
2022-10-24 12:37   ` Krzysztof Kozlowski
2022-10-24 12:37     ` Krzysztof Kozlowski
2022-10-27 23:11   ` Stephen Boyd
2022-10-27 23:11     ` Stephen Boyd
2022-10-21 20:27 ` [PATCH 12/21] leds: " Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-22 10:04   ` Pavel Machek
2022-10-22 10:04     ` Pavel Machek
2022-10-24 12:37   ` Krzysztof Kozlowski
2022-10-24 12:37     ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 13/21] usb: gadget: remove s3c24xx drivers Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 12:39   ` Krzysztof Kozlowski
2022-10-24 12:39     ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 14/21] dmaengine: remove s3c24xx driver Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 12:40   ` Krzysztof Kozlowski
2022-10-24 12:40     ` Krzysztof Kozlowski
2022-11-04 14:14   ` Vinod Koul
2022-11-04 14:14     ` Vinod Koul
2022-11-18 21:54   ` [PATCH] ARM: s3c: Fix a build error after the s3c24xx dma driver was removed Uwe Kleine-König
2022-11-20 10:31     ` Krzysztof Kozlowski
2022-11-20 11:22       ` Krzysztof Kozlowski
2022-11-25  8:51         ` Uwe Kleine-König
2022-11-25  8:52           ` Krzysztof Kozlowski
2022-12-02 11:20             ` Regression in dmaengine/next " Uwe Kleine-König
2022-12-02 11:42               ` Vinod Koul
2022-12-05  8:56                 ` Uwe Kleine-König
2022-10-21 20:27 ` [PATCH 15/21] cpufreq: remove s3c24xx drivers Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 12:40   ` Krzysztof Kozlowski
2022-10-24 12:40     ` Krzysztof Kozlowski
2022-10-25  5:19   ` Viresh Kumar
2022-10-25  5:19     ` Viresh Kumar
2022-10-21 20:27 ` [PATCH 16/21] fbdev: remove s3c2410 framebuffer Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 12:49   ` Krzysztof Kozlowski
2022-10-24 12:49     ` Krzysztof Kozlowski
2022-10-24 12:49     ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 17/21] input: remove s3c24xx touchscreen driver Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 11:57   ` Dmitry Torokhov
2022-10-24 11:57     ` Dmitry Torokhov
2022-10-24 12:50   ` Krzysztof Kozlowski
2022-10-24 12:50     ` Krzysztof Kozlowski
2022-10-24 13:02     ` Arnd Bergmann
2022-10-24 13:02       ` Arnd Bergmann
2022-10-21 20:27 ` [PATCH 18/21] pinctrl: remove s3c24xx driver Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-21 21:25   ` Linus Walleij
2022-10-21 21:25     ` Linus Walleij
2022-10-24 12:51   ` Krzysztof Kozlowski
2022-10-24 12:51     ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 19/21] spi: " Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 12:52   ` Krzysztof Kozlowski
2022-10-24 12:52     ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 20/21] soc: s3c: remove pm-debug hack Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 12:52   ` Krzysztof Kozlowski
2022-10-24 12:52     ` Krzysztof Kozlowski
2022-10-21 20:27 ` [PATCH 21/21] ASoC: samsung: remove unused drivers Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-21 20:27   ` Arnd Bergmann
2022-10-24 12:53   ` Krzysztof Kozlowski
2022-10-24 12:53     ` Krzysztof Kozlowski
2022-10-24 12:53     ` Krzysztof Kozlowski
2022-10-22 15:18 ` [PATCH 00/21] ARM: s3c: clean out obsolete platforms Krzysztof Kozlowski
2022-10-22 15:18   ` Krzysztof Kozlowski
2022-10-22 15:18   ` Krzysztof Kozlowski
2022-10-22 15:18   ` Krzysztof Kozlowski
2022-10-22 19:48   ` Arnd Bergmann
2022-10-22 19:48     ` Arnd Bergmann
2022-10-22 19:48     ` Arnd Bergmann
2022-10-22 19:48     ` Arnd Bergmann
2022-10-24 13:00 ` Rob Herring
2022-10-24 13:00   ` Rob Herring
2022-10-24 13:00   ` Rob Herring
2022-10-24 13:00   ` Rob Herring
2022-10-24 13:18   ` Arnd Bergmann
2022-10-24 13:18     ` Arnd Bergmann
2022-10-24 13:18     ` Arnd Bergmann
2022-10-24 13:18     ` Arnd Bergmann

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=20221021203329.4143397-10-arnd@kernel.org \
    --to=arnd@kernel.org \
    --cc=alim.akhtar@samsung.com \
    --cc=arnd@arndb.de \
    --cc=ben-linux@fluff.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@simtec.co.uk \
    --cc=ulf.hansson@linaro.org \
    /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.