linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC Boards Cleanups For v3.18
@ 2014-08-25  1:09 Simon Horman
  2014-08-25  1:09 ` [PATCH 1/2] ARM: shmobile: armadillo800eva-reference: Sort includes Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2014-08-25  1:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC boards cleanups for v3.18.


The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards-cleanups-for-v3.18

for you to fetch changes up to 0e56d75395f98a659e6879708bbd9328d2ce347e:

  ARM: shmobile: armadillo800eva: Sort includes (2014-08-22 10:46:54 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Boards Cleanups For v3.18

* Sort armadillo800eva includes

----------------------------------------------------------------
Simon Horman (2):
      ARM: shmobile: armadillo800eva-reference: Sort includes
      ARM: shmobile: armadillo800eva: Sort includes

 .../board-armadillo800eva-reference.c              |  2 +-
 arch/arm/mach-shmobile/board-armadillo800eva.c     | 40 +++++++++++-----------
 2 files changed, 21 insertions(+), 21 deletions(-)

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

* [PATCH 1/2] ARM: shmobile: armadillo800eva-reference: Sort includes
  2014-08-25  1:09 [GIT PULL] Renesas ARM Based SoC Boards Cleanups For v3.18 Simon Horman
@ 2014-08-25  1:09 ` Simon Horman
  2014-08-25  1:09 ` [PATCH 2/2] ARM: shmobile: armadillo800eva: " Simon Horman
  2014-09-02  1:01 ` [GIT PULL] Renesas ARM Based SoC Boards Cleanups For v3.18 Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-08-25  1:09 UTC (permalink / raw)
  To: linux-arm-kernel

Sorted includes seems to be the done thing these days.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/board-armadillo800eva-reference.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/board-armadillo800eva-reference.c b/arch/arm/mach-shmobile/board-armadillo800eva-reference.c
index 84bc6cb..c392632 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva-reference.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva-reference.c
@@ -21,9 +21,9 @@
 
 #include <linux/clk.h>
 #include <linux/err.h>
-#include <linux/kernel.h>
 #include <linux/gpio.h>
 #include <linux/io.h>
+#include <linux/kernel.h>
 
 #include <asm/mach/arch.h>
 #include <asm/hardware/cache-l2x0.h>
-- 
2.0.1

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

