All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-06 12:02 ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2020-05-06 12:02 UTC (permalink / raw)
  To: Matthias Brugger, CK Hu, Enric Balletbo i Serra
  Cc: Stephen Boyd, linux-arm-kernel, linux-mediatek, linux-clk,
	Geert Uytterhoeven

After the split, the mt8173 MMSYS driver is no longer a clock provider,
and thus does not need to include <linux/clk-provider.h>.

Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/soc/mediatek/mtk-mmsys.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/soc/mediatek/mtk-mmsys.c b/drivers/soc/mediatek/mtk-mmsys.c
index 05e322c9c301ad91..bb5ccd5b0386c041 100644
--- a/drivers/soc/mediatek/mtk-mmsys.c
+++ b/drivers/soc/mediatek/mtk-mmsys.c
@@ -4,7 +4,6 @@
  * Author: James Liao <jamesjj.liao@mediatek.com>
  */
 
-#include <linux/clk-provider.h>
 #include <linux/device.h>
 #include <linux/of_device.h>
 #include <linux/platform_device.h>
-- 
2.17.1


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

* [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-06 12:02 ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2020-05-06 12:02 UTC (permalink / raw)
  To: Matthias Brugger, CK Hu, Enric Balletbo i Serra
  Cc: Stephen Boyd, Geert Uytterhoeven, linux-mediatek, linux-clk,
	linux-arm-kernel

After the split, the mt8173 MMSYS driver is no longer a clock provider,
and thus does not need to include <linux/clk-provider.h>.

Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/soc/mediatek/mtk-mmsys.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/soc/mediatek/mtk-mmsys.c b/drivers/soc/mediatek/mtk-mmsys.c
index 05e322c9c301ad91..bb5ccd5b0386c041 100644
--- a/drivers/soc/mediatek/mtk-mmsys.c
+++ b/drivers/soc/mediatek/mtk-mmsys.c
@@ -4,7 +4,6 @@
  * Author: James Liao <jamesjj.liao@mediatek.com>
  */
 
-#include <linux/clk-provider.h>
 #include <linux/device.h>
 #include <linux/of_device.h>
 #include <linux/platform_device.h>
-- 
2.17.1


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-06 12:02 ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2020-05-06 12:02 UTC (permalink / raw)
  To: Matthias Brugger, CK Hu, Enric Balletbo i Serra
  Cc: Stephen Boyd, Geert Uytterhoeven, linux-mediatek, linux-clk,
	linux-arm-kernel

After the split, the mt8173 MMSYS driver is no longer a clock provider,
and thus does not need to include <linux/clk-provider.h>.

Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/soc/mediatek/mtk-mmsys.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/soc/mediatek/mtk-mmsys.c b/drivers/soc/mediatek/mtk-mmsys.c
index 05e322c9c301ad91..bb5ccd5b0386c041 100644
--- a/drivers/soc/mediatek/mtk-mmsys.c
+++ b/drivers/soc/mediatek/mtk-mmsys.c
@@ -4,7 +4,6 @@
  * Author: James Liao <jamesjj.liao@mediatek.com>
  */
 
-#include <linux/clk-provider.h>
 #include <linux/device.h>
 #include <linux/of_device.h>
 #include <linux/platform_device.h>
-- 
2.17.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] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
  2020-05-06 12:02 ` Geert Uytterhoeven
  (?)
@ 2020-05-06 17:21   ` Enric Balletbo i Serra
  -1 siblings, 0 replies; 12+ messages in thread
From: Enric Balletbo i Serra @ 2020-05-06 17:21 UTC (permalink / raw)
  To: Geert Uytterhoeven, Matthias Brugger, CK Hu
  Cc: Stephen Boyd, linux-mediatek, linux-clk, linux-arm-kernel

Hi Geert,

Thank you for your patch.

On 6/5/20 14:02, Geert Uytterhoeven wrote:
> After the split, the mt8173 MMSYS driver is no longer a clock provider,
> and thus does not need to include <linux/clk-provider.h>.
> 
> Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

> ---
>  drivers/soc/mediatek/mtk-mmsys.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/soc/mediatek/mtk-mmsys.c b/drivers/soc/mediatek/mtk-mmsys.c
> index 05e322c9c301ad91..bb5ccd5b0386c041 100644
> --- a/drivers/soc/mediatek/mtk-mmsys.c
> +++ b/drivers/soc/mediatek/mtk-mmsys.c
> @@ -4,7 +4,6 @@
>   * Author: James Liao <jamesjj.liao@mediatek.com>
>   */
>  
> -#include <linux/clk-provider.h>
>  #include <linux/device.h>
>  #include <linux/of_device.h>
>  #include <linux/platform_device.h>
> 

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

