All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: sh73a0: Remove duplicate CPUFreq bits
@ 2014-08-20 13:07 Magnus Damm
  2014-08-22  3:55 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2014-08-20 13:07 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm+renesas@opensource.se>

The CPUFreq platform device is already registered by
shmobile_init_late(), so get rid of sh73a0 specific bits.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Built of top of renesas-devel-20140820-v3.17-rc1

 arch/arm/mach-shmobile/setup-sh73a0.c |    5 -----
 1 file changed, 5 deletions(-)

--- 0001/arch/arm/mach-shmobile/setup-sh73a0.c
+++ work/arch/arm/mach-shmobile/setup-sh73a0.c	2014-08-19 23:06:54.000000000 +0900
@@ -775,17 +775,12 @@ void __init sh73a0_add_early_devices(voi
 
 void __init sh73a0_add_standard_devices_dt(void)
 {
-	struct platform_device_info devinfo = { .name = "cpufreq-cpu0", .id = -1, };
-
 	/* clocks are setup late during boot in the case of DT */
 	sh73a0_clock_init();
 
 	platform_add_devices(sh73a0_devices_dt,
 			     ARRAY_SIZE(sh73a0_devices_dt));
 	of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
-
-	/* Instantiate cpufreq-cpu0 */
-	platform_device_register_full(&devinfo);
 }
 
 static const char *sh73a0_boards_compat_dt[] __initdata = {

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

* Re: [PATCH] ARM: shmobile: sh73a0: Remove duplicate CPUFreq bits
  2014-08-20 13:07 [PATCH] ARM: shmobile: sh73a0: Remove duplicate CPUFreq bits Magnus Damm
@ 2014-08-22  3:55 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2014-08-22  3:55 UTC (permalink / raw)
  To: linux-sh

On Wed, Aug 20, 2014 at 10:07:07PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
> 
> The CPUFreq platform device is already registered by
> shmobile_init_late(), so get rid of sh73a0 specific bits.
> 
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>

Thanks, I have queued this up.

> ---
> 
>  Built of top of renesas-devel-20140820-v3.17-rc1
> 
>  arch/arm/mach-shmobile/setup-sh73a0.c |    5 -----
>  1 file changed, 5 deletions(-)
> 
> --- 0001/arch/arm/mach-shmobile/setup-sh73a0.c
> +++ work/arch/arm/mach-shmobile/setup-sh73a0.c	2014-08-19 23:06:54.000000000 +0900
> @@ -775,17 +775,12 @@ void __init sh73a0_add_early_devices(voi
>  
>  void __init sh73a0_add_standard_devices_dt(void)
>  {
> -	struct platform_device_info devinfo = { .name = "cpufreq-cpu0", .id = -1, };
> -
>  	/* clocks are setup late during boot in the case of DT */
>  	sh73a0_clock_init();
>  
>  	platform_add_devices(sh73a0_devices_dt,
>  			     ARRAY_SIZE(sh73a0_devices_dt));
>  	of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
> -
> -	/* Instantiate cpufreq-cpu0 */
> -	platform_device_register_full(&devinfo);
>  }
>  
>  static const char *sh73a0_boards_compat_dt[] __initdata = {
> 

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

end of thread, other threads:[~2014-08-22  3:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20 13:07 [PATCH] ARM: shmobile: sh73a0: Remove duplicate CPUFreq bits Magnus Damm
2014-08-22  3:55 ` Simon Horman

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.