* [PATCH 2/2] ARM: shmobile: armadillo800eva: Sort includes
  2014-08-25  1:09 [GIT PULL] Renesas ARM Based SoC Boards Cleanups For v3.18 Simon Horman
  2014-08-25  1:09 ` [PATCH 1/2] ARM: shmobile: armadillo800eva-reference: Sort includes Simon Horman
@ 2014-08-25  1:09 ` Simon Horman
  2014-09-02  1:01 ` [GIT PULL] Renesas ARM Based SoC Boards Cleanups For v3.18 Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-08-25  1:09 UTC (permalink / raw)
  To: linux-arm-kernel

Sorted includes seems to be the done thing these days.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/board-armadillo800eva.c | 40 +++++++++++++-------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index 6dbaad6..3d07a9a 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -22,43 +22,43 @@
 #include <linux/clk.h>
 #include <linux/delay.h>
 #include <linux/err.h>
-#include <linux/kernel.h>
-#include <linux/input.h>
-#include <linux/platform_data/st1232_pdata.h>
-#include <linux/irq.h>
-#include <linux/platform_device.h>
 #include <linux/gpio.h>
 #include <linux/gpio_keys.h>
-#include <linux/regulator/driver.h>
+#include <linux/i2c-gpio.h>
+#include <linux/input.h>
+#include <linux/irq.h>
+#include <linux/kernel.h>
+#include <linux/mfd/tmio.h>
+#include <linux/mmc/host.h>
+#include <linux/mmc/sh_mmcif.h>
+#include <linux/mmc/sh_mobile_sdhi.h>
 #include <linux/pinctrl/machine.h>
+#include <linux/platform_data/st1232_pdata.h>
+#include <linux/platform_device.h>
 #include <linux/pwm.h>
 #include <linux/pwm_backlight.h>
+#include <linux/reboot.h>
+#include <linux/regulator/driver.h>
 #include <linux/regulator/fixed.h>
 #include <linux/regulator/gpio-regulator.h>
 #include <linux/regulator/machine.h>
 #include <linux/sh_eth.h>
-#include <linux/videodev2.h>
 #include <linux/usb/renesas_usbhs.h>
-#include <linux/mfd/tmio.h>
-#include <linux/mmc/host.h>
-#include <linux/mmc/sh_mmcif.h>
-#include <linux/mmc/sh_mobile_sdhi.h>
-#include <linux/i2c-gpio.h>
-#include <linux/reboot.h>
+#include <linux/videodev2.h>
 
-#include <media/mt9t112.h>
-#include <media/sh_mobile_ceu.h>
-#include <media/soc_camera.h>
-#include <asm/page.h>
+#include <asm/hardware/cache-l2x0.h>
 #include <asm/mach-types.h>
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
 #include <asm/mach/time.h>
-#include <asm/hardware/cache-l2x0.h>
-#include <video/sh_mobile_lcdc.h>
-#include <video/sh_mobile_hdmi.h>
+#include <asm/page.h>
+#include <media/mt9t112.h>
+#include <media/sh_mobile_ceu.h>
+#include <media/soc_camera.h>
 #include <sound/sh_fsi.h>
 #include <sound/simple_card.h>
+#include <video/sh_mobile_hdmi.h>
+#include <video/sh_mobile_lcdc.h>
 
 #include "common.h"
 #include "irqs.h"
-- 
2.0.1

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

* [GIT PULL] Renesas ARM Based SoC Boards Cleanups For v3.18
  2014-08-25  1:09 [GIT PULL] Renesas ARM Based SoC Boards Cleanups For v3.18 Simon Horman
  2014-08-25  1:09 ` [PATCH 1/2] ARM: shmobile: armadillo800eva-reference: Sort includes Simon Horman
  2014-08-25  1:09 ` [PATCH 2/2] ARM: shmobile: armadillo800eva: " Simon Horman
@ 2014-09-02  1:01 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-09-02  1:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Aug 25, 2014 at 10:09:40AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC boards cleanups for v3.18.

Please ignore this pull-request.
The board-armadillo800eva-reference.c file is now scheduled for removal
and I will defer the board-armadillo800eva.c change for now.

> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
> 
>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards-cleanups-for-v3.18
> 
> for you to fetch changes up to 0e56d75395f98a659e6879708bbd9328d2ce347e:
> 
>   ARM: shmobile: armadillo800eva: Sort includes (2014-08-22 10:46:54 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Boards Cleanups For v3.18
> 
> * Sort armadillo800eva includes
> 
> ----------------------------------------------------------------
> Simon Horman (2):
>       ARM: shmobile: armadillo800eva-reference: Sort includes
>       ARM: shmobile: armadillo800eva: Sort includes
> 
>  .../board-armadillo800eva-reference.c              |  2 +-
>  arch/arm/mach-shmobile/board-armadillo800eva.c     | 40 +++++++++++-----------
>  2 files changed, 21 insertions(+), 21 deletions(-)
> 

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

end of thread, other threads:[~2014-09-02  1:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-25  1:09 [GIT PULL] Renesas ARM Based SoC Boards Cleanups For v3.18 Simon Horman
2014-08-25  1:09 ` [PATCH 1/2] ARM: shmobile: armadillo800eva-reference: Sort includes Simon Horman
2014-08-25  1:09 ` [PATCH 2/2] ARM: shmobile: armadillo800eva: " Simon Horman
2014-09-02  1:01 ` [GIT PULL] Renesas ARM Based SoC Boards Cleanups For v3.18 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).