All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
       [not found] <201501281508.7qdKuDxn%fengguang.wu@intel.com>
@ 2015-01-28  7:00 ` kbuild test robot
  2015-01-28 20:49   ` Stephen Boyd
  0 siblings, 1 reply; 10+ messages in thread
From: kbuild test robot @ 2015-01-28  7:00 UTC (permalink / raw)
  To: Rajendra Nayak
  Cc: kbuild-all, Michael Turquette, Kumar Gala, Josh Cartwright,
	Stephen Boyd, linux-kernel

drivers/clk/qcom/lcc-ipq806x.c:465:3-8: No need to set .owner here. The core will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 lcc-ipq806x.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/clk/qcom/lcc-ipq806x.c
+++ b/drivers/clk/qcom/lcc-ipq806x.c
@@ -462,7 +462,6 @@ static struct platform_driver lcc_ipq806
 	.remove		= lcc_ipq806x_remove,
 	.driver		= {
 		.name	= "lcc-ipq806x",
-		.owner	= THIS_MODULE,
 		.of_match_table = lcc_ipq806x_match_table,
 	},
 };

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

* Re: [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
  2015-01-28  7:00 ` [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings kbuild test robot
@ 2015-01-28 20:49   ` Stephen Boyd
  2015-02-25 20:03     ` Mike Turquette
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Boyd @ 2015-01-28 20:49 UTC (permalink / raw)
  To: kbuild test robot, Rajendra Nayak
  Cc: kbuild-all, Michael Turquette, Kumar Gala, Josh Cartwright, linux-kernel

On 01/27/15 23:00, kbuild test robot wrote:
> drivers/clk/qcom/lcc-ipq806x.c:465:3-8: No need to set .owner here. The core will do it.
>
>  Remove .owner field if calls are used which set it automatically
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
>
> CC: Rajendra Nayak <rnayak@codeaurora.org>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

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

Thanks. This code was reposted from a time when this wasn't done
automatically.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* Re: [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
  2015-01-28 20:49   ` Stephen Boyd
@ 2015-02-25 20:03     ` Mike Turquette
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Turquette @ 2015-02-25 20:03 UTC (permalink / raw)
  To: Stephen Boyd, kbuild test robot, Rajendra Nayak
  Cc: kbuild-all, Kumar Gala, Josh Cartwright, linux-kernel

Quoting Stephen Boyd (2015-01-28 12:49:32)
> On 01/27/15 23:00, kbuild test robot wrote:
> > drivers/clk/qcom/lcc-ipq806x.c:465:3-8: No need to set .owner here. The core will do it.
> >
> >  Remove .owner field if calls are used which set it automatically
> >
> > Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
> >
> > CC: Rajendra Nayak <rnayak@codeaurora.org>
> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> 
> Reviewed-by: Stephen Boyd <sboyd@codeauroa.org>

Applied.

Regards,
Mike

> 
> Thanks. This code was reposted from a time when this wasn't done
> automatically.
> 
> -- 
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 

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

* [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
  2015-11-05 22:07 ` Matthew McClintock
@ 2015-11-05 23:32     ` kbuild test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kbuild test robot @ 2015-11-05 23:32 UTC (permalink / raw)
  Cc: kbuild-all, Andy Gross, linux-arm-msm, linux-clk,
	Varadarajan Narayanan, linux-kernel, qca-upstream.external,
	Pradeep Banavathi, Senthilkumar N L, Matthew McClintock

drivers/clk/qcom/gcc-ipq4019.c:1661:3-8: No need to set .owner here. The core will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Varadarajan Narayanan <varada@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 gcc-ipq4019.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/clk/qcom/gcc-ipq4019.c
+++ b/drivers/clk/qcom/gcc-ipq4019.c
@@ -1658,7 +1658,6 @@ static struct platform_driver gcc_ipq401
 	.remove		= gcc_ipq4019_remove,
 	.driver		= {
 		.name	= "qcom,gcc-ipq4019",
-		.owner	= THIS_MODULE,
 		.of_match_table = gcc_ipq4019_match_table,
 	},
 };

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

* [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
@ 2015-11-05 23:32     ` kbuild test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kbuild test robot @ 2015-11-05 23:32 UTC (permalink / raw)
  To: Matthew McClintock
  Cc: kbuild-all, Andy Gross, linux-arm-msm, linux-clk,
	Varadarajan Narayanan, linux-kernel, qca-upstream.external,
	Pradeep Banavathi, Senthilkumar N L, Matthew McClintock

drivers/clk/qcom/gcc-ipq4019.c:1661:3-8: No need to set .owner here. The core will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Varadarajan Narayanan <varada@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 gcc-ipq4019.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/clk/qcom/gcc-ipq4019.c
+++ b/drivers/clk/qcom/gcc-ipq4019.c
@@ -1658,7 +1658,6 @@ static struct platform_driver gcc_ipq401
 	.remove		= gcc_ipq4019_remove,
 	.driver		= {
 		.name	= "qcom,gcc-ipq4019",
-		.owner	= THIS_MODULE,
 		.of_match_table = gcc_ipq4019_match_table,
 	},
 };

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

