* [PATCH 01/28] ARM: mach-exynos: drop owner assignment from platform_drivers
2014-12-21 21:14 [PATCH 00/28] remove .owner for most platform_drivers: the missing bits Wolfram Sang
@ 2014-12-21 21:14 ` Wolfram Sang
2014-12-21 21:14 ` [PATCH 06/28] dma: " Wolfram Sang
` (5 subsequent siblings)
6 siblings, 0 replies; 16+ messages in thread
From: Wolfram Sang @ 2014-12-21 21:14 UTC (permalink / raw)
To: linux-arm-kernel
This platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
Generated with coccinelle. SmPL file is in the introductory msg. The big
cleanup was pulled in this merge window. This series catches the bits fallen
through. The patches shall go in via the subsystem trees.
arch/arm/mach-exynos/pmu.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-exynos/pmu.c b/arch/arm/mach-exynos/pmu.c
index c15761ca2f18..f629d2df66b0 100644
--- a/arch/arm/mach-exynos/pmu.c
+++ b/arch/arm/mach-exynos/pmu.c
@@ -991,7 +991,6 @@ static int exynos_pmu_probe(struct platform_device *pdev)
static struct platform_driver exynos_pmu_driver = {
.driver = {
.name = "exynos-pmu",
- .owner = THIS_MODULE,
.of_match_table = exynos_pmu_of_device_ids,
},
.probe = exynos_pmu_probe,
--
2.1.3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 06/28] dma: drop owner assignment from platform_drivers
2014-12-21 21:14 [PATCH 00/28] remove .owner for most platform_drivers: the missing bits Wolfram Sang
2014-12-21 21:14 ` [PATCH 01/28] ARM: mach-exynos: drop owner assignment from platform_drivers Wolfram Sang
@ 2014-12-21 21:14 ` Wolfram Sang
2014-12-22 15:38 ` Vinod Koul
2014-12-21 21:14 ` [PATCH 09/28] iommu: " Wolfram Sang
` (4 subsequent siblings)
6 siblings, 1 reply; 16+ messages in thread
From: Wolfram Sang @ 2014-12-21 21:14 UTC (permalink / raw)
To: linux-arm-kernel
This platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
Generated with coccinelle. SmPL file is in the introductory msg. The big
cleanup was pulled in this merge window. This series catches the bits fallen
through. The patches shall go in via the subsystem trees.
drivers/dma/at_xdmac.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c
index b60d77a22df6..1c4c96b7e2bf 100644
--- a/drivers/dma/at_xdmac.c
+++ b/drivers/dma/at_xdmac.c
@@ -1507,7 +1507,6 @@ static struct platform_driver at_xdmac_driver = {
.remove = at_xdmac_remove,
.driver = {
.name = "at_xdmac",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(atmel_xdmac_dt_ids),
.pm = &atmel_xdmac_dev_pm_ops,
}
--
2.1.3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 06/28] dma: drop owner assignment from platform_drivers
2014-12-21 21:14 ` [PATCH 06/28] dma: " Wolfram Sang
@ 2014-12-22 15:38 ` Vinod Koul
2014-12-31 10:23 ` Wolfram Sang
0 siblings, 1 reply; 16+ messages in thread
From: Vinod Koul @ 2014-12-22 15:38 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Dec 21, 2014 at 10:14:27PM +0100, Wolfram Sang wrote:
> This platform_driver does not need to set an owner, it will be populated by the
> driver core.
>
After susbstem name if fixed
Acked-by: Vinod Koul <vinod.koul@intel.com>
--
~Vinod
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> ---
> Generated with coccinelle. SmPL file is in the introductory msg. The big
> cleanup was pulled in this merge window. This series catches the bits fallen
> through. The patches shall go in via the subsystem trees.
>
> drivers/dma/at_xdmac.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c
> index b60d77a22df6..1c4c96b7e2bf 100644
> --- a/drivers/dma/at_xdmac.c
> +++ b/drivers/dma/at_xdmac.c
> @@ -1507,7 +1507,6 @@ static struct platform_driver at_xdmac_driver = {
> .remove = at_xdmac_remove,
> .driver = {
> .name = "at_xdmac",
> - .owner = THIS_MODULE,
> .of_match_table = of_match_ptr(atmel_xdmac_dt_ids),
> .pm = &atmel_xdmac_dev_pm_ops,
> }
> --
> 2.1.3
>
--
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 06/28] dma: drop owner assignment from platform_drivers
2014-12-22 15:38 ` Vinod Koul
@ 2014-12-31 10:23 ` Wolfram Sang
2015-01-13 15:58 ` Vinod Koul
0 siblings, 1 reply; 16+ messages in thread
From: Wolfram Sang @ 2014-12-31 10:23 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 22, 2014 at 09:08:22PM +0530, Vinod Koul wrote:
> On Sun, Dec 21, 2014 at 10:14:27PM +0100, Wolfram Sang wrote:
> > This platform_driver does not need to set an owner, it will be populated by the
> > driver core.
> >
> After susbstem name if fixed
>
> Acked-by: Vinod Koul <vinod.koul@intel.com>
Since I'd prefer this to go via your tree, can you fix it or shall I
resend?
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 06/28] dma: drop owner assignment from platform_drivers
2014-12-31 10:23 ` Wolfram Sang
@ 2015-01-13 15:58 ` Vinod Koul
0 siblings, 0 replies; 16+ messages in thread
From: Vinod Koul @ 2015-01-13 15:58 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Dec 31, 2014 at 11:23:50AM +0100, Wolfram Sang wrote:
> On Mon, Dec 22, 2014 at 09:08:22PM +0530, Vinod Koul wrote:
> > On Sun, Dec 21, 2014 at 10:14:27PM +0100, Wolfram Sang wrote:
> > > This platform_driver does not need to set an owner, it will be populated by the
> > > driver core.
> > >
> > After susbstem name if fixed
> >
> > Acked-by: Vinod Koul <vinod.koul@intel.com>
>
> Since I'd prefer this to go via your tree, can you fix it or shall I
> resend?
Sorry I don't have this patch, would you mind resending
--
~Vinod
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 09/28] iommu: drop owner assignment from platform_drivers
2014-12-21 21:14 [PATCH 00/28] remove .owner for most platform_drivers: the missing bits Wolfram Sang
2014-12-21 21:14 ` [PATCH 01/28] ARM: mach-exynos: drop owner assignment from platform_drivers Wolfram Sang
2014-12-21 21:14 ` [PATCH 06/28] dma: " Wolfram Sang
@ 2014-12-21 21:14 ` Wolfram Sang
2015-01-05 11:08 ` Joerg Roedel
2014-12-21 21:14 ` [PATCH 13/28] pci: host: " Wolfram Sang
` (3 subsequent siblings)
6 siblings, 1 reply; 16+ messages in thread
From: Wolfram Sang @ 2014-12-21 21:14 UTC (permalink / raw)
To: linux-arm-kernel
This platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
Generated with coccinelle. SmPL file is in the introductory msg. The big
cleanup was pulled in this merge window. This series catches the bits fallen
through. The patches shall go in via the subsystem trees.
drivers/iommu/rockchip-iommu.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/iommu/rockchip-iommu.c b/drivers/iommu/rockchip-iommu.c
index b2023af384b9..6a8b1ec4a48a 100644
--- a/drivers/iommu/rockchip-iommu.c
+++ b/drivers/iommu/rockchip-iommu.c
@@ -1009,7 +1009,6 @@ static struct platform_driver rk_iommu_driver = {
.remove = rk_iommu_remove,
.driver = {
.name = "rk_iommu",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(rk_iommu_dt_ids),
},
};
--
2.1.3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 09/28] iommu: drop owner assignment from platform_drivers
2014-12-21 21:14 ` [PATCH 09/28] iommu: " Wolfram Sang
@ 2015-01-05 11:08 ` Joerg Roedel
0 siblings, 0 replies; 16+ messages in thread
From: Joerg Roedel @ 2015-01-05 11:08 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Dec 21, 2014 at 10:14:30PM +0100, Wolfram Sang wrote:
> This platform_driver does not need to set an owner, it will be populated by the
> driver core.
>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> ---
> Generated with coccinelle. SmPL file is in the introductory msg. The big
> cleanup was pulled in this merge window. This series catches the bits fallen
> through. The patches shall go in via the subsystem trees.
>
> drivers/iommu/rockchip-iommu.c | 1 -
> 1 file changed, 1 deletion(-)
Applied to iommu/fixes, thanks Wolfram.
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 13/28] pci: host: drop owner assignment from platform_drivers
2014-12-21 21:14 [PATCH 00/28] remove .owner for most platform_drivers: the missing bits Wolfram Sang
` (2 preceding siblings ...)
2014-12-21 21:14 ` [PATCH 09/28] iommu: " Wolfram Sang
@ 2014-12-21 21:14 ` Wolfram Sang
2015-01-16 0:49 ` Bjorn Helgaas
2014-12-21 21:14 ` [PATCH 18/28] thermal: " Wolfram Sang
` (2 subsequent siblings)
6 siblings, 1 reply; 16+ messages in thread
From: Wolfram Sang @ 2014-12-21 21:14 UTC (permalink / raw)
To: linux-arm-kernel
This platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
Generated with coccinelle. SmPL file is in the introductory msg. The big
cleanup was pulled in this merge window. This series catches the bits fallen
through. The patches shall go in via the subsystem trees.
drivers/pci/host/pci-layerscape.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pci/host/pci-layerscape.c b/drivers/pci/host/pci-layerscape.c
index 6697b1a4d4fa..68c9e5e9b0a8 100644
--- a/drivers/pci/host/pci-layerscape.c
+++ b/drivers/pci/host/pci-layerscape.c
@@ -167,7 +167,6 @@ MODULE_DEVICE_TABLE(of, ls_pcie_of_match);
static struct platform_driver ls_pcie_driver = {
.driver = {
.name = "layerscape-pcie",
- .owner = THIS_MODULE,
.of_match_table = ls_pcie_of_match,
},
};
--
2.1.3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 13/28] pci: host: drop owner assignment from platform_drivers
2014-12-21 21:14 ` [PATCH 13/28] pci: host: " Wolfram Sang
@ 2015-01-16 0:49 ` Bjorn Helgaas
0 siblings, 0 replies; 16+ messages in thread
From: Bjorn Helgaas @ 2015-01-16 0:49 UTC (permalink / raw)
To: linux-arm-kernel
[+cc Julia]
On Sun, Dec 21, 2014 at 10:14:34PM +0100, Wolfram Sang wrote:
> This platform_driver does not need to set an owner, it will be populated by the
> driver core.
>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
I already applied the equivalent patch from Julia for v3.20, thanks!
(I know this is my fault because it took me so long to apply Julia's
patch.)
> ---
> Generated with coccinelle. SmPL file is in the introductory msg. The big
> cleanup was pulled in this merge window. This series catches the bits fallen
> through. The patches shall go in via the subsystem trees.
>
> drivers/pci/host/pci-layerscape.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/pci/host/pci-layerscape.c b/drivers/pci/host/pci-layerscape.c
> index 6697b1a4d4fa..68c9e5e9b0a8 100644
> --- a/drivers/pci/host/pci-layerscape.c
> +++ b/drivers/pci/host/pci-layerscape.c
> @@ -167,7 +167,6 @@ MODULE_DEVICE_TABLE(of, ls_pcie_of_match);
> static struct platform_driver ls_pcie_driver = {
> .driver = {
> .name = "layerscape-pcie",
> - .owner = THIS_MODULE,
> .of_match_table = ls_pcie_of_match,
> },
> };
> --
> 2.1.3
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 18/28] thermal: drop owner assignment from platform_drivers
2014-12-21 21:14 [PATCH 00/28] remove .owner for most platform_drivers: the missing bits Wolfram Sang
` (3 preceding siblings ...)
2014-12-21 21:14 ` [PATCH 13/28] pci: host: " Wolfram Sang
@ 2014-12-21 21:14 ` Wolfram Sang
2014-12-22 3:01 ` Zhang Rui
2014-12-21 21:14 ` [PATCH 26/28] ASoC: pxa: " Wolfram Sang
2014-12-21 21:14 ` [PATCH 27/28] ASoC: samsung: " Wolfram Sang
6 siblings, 1 reply; 16+ messages in thread
From: Wolfram Sang @ 2014-12-21 21:14 UTC (permalink / raw)
To: linux-arm-kernel
This platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
Generated with coccinelle. SmPL file is in the introductory msg. The big
cleanup was pulled in this merge window. This series catches the bits fallen
through. The patches shall go in via the subsystem trees.
drivers/thermal/rockchip_thermal.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/thermal/rockchip_thermal.c b/drivers/thermal/rockchip_thermal.c
index 1bcddfc60e91..9c6ce548e363 100644
--- a/drivers/thermal/rockchip_thermal.c
+++ b/drivers/thermal/rockchip_thermal.c
@@ -677,7 +677,6 @@ static SIMPLE_DEV_PM_OPS(rockchip_thermal_pm_ops,
static struct platform_driver rockchip_thermal_driver = {
.driver = {
.name = "rockchip-thermal",
- .owner = THIS_MODULE,
.pm = &rockchip_thermal_pm_ops,
.of_match_table = of_rockchip_thermal_match,
},
--
2.1.3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 18/28] thermal: drop owner assignment from platform_drivers
2014-12-21 21:14 ` [PATCH 18/28] thermal: " Wolfram Sang
@ 2014-12-22 3:01 ` Zhang Rui
0 siblings, 0 replies; 16+ messages in thread
From: Zhang Rui @ 2014-12-22 3:01 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, 2014-12-21 at 22:14 +0100, Wolfram Sang wrote:
> This platform_driver does not need to set an owner, it will be populated by the
> driver core.
>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
both PATCH 18/28 and 19/28 look good to me. applied.
thanks,
rui
> ---
> Generated with coccinelle. SmPL file is in the introductory msg. The big
> cleanup was pulled in this merge window. This series catches the bits fallen
> through. The patches shall go in via the subsystem trees.
>
> drivers/thermal/rockchip_thermal.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/thermal/rockchip_thermal.c b/drivers/thermal/rockchip_thermal.c
> index 1bcddfc60e91..9c6ce548e363 100644
> --- a/drivers/thermal/rockchip_thermal.c
> +++ b/drivers/thermal/rockchip_thermal.c
> @@ -677,7 +677,6 @@ static SIMPLE_DEV_PM_OPS(rockchip_thermal_pm_ops,
> static struct platform_driver rockchip_thermal_driver = {
> .driver = {
> .name = "rockchip-thermal",
> - .owner = THIS_MODULE,
> .pm = &rockchip_thermal_pm_ops,
> .of_match_table = of_rockchip_thermal_match,
> },
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 26/28] ASoC: pxa: drop owner assignment from platform_drivers
2014-12-21 21:14 [PATCH 00/28] remove .owner for most platform_drivers: the missing bits Wolfram Sang
` (4 preceding siblings ...)
2014-12-21 21:14 ` [PATCH 18/28] thermal: " Wolfram Sang
@ 2014-12-21 21:14 ` Wolfram Sang
2014-12-22 12:02 ` Mark Brown
2014-12-21 21:14 ` [PATCH 27/28] ASoC: samsung: " Wolfram Sang
6 siblings, 1 reply; 16+ messages in thread
From: Wolfram Sang @ 2014-12-21 21:14 UTC (permalink / raw)
To: linux-arm-kernel
This platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
Generated with coccinelle. SmPL file is in the introductory msg. The big
cleanup was pulled in this merge window. This series catches the bits fallen
through. The patches shall go in via the subsystem trees.
sound/soc/pxa/spitz.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c
index d7d5fb20ea6f..a6d680acd907 100644
--- a/sound/soc/pxa/spitz.c
+++ b/sound/soc/pxa/spitz.c
@@ -352,7 +352,6 @@ static int spitz_remove(struct platform_device *pdev)
static struct platform_driver spitz_driver = {
.driver = {
.name = "spitz-audio",
- .owner = THIS_MODULE,
.pm = &snd_soc_pm_ops,
},
.probe = spitz_probe,
--
2.1.3
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 27/28] ASoC: samsung: drop owner assignment from platform_drivers
2014-12-21 21:14 [PATCH 00/28] remove .owner for most platform_drivers: the missing bits Wolfram Sang
` (5 preceding siblings ...)
2014-12-21 21:14 ` [PATCH 26/28] ASoC: pxa: " Wolfram Sang
@ 2014-12-21 21:14 ` Wolfram Sang
2014-12-22 12:02 ` Mark Brown
6 siblings, 1 reply; 16+ messages in thread
From: Wolfram Sang @ 2014-12-21 21:14 UTC (permalink / raw)
To: linux-arm-kernel
This platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
Generated with coccinelle. SmPL file is in the introductory msg. The big
cleanup was pulled in this merge window. This series catches the bits fallen
through. The patches shall go in via the subsystem trees.
sound/soc/samsung/arndale_rt5631.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/samsung/arndale_rt5631.c b/sound/soc/samsung/arndale_rt5631.c
index 1e2b61ca8db2..8bf2e2c4bafb 100644
--- a/sound/soc/samsung/arndale_rt5631.c
+++ b/sound/soc/samsung/arndale_rt5631.c
@@ -135,7 +135,6 @@ MODULE_DEVICE_TABLE(of, samsung_arndale_rt5631_of_match);
static struct platform_driver arndale_audio_driver = {
.driver = {
.name = "arndale-audio",
- .owner = THIS_MODULE,
.pm = &snd_soc_pm_ops,
.of_match_table = of_match_ptr(samsung_arndale_rt5631_of_match),
},
--
2.1.3
^ permalink raw reply related [flat|nested] 16+ messages in thread