* Re: [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-06 17:21   ` Enric Balletbo i Serra
  0 siblings, 0 replies; 12+ messages in thread
From: Enric Balletbo i Serra @ 2020-05-06 17:21 UTC (permalink / raw)
  To: Geert Uytterhoeven, Matthias Brugger, CK Hu
  Cc: Stephen Boyd, linux-mediatek, linux-clk, linux-arm-kernel

Hi Geert,

Thank you for your patch.

On 6/5/20 14:02, Geert Uytterhoeven wrote:
> After the split, the mt8173 MMSYS driver is no longer a clock provider,
> and thus does not need to include <linux/clk-provider.h>.
> 
> Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

> ---
>  drivers/soc/mediatek/mtk-mmsys.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/soc/mediatek/mtk-mmsys.c b/drivers/soc/mediatek/mtk-mmsys.c
> index 05e322c9c301ad91..bb5ccd5b0386c041 100644
> --- a/drivers/soc/mediatek/mtk-mmsys.c
> +++ b/drivers/soc/mediatek/mtk-mmsys.c
> @@ -4,7 +4,6 @@
>   * Author: James Liao <jamesjj.liao@mediatek.com>
>   */
>  
> -#include <linux/clk-provider.h>
>  #include <linux/device.h>
>  #include <linux/of_device.h>
>  #include <linux/platform_device.h>
> 

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-06 17:21   ` Enric Balletbo i Serra
  0 siblings, 0 replies; 12+ messages in thread
From: Enric Balletbo i Serra @ 2020-05-06 17:21 UTC (permalink / raw)
  To: Geert Uytterhoeven, Matthias Brugger, CK Hu
  Cc: Stephen Boyd, linux-mediatek, linux-clk, linux-arm-kernel

Hi Geert,

Thank you for your patch.

On 6/5/20 14:02, Geert Uytterhoeven wrote:
> After the split, the mt8173 MMSYS driver is no longer a clock provider,
> and thus does not need to include <linux/clk-provider.h>.
> 
> Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

> ---
>  drivers/soc/mediatek/mtk-mmsys.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/soc/mediatek/mtk-mmsys.c b/drivers/soc/mediatek/mtk-mmsys.c
> index 05e322c9c301ad91..bb5ccd5b0386c041 100644
> --- a/drivers/soc/mediatek/mtk-mmsys.c
> +++ b/drivers/soc/mediatek/mtk-mmsys.c
> @@ -4,7 +4,6 @@
>   * Author: James Liao <jamesjj.liao@mediatek.com>
>   */
>  
> -#include <linux/clk-provider.h>
>  #include <linux/device.h>
>  #include <linux/of_device.h>
>  #include <linux/platform_device.h>
> 

_______________________________________________
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] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
  2020-05-06 12:02 ` Geert Uytterhoeven
  (?)
@ 2020-05-12 21:14   ` Stephen Boyd
  -1 siblings, 0 replies; 12+ messages in thread
From: Stephen Boyd @ 2020-05-12 21:14 UTC (permalink / raw)
  To: CK Hu, Enric Balletbo i Serra, Geert Uytterhoeven, Matthias Brugger
  Cc: linux-arm-kernel, linux-mediatek, linux-clk, Geert Uytterhoeven

Quoting Geert Uytterhoeven (2020-05-06 05:02:04)
> After the split, the mt8173 MMSYS driver is no longer a clock provider,
> and thus does not need to include <linux/clk-provider.h>.
> 
> Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---

Reviewed-by: Stephen Boyd <sboyd@kernel.org>

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