* Re: [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
  2015-01-28 20:51   ` Stephen Boyd
@ 2015-02-25 20:02     ` Mike Turquette
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Turquette @ 2015-02-25 20:02 UTC (permalink / raw)
  To: Stephen Boyd, kbuild test robot; +Cc: kbuild-all, linux-kernel

Quoting Stephen Boyd (2015-01-28 12:51:05)
> On 01/27/15 23:11, kbuild test robot wrote:
> > drivers/clk/qcom/lcc-msm8960.c:577:3-8: No need to set .owner here. The core will do it.
> >
> >  Remove .owner field if calls are used which set it automatically
> >
> > Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
> >
> > CC: Stephen Boyd <sboyd@codeaurora.org>
> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> > ---
> 
> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>

Applied.

Regards,
Mike

> 
> -- 
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 

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

* Re: [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
  2015-01-28  7:11 ` kbuild test robot
@ 2015-01-28 20:51   ` Stephen Boyd
  2015-02-25 20:02     ` Mike Turquette
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Boyd @ 2015-01-28 20:51 UTC (permalink / raw)
  To: kbuild test robot; +Cc: kbuild-all, Michael Turquette, linux-kernel

On 01/27/15 23:11, kbuild test robot wrote:
> drivers/clk/qcom/lcc-msm8960.c:577:3-8: No need to set .owner here. The core will do it.
>
>  Remove .owner field if calls are used which set it automatically
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
>
> CC: Stephen Boyd <sboyd@codeaurora.org>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---

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

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
       [not found] <201501281524.xeH8VSKz%fengguang.wu@intel.com>
@ 2015-01-28  7:11 ` kbuild test robot
  2015-01-28 20:51   ` Stephen Boyd
  0 siblings, 1 reply; 10+ messages in thread
From: kbuild test robot @ 2015-01-28  7:11 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: kbuild-all, Michael Turquette, linux-kernel

drivers/clk/qcom/lcc-msm8960.c:577:3-8: No need to set .owner here. The core will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 lcc-msm8960.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/clk/qcom/lcc-msm8960.c
+++ b/drivers/clk/qcom/lcc-msm8960.c
@@ -574,7 +574,6 @@ static struct platform_driver lcc_msm896
 	.remove		= lcc_msm8960_remove,
 	.driver		= {
 		.name	= "lcc-msm8960",
-		.owner	= THIS_MODULE,
 		.of_match_table = lcc_msm8960_match_table,
 	},
 };

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

* [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
       [not found] <201412090635.301ctah3%fengguang.wu@intel.com>
@ 2014-12-08 22:21 ` kbuild test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kbuild test robot @ 2014-12-08 22:21 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: kbuild-all, Srinivas Kandagatla, Mike Turquette, linux-kernel

drivers/clk/qcom/kpss-xcc.c:89:3-8: No need to set .owner here. The core will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 kpss-xcc.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/clk/qcom/kpss-xcc.c
+++ b/drivers/clk/qcom/kpss-xcc.c
@@ -86,7 +86,6 @@ static struct platform_driver kpss_xcc_d
 	.driver = {
 		.name = "kpss-xcc",
 		.of_match_table = kpss_xcc_match_table,
-		.owner = THIS_MODULE,
 	},
 };
 module_platform_driver(kpss_xcc_driver);

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

* [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
       [not found] <201412090645.oUKgIUsF%fengguang.wu@intel.com>
@ 2014-12-08 22:07 ` kbuild test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kbuild test robot @ 2014-12-08 22:07 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: kbuild-all, Srinivas Kandagatla, Mike Turquette, linux-kernel

drivers/clk/qcom/hfpll.c:102:3-8: No need to set .owner here. The core will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 hfpll.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/clk/qcom/hfpll.c
+++ b/drivers/clk/qcom/hfpll.c
@@ -99,7 +99,6 @@ static struct platform_driver qcom_hfpll
 	.probe		= qcom_hfpll_probe,
 	.driver		= {
 		.name	= "qcom-hfpll",
-		.owner	= THIS_MODULE,
 		.of_match_table = qcom_hfpll_match_table,
 	},
 };

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

end of thread, other threads:[~2015-11-05 23:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201501281508.7qdKuDxn%fengguang.wu@intel.com>
2015-01-28  7:00 ` [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings kbuild test robot
2015-01-28 20:49   ` Stephen Boyd
2015-02-25 20:03     ` Mike Turquette
2015-11-05 23:32 [PATCH 2/5] clk: qcom: Add IPQ4019 Global Clock Controller support kbuild test robot
2015-11-05 22:07 ` Matthew McClintock
2015-11-05 23:32   ` [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings kbuild test robot
2015-11-05 23:32     ` kbuild test robot
     [not found] <201501281524.xeH8VSKz%fengguang.wu@intel.com>
2015-01-28  7:11 ` kbuild test robot
2015-01-28 20:51   ` Stephen Boyd
2015-02-25 20:02     ` Mike Turquette
     [not found] <201412090635.301ctah3%fengguang.wu@intel.com>
2014-12-08 22:21 ` kbuild test robot
     [not found] <201412090645.oUKgIUsF%fengguang.wu@intel.com>
2014-12-08 22:07 ` kbuild test robot

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.