* [PATCH v1 1/1] mmc: mtk-sd: Remove unused of_gpio.h
@ 2024-03-07 11:43 Andy Shevchenko
2024-03-08 2:26 ` Axe Yang (杨磊)
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Andy Shevchenko @ 2024-03-07 11:43 UTC (permalink / raw)
To: Ulf Hansson, Axe Yang, linux-mmc, linux-kernel, linux-arm-kernel,
linux-mediatek
Cc: Chaotian Jing, Matthias Brugger, AngeloGioacchino Del Regno,
Andy Shevchenko
of_gpio.h is deprecated and subject to remove.
The driver doesn't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/mmc/host/mtk-sd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
index 1634b1f5d201..a94835b8ab93 100644
--- a/drivers/mmc/host/mtk-sd.c
+++ b/drivers/mmc/host/mtk-sd.c
@@ -13,7 +13,6 @@
#include <linux/ioport.h>
#include <linux/irq.h>
#include <linux/of.h>
-#include <linux/of_gpio.h>
#include <linux/pinctrl/consumer.h>
#include <linux/platform_device.h>
#include <linux/pm.h>
--
2.43.0.rc1.1.gbec44491f096
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v1 1/1] mmc: mtk-sd: Remove unused of_gpio.h
2024-03-07 11:43 [PATCH v1 1/1] mmc: mtk-sd: Remove unused of_gpio.h Andy Shevchenko
@ 2024-03-08 2:26 ` Axe Yang (杨磊)
2024-03-08 9:27 ` AngeloGioacchino Del Regno
2024-03-25 13:18 ` Ulf Hansson
2 siblings, 0 replies; 4+ messages in thread
From: Axe Yang (杨磊) @ 2024-03-08 2:26 UTC (permalink / raw)
To: ulf.hansson@linaro.org, linux-mmc@vger.kernel.org,
andriy.shevchenko@linux.intel.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org
Cc: matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com,
Chaotian Jing (井朝天)
On Thu, 2024-03-07 at 13:43 +0200, Andy Shevchenko wrote:
>
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> of_gpio.h is deprecated and subject to remove.
> The driver doesn't use it, simply remove the unused header.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> drivers/mmc/host/mtk-sd.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
> index 1634b1f5d201..a94835b8ab93 100644
> --- a/drivers/mmc/host/mtk-sd.c
> +++ b/drivers/mmc/host/mtk-sd.c
> @@ -13,7 +13,6 @@
> #include <linux/ioport.h>
> #include <linux/irq.h>
> #include <linux/of.h>
> -#include <linux/of_gpio.h>
> #include <linux/pinctrl/consumer.h>
> #include <linux/platform_device.h>
> #include <linux/pm.h>
> --
> 2.43.0.rc1.1.gbec44491f096
Reviewed-by: Axe Yang <axe.yang@mediatek.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1 1/1] mmc: mtk-sd: Remove unused of_gpio.h
2024-03-07 11:43 [PATCH v1 1/1] mmc: mtk-sd: Remove unused of_gpio.h Andy Shevchenko
2024-03-08 2:26 ` Axe Yang (杨磊)
@ 2024-03-08 9:27 ` AngeloGioacchino Del Regno
2024-03-25 13:18 ` Ulf Hansson
2 siblings, 0 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-03-08 9:27 UTC (permalink / raw)
To: Andy Shevchenko, Ulf Hansson, Axe Yang, linux-mmc, linux-kernel,
linux-arm-kernel, linux-mediatek
Cc: Chaotian Jing, Matthias Brugger
Il 07/03/24 12:43, Andy Shevchenko ha scritto:
> of_gpio.h is deprecated and subject to remove.
> The driver doesn't use it, simply remove the unused header.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1 1/1] mmc: mtk-sd: Remove unused of_gpio.h
2024-03-07 11:43 [PATCH v1 1/1] mmc: mtk-sd: Remove unused of_gpio.h Andy Shevchenko
2024-03-08 2:26 ` Axe Yang (杨磊)
2024-03-08 9:27 ` AngeloGioacchino Del Regno
@ 2024-03-25 13:18 ` Ulf Hansson
2 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2024-03-25 13:18 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Axe Yang, linux-mmc, linux-kernel, linux-arm-kernel,
linux-mediatek, Chaotian Jing, Matthias Brugger,
AngeloGioacchino Del Regno
On Thu, 7 Mar 2024 at 12:43, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> of_gpio.h is deprecated and subject to remove.
> The driver doesn't use it, simply remove the unused header.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> drivers/mmc/host/mtk-sd.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
> index 1634b1f5d201..a94835b8ab93 100644
> --- a/drivers/mmc/host/mtk-sd.c
> +++ b/drivers/mmc/host/mtk-sd.c
> @@ -13,7 +13,6 @@
> #include <linux/ioport.h>
> #include <linux/irq.h>
> #include <linux/of.h>
> -#include <linux/of_gpio.h>
> #include <linux/pinctrl/consumer.h>
> #include <linux/platform_device.h>
> #include <linux/pm.h>
> --
> 2.43.0.rc1.1.gbec44491f096
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-03-25 13:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 11:43 [PATCH v1 1/1] mmc: mtk-sd: Remove unused of_gpio.h Andy Shevchenko
2024-03-08 2:26 ` Axe Yang (杨磊)
2024-03-08 9:27 ` AngeloGioacchino Del Regno
2024-03-25 13:18 ` Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox