All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 09/11] ARM: shmobile: sh73a0: Remove unused sh73a0_add_standard_devices_dt()
Date: Thu, 05 Mar 2015 01:58:25 +0000	[thread overview]
Message-ID: <05813a8112cd0e38f14b53ecc2b381824cb2aeb4.1425518682.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1425518682.git.horms+renesas@verge.net.au>

From: Geert Uytterhoeven <geert+renesas@glider.be>

"ARM: shmobile: kzm9g-reference: Remove board C code and DT file"
removed the last user of sh73a0_add_standard_devices_dt(). Hence remove
this function.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/setup-sh73a0.c | 9 ---------
 arch/arm/mach-shmobile/sh73a0.h       | 1 -
 2 files changed, 10 deletions(-)

diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c
index 48f2447..2f68459e 100644
--- a/arch/arm/mach-shmobile/setup-sh73a0.c
+++ b/arch/arm/mach-shmobile/setup-sh73a0.c
@@ -783,15 +783,6 @@ void __init sh73a0_add_early_devices(void)
 	shmobile_setup_console();
 }
 
-void __init sh73a0_add_standard_devices_dt(void)
-{
-	/* clocks are setup late during boot in the case of DT */
-#ifndef CONFIG_COMMON_CLK
-	sh73a0_clock_init();
-#endif
-	of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
-}
-
 #define RESCNT2 IOMEM(0xe6188020)
 static void sh73a0_restart(enum reboot_mode mode, const char *cmd)
 {
diff --git a/arch/arm/mach-shmobile/sh73a0.h b/arch/arm/mach-shmobile/sh73a0.h
index f037c64..5a80f18 100644
--- a/arch/arm/mach-shmobile/sh73a0.h
+++ b/arch/arm/mach-shmobile/sh73a0.h
@@ -77,7 +77,6 @@ extern void sh73a0_map_io(void);
 extern void sh73a0_earlytimer_init(void);
 extern void sh73a0_add_early_devices(void);
 extern void sh73a0_add_standard_devices(void);
-extern void sh73a0_add_standard_devices_dt(void);
 extern void sh73a0_clock_init(void);
 extern void sh73a0_pinmux_init(void);
 extern void sh73a0_pm_init(void);
-- 
2.1.4


WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 09/11] ARM: shmobile: sh73a0: Remove unused sh73a0_add_standard_devices_dt()
Date: Thu,  5 Mar 2015 10:58:25 +0900	[thread overview]
Message-ID: <05813a8112cd0e38f14b53ecc2b381824cb2aeb4.1425518682.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1425518682.git.horms+renesas@verge.net.au>

From: Geert Uytterhoeven <geert+renesas@glider.be>

"ARM: shmobile: kzm9g-reference: Remove board C code and DT file"
removed the last user of sh73a0_add_standard_devices_dt(). Hence remove
this function.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/setup-sh73a0.c | 9 ---------
 arch/arm/mach-shmobile/sh73a0.h       | 1 -
 2 files changed, 10 deletions(-)

diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c
index 48f2447..2f68459e 100644
--- a/arch/arm/mach-shmobile/setup-sh73a0.c
+++ b/arch/arm/mach-shmobile/setup-sh73a0.c
@@ -783,15 +783,6 @@ void __init sh73a0_add_early_devices(void)
 	shmobile_setup_console();
 }
 
-void __init sh73a0_add_standard_devices_dt(void)
-{
-	/* clocks are setup late during boot in the case of DT */
-#ifndef CONFIG_COMMON_CLK
-	sh73a0_clock_init();
-#endif
-	of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
-}
-
 #define RESCNT2 IOMEM(0xe6188020)
 static void sh73a0_restart(enum reboot_mode mode, const char *cmd)
 {
diff --git a/arch/arm/mach-shmobile/sh73a0.h b/arch/arm/mach-shmobile/sh73a0.h
index f037c64..5a80f18 100644
--- a/arch/arm/mach-shmobile/sh73a0.h
+++ b/arch/arm/mach-shmobile/sh73a0.h
@@ -77,7 +77,6 @@ extern void sh73a0_map_io(void);
 extern void sh73a0_earlytimer_init(void);
 extern void sh73a0_add_early_devices(void);
 extern void sh73a0_add_standard_devices(void);
-extern void sh73a0_add_standard_devices_dt(void);
 extern void sh73a0_clock_init(void);
 extern void sh73a0_pinmux_init(void);
 extern void sh73a0_pm_init(void);
-- 
2.1.4

  parent reply	other threads:[~2015-03-05  1:58 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-29  1:46 [GIT PULL] Renesas ARM Based SoC sh73a0 CCF Updates for v3.20 Simon Horman
2014-12-29  1:46 ` Simon Horman
2014-12-29  1:46 ` [PATCH 1/6] clk: shmobile: sh73a0 common clock framework implementation Simon Horman
2014-12-29  1:46   ` Simon Horman
2014-12-29  1:46 ` [PATCH 2/6] ARM: shmobile: sh73a0: Add CPG register bits header Simon Horman
2014-12-29  1:46   ` Simon Horman
2014-12-29  1:46 ` [PATCH 3/6] ARM: shmobile: sh73a0: Common clock framework DT description Simon Horman
2014-12-29  1:46   ` Simon Horman
2014-12-29  1:46 ` [PATCH 4/6] ARM: shmobile: kzm9g-reference: " Simon Horman
2014-12-29  1:46   ` Simon Horman
2014-12-29  1:46 ` [PATCH 5/6] ARM: shmobile: sh73a0: add MSTP clock assignments to DT Simon Horman
2014-12-29  1:46   ` Simon Horman
2014-12-29  1:46 ` [PATCH 6/6] ARM: shmobile: sh73a0: disable legacy clock initialization Simon Horman
2014-12-29  1:46   ` Simon Horman
2015-01-12 22:34 ` [GIT PULL] Renesas ARM Based SoC sh73a0 CCF Updates for v3.20 Olof Johansson
2015-01-12 22:34   ` Olof Johansson
2015-01-13  0:38   ` Simon Horman
2015-01-13  0:38     ` Simon Horman
2015-01-13  8:12     ` Geert Uytterhoeven
2015-01-13  8:12       ` Geert Uytterhoeven
2015-01-14  0:29       ` Simon Horman
2015-01-14  0:29         ` Simon Horman
2015-01-14 10:02         ` Geert Uytterhoeven
2015-01-14 10:02           ` Geert Uytterhoeven
2015-01-15  0:01           ` Simon Horman
2015-01-15  0:01             ` Simon Horman
2015-01-16  2:35 ` [GIT PULL] Renesas ARM Based SoC Sh73a0 Multiplatform " Simon Horman
2015-01-16  2:35   ` Simon Horman
2015-01-16  2:35   ` [PATCH 01/17] ARM: shmobile: sh73a0 dtsi: Set control-parent for all irqpin nodes Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 02/17] ARM: shmobile: kzm9g-reference dts: Sort i2c0 children by unit address Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 03/17] ARM: shmobile: kzm9g-reference dts: Add ak8975 magnetometer node Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 04/17] ARM: shmobile: kzm9g-reference dts: Add adxl345 accelerometer node Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 05/17] ARM: shmobile: kzm9g-reference dts: Add r2025sd rtc node Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 06/17] ARM: shmobile: kzm9g-reference dts: Add st1232 touchscreen node Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 07/17] ARM: shmobile: sh73a0 dtsi: Add missing INTCA0 clock for irqpin module Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 08/17] ARM: shmobile: sh73a0 dtsi: Add selectable sources to DIV6 clocks Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 09/17] ARM: shmobile: kzm9g dts: Declare the full 512 MiB of RAM Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 10/17] ARM: shmobile: kzm9g-reference " Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 11/17] ARM: shmobile: sh73a0: Introduce generic setup callback Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 12/17] ARM: shmobile: sh73a0: Add Multiplatform support Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 13/17] ARM: shmobile: kzm9g dts: Sync with kzm9g-reference dts Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 14/17] ARM: shmobile: kzm9g: Build DTS for Multiplatform Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 15/17] ARM: shmobile: sh73a0 dtsi: Add Bus State Controller node Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 16/17] ARM: shmobile: kzm9g dts: Move Ethernet node to BSC Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  2:35   ` [PATCH 17/17] ARM: shmobile: kzm9g-reference: Remove board C code and DT file Simon Horman
2015-01-16  2:35     ` Simon Horman
2015-01-16  8:38   ` [GIT PULL] Renesas ARM Based SoC Sh73a0 Multiplatform Updates for v3.20 Arnd Bergmann
2015-01-16  8:38     ` Arnd Bergmann
2015-01-16 12:44     ` Simon Horman
2015-01-16 12:44       ` Simon Horman
2015-01-16 14:27       ` Arnd Bergmann
2015-01-16 14:27         ` Arnd Bergmann
2015-01-21 22:55   ` Olof Johansson
2015-01-21 22:55     ` Olof Johansson
2015-01-20  1:27 ` [GIT PULL] Renesas ARM Based SoC sh73a0 DT PM " Simon Horman
2015-01-20  1:27   ` Simon Horman
2015-01-20  1:27   ` [PATCH] ARM: shmobile: sh73a0 dtsi: Add PM domain support Simon Horman
2015-01-20  1:27     ` Simon Horman
2015-01-22  1:35   ` [GIT PULL] Renesas ARM Based SoC sh73a0 DT PM Updates for v3.20 Olof Johansson
2015-01-22  1:35     ` Olof Johansson
2015-01-22  2:05     ` Simon Horman
2015-01-22  2:05       ` Simon Horman
2015-01-22  2:05   ` Simon Horman
2015-01-22  2:05     ` Simon Horman
2015-03-05  1:58 ` [GIT PULL] Renesas ARM Based SoC sh73a0 Multiplatform Updates for v4.1 Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58   ` [PATCH 01/11] ARM: shmobile: sh73a0: Introduce generic setup callback Simon Horman
2015-03-05  1:58     ` Simon Horman
2015-03-05  1:58   ` [PATCH 02/11] ARM: shmobile: sh73a0: Add Multiplatform support Simon Horman
2015-03-05  1:58     ` Simon Horman
2015-03-05  1:58   ` [PATCH 03/11] ARM: shmobile: kzm9g dts: Sync with kzm9g-reference dts Simon Horman
2015-03-05  1:58     ` Simon Horman
2015-03-05  1:58   ` [PATCH 04/11] ARM: shmobile: kzm9g: Build DTS for Multiplatform Simon Horman
2015-03-05  1:58     ` Simon Horman
2015-03-05  1:58   ` [PATCH 05/11] ARM: shmobile: sh73a0 dtsi: Add Bus State Controller node Simon Horman
2015-03-05  1:58     ` Simon Horman
2015-03-05  1:58   ` [PATCH 06/11] ARM: shmobile: kzm9g dts: Move Ethernet node to BSC Simon Horman
2015-03-05  1:58     ` Simon Horman
2015-03-05  1:58   ` [PATCH 07/11] ARM: shmobile: kzm9g-reference: Remove board C code and DT file Simon Horman
2015-03-05  1:58     ` Simon Horman
2015-03-05  1:58   ` [PATCH 08/11] ARM: shmobile: sh73a0 dtsi: Add Cortex-A9 TWD node Simon Horman
2015-03-05  1:58     ` Simon Horman
2015-03-05  1:58   ` Simon Horman [this message]
2015-03-05  1:58     ` [PATCH 09/11] ARM: shmobile: sh73a0: Remove unused sh73a0_add_standard_devices_dt() Simon Horman
2015-03-05  1:58   ` [PATCH 10/11] ARM: shmobile: sh73a0 dtsi: Add PM domain support Simon Horman
2015-03-05  1:58     ` Simon Horman
2015-03-05  1:58   ` [PATCH 11/11] ARM: shmobile: sh73a0: Remove restart callback Simon Horman
2015-03-05  1:58     ` Simon Horman
2015-04-01 23:38   ` [GIT PULL] Renesas ARM Based SoC sh73a0 Multiplatform Updates for v4.1 Olof Johansson
2015-04-01 23:38     ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=05813a8112cd0e38f14b53ecc2b381824cb2aeb4.1425518682.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.