Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH v1 1/1] mmc: sdhci-sprd: Remove unused of_gpio.h
@ 2024-03-07 11:45 Andy Shevchenko
  2024-03-08  0:56 ` Baolin Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Shevchenko @ 2024-03-07 11:45 UTC (permalink / raw)
  To: Ulf Hansson, Wenchao Chen, linux-mmc, linux-kernel
  Cc: Adrian Hunter, Orson Zhai, Baolin Wang, Chunyan Zhang,
	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/sdhci-sprd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/sdhci-sprd.c b/drivers/mmc/host/sdhci-sprd.c
index bed57a1c64b5..685b1c648901 100644
--- a/drivers/mmc/host/sdhci-sprd.c
+++ b/drivers/mmc/host/sdhci-sprd.c
@@ -13,7 +13,6 @@
 #include <linux/mmc/mmc.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/pinctrl/consumer.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
-- 
2.43.0.rc1.1.gbec44491f096


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

* Re: [PATCH v1 1/1] mmc: sdhci-sprd: Remove unused of_gpio.h
  2024-03-07 11:45 [PATCH v1 1/1] mmc: sdhci-sprd: Remove unused of_gpio.h Andy Shevchenko
@ 2024-03-08  0:56 ` Baolin Wang
  2024-03-08  8:47 ` Adrian Hunter
  2024-03-25 13:18 ` Ulf Hansson
  2 siblings, 0 replies; 4+ messages in thread
From: Baolin Wang @ 2024-03-08  0:56 UTC (permalink / raw)
  To: Andy Shevchenko, Ulf Hansson, Wenchao Chen, linux-mmc,
	linux-kernel
  Cc: Adrian Hunter, Orson Zhai, Chunyan Zhang



On 2024/3/7 19:45, Andy Shevchenko 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>

Thanks.
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>

> ---
>   drivers/mmc/host/sdhci-sprd.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mmc/host/sdhci-sprd.c b/drivers/mmc/host/sdhci-sprd.c
> index bed57a1c64b5..685b1c648901 100644
> --- a/drivers/mmc/host/sdhci-sprd.c
> +++ b/drivers/mmc/host/sdhci-sprd.c
> @@ -13,7 +13,6 @@
>   #include <linux/mmc/mmc.h>
>   #include <linux/module.h>
>   #include <linux/of.h>
> -#include <linux/of_gpio.h>
>   #include <linux/pinctrl/consumer.h>
>   #include <linux/platform_device.h>
>   #include <linux/pm_runtime.h>

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

* Re: [PATCH v1 1/1] mmc: sdhci-sprd: Remove unused of_gpio.h
  2024-03-07 11:45 [PATCH v1 1/1] mmc: sdhci-sprd: Remove unused of_gpio.h Andy Shevchenko
  2024-03-08  0:56 ` Baolin Wang
@ 2024-03-08  8:47 ` Adrian Hunter
  2024-03-25 13:18 ` Ulf Hansson
  2 siblings, 0 replies; 4+ messages in thread
From: Adrian Hunter @ 2024-03-08  8:47 UTC (permalink / raw)
  To: Andy Shevchenko, Ulf Hansson, Wenchao Chen, linux-mmc,
	linux-kernel
  Cc: Orson Zhai, Baolin Wang, Chunyan Zhang

On 7/03/24 13:45, Andy Shevchenko 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>

Acked-by: Adrian Hunter <adrian.hunter@intel.com>

> ---
>  drivers/mmc/host/sdhci-sprd.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mmc/host/sdhci-sprd.c b/drivers/mmc/host/sdhci-sprd.c
> index bed57a1c64b5..685b1c648901 100644
> --- a/drivers/mmc/host/sdhci-sprd.c
> +++ b/drivers/mmc/host/sdhci-sprd.c
> @@ -13,7 +13,6 @@
>  #include <linux/mmc/mmc.h>
>  #include <linux/module.h>
>  #include <linux/of.h>
> -#include <linux/of_gpio.h>
>  #include <linux/pinctrl/consumer.h>
>  #include <linux/platform_device.h>
>  #include <linux/pm_runtime.h>


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

* Re: [PATCH v1 1/1] mmc: sdhci-sprd: Remove unused of_gpio.h
  2024-03-07 11:45 [PATCH v1 1/1] mmc: sdhci-sprd: Remove unused of_gpio.h Andy Shevchenko
  2024-03-08  0:56 ` Baolin Wang
  2024-03-08  8:47 ` Adrian Hunter
@ 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: Wenchao Chen, linux-mmc, linux-kernel, Adrian Hunter, Orson Zhai,
	Baolin Wang, Chunyan Zhang

On Thu, 7 Mar 2024 at 12:45, 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/sdhci-sprd.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci-sprd.c b/drivers/mmc/host/sdhci-sprd.c
> index bed57a1c64b5..685b1c648901 100644
> --- a/drivers/mmc/host/sdhci-sprd.c
> +++ b/drivers/mmc/host/sdhci-sprd.c
> @@ -13,7 +13,6 @@
>  #include <linux/mmc/mmc.h>
>  #include <linux/module.h>
>  #include <linux/of.h>
> -#include <linux/of_gpio.h>
>  #include <linux/pinctrl/consumer.h>
>  #include <linux/platform_device.h>
>  #include <linux/pm_runtime.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:45 [PATCH v1 1/1] mmc: sdhci-sprd: Remove unused of_gpio.h Andy Shevchenko
2024-03-08  0:56 ` Baolin Wang
2024-03-08  8:47 ` Adrian Hunter
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