* [PATCH] ARM: shmobile: ape6evm: Remove duplicate CPUFreq bits
@ 2014-08-20 13:10 Magnus Damm
2014-08-22 3:55 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2014-08-20 13:10 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 ape6evm 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/board-ape6evm-reference.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/arch/arm/mach-shmobile/board-ape6evm-reference.c
+++ work/arch/arm/mach-shmobile/board-ape6evm-reference.c 2014-08-20 19:34:53.000000000 +0900
@@ -50,7 +50,6 @@ static void __init ape6evm_add_standard_
r8a73a4_add_dt_devices();
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
- platform_device_register_simple("cpufreq-cpu0", -1, NULL, 0);
}
static const char *ape6evm_boards_compat_dt[] __initdata = {
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: shmobile: ape6evm: Remove duplicate CPUFreq bits
2014-08-20 13:10 [PATCH] ARM: shmobile: ape6evm: 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:10:15PM +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 ape6evm 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/board-ape6evm-reference.c | 1 -
> 1 file changed, 1 deletion(-)
>
> --- 0001/arch/arm/mach-shmobile/board-ape6evm-reference.c
> +++ work/arch/arm/mach-shmobile/board-ape6evm-reference.c 2014-08-20 19:34:53.000000000 +0900
> @@ -50,7 +50,6 @@ static void __init ape6evm_add_standard_
>
> r8a73a4_add_dt_devices();
> of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
> - platform_device_register_simple("cpufreq-cpu0", -1, NULL, 0);
> }
>
> static const char *ape6evm_boards_compat_dt[] __initdata = {
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ 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:10 [PATCH] ARM: shmobile: ape6evm: Remove duplicate CPUFreq bits Magnus Damm
2014-08-22 3:55 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).