* Re: [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-12 21:14   ` Stephen Boyd
  0 siblings, 0 replies; 12+ messages in thread
From: Stephen Boyd @ 2020-05-12 21:14 UTC (permalink / raw)
  To: CK Hu, Enric Balletbo i Serra, Geert Uytterhoeven, Matthias Brugger
  Cc: Geert Uytterhoeven, linux-mediatek, linux-clk, linux-arm-kernel

Quoting Geert Uytterhoeven (2020-05-06 05:02:04)
> After the split, the mt8173 MMSYS driver is no longer a clock provider,
> and thus does not need to include <linux/clk-provider.h>.
> 
> Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---

Reviewed-by: Stephen Boyd <sboyd@kernel.org>

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-12 21:14   ` Stephen Boyd
  0 siblings, 0 replies; 12+ messages in thread
From: Stephen Boyd @ 2020-05-12 21:14 UTC (permalink / raw)
  To: CK Hu, Enric Balletbo i Serra, Geert Uytterhoeven, Matthias Brugger
  Cc: Geert Uytterhoeven, linux-mediatek, linux-clk, linux-arm-kernel

Quoting Geert Uytterhoeven (2020-05-06 05:02:04)
> After the split, the mt8173 MMSYS driver is no longer a clock provider,
> and thus does not need to include <linux/clk-provider.h>.
> 
> Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---

Reviewed-by: Stephen Boyd <sboyd@kernel.org>

_______________________________________________
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] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
  2020-05-12 21:14   ` Stephen Boyd
  (?)
@ 2020-05-14 11:03     ` Matthias Brugger
  -1 siblings, 0 replies; 12+ messages in thread
From: Matthias Brugger @ 2020-05-14 11:03 UTC (permalink / raw)
  To: Stephen Boyd, CK Hu, Enric Balletbo i Serra, Geert Uytterhoeven
  Cc: linux-arm-kernel, linux-mediatek, linux-clk



On 12/05/2020 23:14, Stephen Boyd wrote:
> Quoting Geert Uytterhoeven (2020-05-06 05:02:04)
>> After the split, the mt8173 MMSYS driver is no longer a clock provider,
>> and thus does not need to include <linux/clk-provider.h>.
>>
>> Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> ---
> 
> Reviewed-by: Stephen Boyd <sboyd@kernel.org>
> 

Pushed now to v5.7-next/soc

Thanks!

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

* Re: [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-14 11:03     ` Matthias Brugger
  0 siblings, 0 replies; 12+ messages in thread
From: Matthias Brugger @ 2020-05-14 11:03 UTC (permalink / raw)
  To: Stephen Boyd, CK Hu, Enric Balletbo i Serra, Geert Uytterhoeven
  Cc: linux-mediatek, linux-clk, linux-arm-kernel



On 12/05/2020 23:14, Stephen Boyd wrote:
> Quoting Geert Uytterhoeven (2020-05-06 05:02:04)
>> After the split, the mt8173 MMSYS driver is no longer a clock provider,
>> and thus does not need to include <linux/clk-provider.h>.
>>
>> Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> ---
> 
> Reviewed-by: Stephen Boyd <sboyd@kernel.org>
> 

Pushed now to v5.7-next/soc

Thanks!

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-14 11:03     ` Matthias Brugger
  0 siblings, 0 replies; 12+ messages in thread
From: Matthias Brugger @ 2020-05-14 11:03 UTC (permalink / raw)
  To: Stephen Boyd, CK Hu, Enric Balletbo i Serra, Geert Uytterhoeven
  Cc: linux-mediatek, linux-clk, linux-arm-kernel



On 12/05/2020 23:14, Stephen Boyd wrote:
> Quoting Geert Uytterhoeven (2020-05-06 05:02:04)
>> After the split, the mt8173 MMSYS driver is no longer a clock provider,
>> and thus does not need to include <linux/clk-provider.h>.
>>
>> Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver")
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> ---
> 
> Reviewed-by: Stephen Boyd <sboyd@kernel.org>
> 

Pushed now to v5.7-next/soc

Thanks!

_______________________________________________
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:[~2020-05-14 11:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 12:02 [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h> Geert Uytterhoeven
2020-05-06 12:02 ` Geert Uytterhoeven
2020-05-06 12:02 ` Geert Uytterhoeven
2020-05-06 17:21 ` Enric Balletbo i Serra
2020-05-06 17:21   ` Enric Balletbo i Serra
2020-05-06 17:21   ` Enric Balletbo i Serra
2020-05-12 21:14 ` Stephen Boyd
2020-05-12 21:14   ` Stephen Boyd
2020-05-12 21:14   ` Stephen Boyd
2020-05-14 11:03   ` Matthias Brugger
2020-05-14 11:03     ` Matthias Brugger
2020-05-14 11:03     ` Matthias Brugger

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.