All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h>
@ 2013-07-24  3:37 ` Magnus Damm
  0 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

ARM: shmobile: Get rid of <mach/hardware.h>

[PATCH 01/08] ARM: shmobile: Remove sh73a0 use of <mach/hardware.h>
[PATCH 02/08] ARM: shmobile: Remove sh7372 use of <mach/hardware.h>
[PATCH 03/08] ARM: shmobile: Remove EMEV2 use of <mach/hardware.h>
[PATCH 04/08] ARM: shmobile: Remove r8a7779 use of <mach/hardware.h>
[PATCH 05/08] ARM: shmobile: Remove AG5EVM use of <mach/hardware.h>
[PATCH 06/08] ARM: shmobile: Remove Kota2 use of <mach/hardware.h>
[PATCH 07/08] ARM: shmobile: Remove Marzen use of <mach/hardware.h>
[PATCH 08/08] ARM: shmobile: Remove include <mach/hardware.h>

The <mach/hardware.h> file is empty anyway, so let's stop using it.

Feel free to drop Kota2 or AG5EVM patches in case those boards get
removed before this series is applied.

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

 Built on top of renesas-devel-20130723

 arch/arm/mach-shmobile/board-ag5evm.c          |    1 -
 arch/arm/mach-shmobile/board-kota2.c           |    1 -
 arch/arm/mach-shmobile/board-marzen.c          |    1 -
 arch/arm/mach-shmobile/include/mach/hardware.h |    4 ----
 arch/arm/mach-shmobile/setup-emev2.c           |    1 -
 arch/arm/mach-shmobile/setup-r8a7779.c         |    1 -
 arch/arm/mach-shmobile/setup-sh7372.c          |    1 -
 arch/arm/mach-shmobile/setup-sh73a0.c          |    1 -
 8 files changed, 11 deletions(-)

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

* [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h>
@ 2013-07-24  3:37 ` Magnus Damm
  0 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

ARM: shmobile: Get rid of <mach/hardware.h>

[PATCH 01/08] ARM: shmobile: Remove sh73a0 use of <mach/hardware.h>
[PATCH 02/08] ARM: shmobile: Remove sh7372 use of <mach/hardware.h>
[PATCH 03/08] ARM: shmobile: Remove EMEV2 use of <mach/hardware.h>
[PATCH 04/08] ARM: shmobile: Remove r8a7779 use of <mach/hardware.h>
[PATCH 05/08] ARM: shmobile: Remove AG5EVM use of <mach/hardware.h>
[PATCH 06/08] ARM: shmobile: Remove Kota2 use of <mach/hardware.h>
[PATCH 07/08] ARM: shmobile: Remove Marzen use of <mach/hardware.h>
[PATCH 08/08] ARM: shmobile: Remove include <mach/hardware.h>

The <mach/hardware.h> file is empty anyway, so let's stop using it.

Feel free to drop Kota2 or AG5EVM patches in case those boards get
removed before this series is applied.

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

 Built on top of renesas-devel-20130723

 arch/arm/mach-shmobile/board-ag5evm.c          |    1 -
 arch/arm/mach-shmobile/board-kota2.c           |    1 -
 arch/arm/mach-shmobile/board-marzen.c          |    1 -
 arch/arm/mach-shmobile/include/mach/hardware.h |    4 ----
 arch/arm/mach-shmobile/setup-emev2.c           |    1 -
 arch/arm/mach-shmobile/setup-r8a7779.c         |    1 -
 arch/arm/mach-shmobile/setup-sh7372.c          |    1 -
 arch/arm/mach-shmobile/setup-sh73a0.c          |    1 -
 8 files changed, 11 deletions(-)

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

* [PATCH 01/08] ARM: shmobile: Remove sh73a0 use of <mach/hardware.h>
  2013-07-24  3:37 ` Magnus Damm
@ 2013-07-24  3:37   ` Magnus Damm
  -1 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on sh73a0.

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

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

--- 0001/arch/arm/mach-shmobile/setup-sh73a0.c
+++ work/arch/arm/mach-shmobile/setup-sh73a0.c	2013-07-23 16:00:03.000000000 +0900
@@ -34,7 +34,6 @@
 #include <linux/platform_data/sh_ipmmu.h>
 #include <linux/platform_data/irq-renesas-intc-irqpin.h>
 #include <mach/dma-register.h>
-#include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/sh73a0.h>
 #include <mach/common.h>

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

* [PATCH 01/08] ARM: shmobile: Remove sh73a0 use of <mach/hardware.h>
@ 2013-07-24  3:37   ` Magnus Damm
  0 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on sh73a0.

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

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

--- 0001/arch/arm/mach-shmobile/setup-sh73a0.c
+++ work/arch/arm/mach-shmobile/setup-sh73a0.c	2013-07-23 16:00:03.000000000 +0900
@@ -34,7 +34,6 @@
 #include <linux/platform_data/sh_ipmmu.h>
 #include <linux/platform_data/irq-renesas-intc-irqpin.h>
 #include <mach/dma-register.h>
-#include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/sh73a0.h>
 #include <mach/common.h>

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

* [PATCH 02/08] ARM: shmobile: Remove sh7372 use of <mach/hardware.h>
  2013-07-24  3:37 ` Magnus Damm
@ 2013-07-24  3:37   ` Magnus Damm
  -1 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on sh7372.

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

 arch/arm/mach-shmobile/setup-sh7372.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/setup-sh7372.c
+++ work/arch/arm/mach-shmobile/setup-sh7372.c	2013-07-23 16:00:52.000000000 +0900
@@ -35,7 +35,6 @@
 #include <linux/dma-mapping.h>
 #include <linux/platform_data/sh_ipmmu.h>
 #include <mach/dma-register.h>
-#include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/sh7372.h>
 #include <mach/common.h>

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

* [PATCH 02/08] ARM: shmobile: Remove sh7372 use of <mach/hardware.h>
@ 2013-07-24  3:37   ` Magnus Damm
  0 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on sh7372.

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

 arch/arm/mach-shmobile/setup-sh7372.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/setup-sh7372.c
+++ work/arch/arm/mach-shmobile/setup-sh7372.c	2013-07-23 16:00:52.000000000 +0900
@@ -35,7 +35,6 @@
 #include <linux/dma-mapping.h>
 #include <linux/platform_data/sh_ipmmu.h>
 #include <mach/dma-register.h>
-#include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/sh7372.h>
 #include <mach/common.h>

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

* [PATCH 03/08] ARM: shmobile: Remove EMEV2 use of <mach/hardware.h>
  2013-07-24  3:37 ` Magnus Damm
@ 2013-07-24  3:37   ` Magnus Damm
  -1 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on EMEV2.

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

 arch/arm/mach-shmobile/setup-emev2.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/setup-emev2.c
+++ work/arch/arm/mach-shmobile/setup-emev2.c	2013-07-23 16:01:44.000000000 +0900
@@ -27,7 +27,6 @@
 #include <linux/input.h>
 #include <linux/io.h>
 #include <linux/irqchip/arm-gic.h>
-#include <mach/hardware.h>
 #include <mach/common.h>
 #include <mach/emev2.h>
 #include <mach/irqs.h>

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

* [PATCH 03/08] ARM: shmobile: Remove EMEV2 use of <mach/hardware.h>
@ 2013-07-24  3:37   ` Magnus Damm
  0 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on EMEV2.

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

 arch/arm/mach-shmobile/setup-emev2.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/setup-emev2.c
+++ work/arch/arm/mach-shmobile/setup-emev2.c	2013-07-23 16:01:44.000000000 +0900
@@ -27,7 +27,6 @@
 #include <linux/input.h>
 #include <linux/io.h>
 #include <linux/irqchip/arm-gic.h>
-#include <mach/hardware.h>
 #include <mach/common.h>
 #include <mach/emev2.h>
 #include <mach/irqs.h>

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

* [PATCH 04/08] ARM: shmobile: Remove r8a7779 use of <mach/hardware.h>
  2013-07-24  3:37 ` Magnus Damm
@ 2013-07-24  3:37   ` Magnus Damm
  -1 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on r8a7779.

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

 arch/arm/mach-shmobile/setup-r8a7779.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/setup-r8a7779.c
+++ work/arch/arm/mach-shmobile/setup-r8a7779.c	2013-07-23 16:02:42.000000000 +0900
@@ -36,7 +36,6 @@
 #include <linux/usb/ehci_pdriver.h>
 #include <linux/usb/ohci_pdriver.h>
 #include <linux/pm_runtime.h>
-#include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/r8a7779.h>
 #include <mach/common.h>

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

* [PATCH 04/08] ARM: shmobile: Remove r8a7779 use of <mach/hardware.h>
@ 2013-07-24  3:37   ` Magnus Damm
  0 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:37 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on r8a7779.

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

 arch/arm/mach-shmobile/setup-r8a7779.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/setup-r8a7779.c
+++ work/arch/arm/mach-shmobile/setup-r8a7779.c	2013-07-23 16:02:42.000000000 +0900
@@ -36,7 +36,6 @@
 #include <linux/usb/ehci_pdriver.h>
 #include <linux/usb/ohci_pdriver.h>
 #include <linux/pm_runtime.h>
-#include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/r8a7779.h>
 #include <mach/common.h>

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

* [PATCH 05/08] ARM: shmobile: Remove AG5EVM use of <mach/hardware.h>
  2013-07-24  3:37 ` Magnus Damm
@ 2013-07-24  3:38   ` Magnus Damm
  -1 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:38 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on AG5EVM.

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

 arch/arm/mach-shmobile/board-ag5evm.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/board-ag5evm.c
+++ work/arch/arm/mach-shmobile/board-ag5evm.c	2013-07-23 16:03:31.000000000 +0900
@@ -47,7 +47,6 @@
 #include <video/sh_mobile_lcdc.h>
 #include <video/sh_mipi_dsi.h>
 #include <sound/sh_fsi.h>
-#include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/sh73a0.h>
 #include <mach/common.h>

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

* [PATCH 05/08] ARM: shmobile: Remove AG5EVM use of <mach/hardware.h>
@ 2013-07-24  3:38   ` Magnus Damm
  0 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:38 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on AG5EVM.

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

 arch/arm/mach-shmobile/board-ag5evm.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/board-ag5evm.c
+++ work/arch/arm/mach-shmobile/board-ag5evm.c	2013-07-23 16:03:31.000000000 +0900
@@ -47,7 +47,6 @@
 #include <video/sh_mobile_lcdc.h>
 #include <video/sh_mipi_dsi.h>
 #include <sound/sh_fsi.h>
-#include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/sh73a0.h>
 #include <mach/common.h>

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

* [PATCH 06/08] ARM: shmobile: Remove Kota2 use of <mach/hardware.h>
  2013-07-24  3:37 ` Magnus Damm
@ 2013-07-24  3:38   ` Magnus Damm
  -1 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:38 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on Kota2.

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

 arch/arm/mach-shmobile/board-kota2.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/board-kota2.c
+++ work/arch/arm/mach-shmobile/board-kota2.c	2013-07-23 16:04:07.000000000 +0900
@@ -44,7 +44,6 @@
 #include <linux/mmc/sh_mmcif.h>
 #include <linux/mfd/tmio.h>
 #include <linux/mmc/sh_mobile_sdhi.h>
-#include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/sh73a0.h>
 #include <mach/common.h>

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

* [PATCH 06/08] ARM: shmobile: Remove Kota2 use of <mach/hardware.h>
@ 2013-07-24  3:38   ` Magnus Damm
  0 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:38 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on Kota2.

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

 arch/arm/mach-shmobile/board-kota2.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/board-kota2.c
+++ work/arch/arm/mach-shmobile/board-kota2.c	2013-07-23 16:04:07.000000000 +0900
@@ -44,7 +44,6 @@
 #include <linux/mmc/sh_mmcif.h>
 #include <linux/mfd/tmio.h>
 #include <linux/mmc/sh_mobile_sdhi.h>
-#include <mach/hardware.h>
 #include <mach/irqs.h>
 #include <mach/sh73a0.h>
 #include <mach/common.h>

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

* [PATCH 07/08] ARM: shmobile: Remove Marzen use of <mach/hardware.h>
  2013-07-24  3:37 ` Magnus Damm
@ 2013-07-24  3:38   ` Magnus Damm
  -1 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:38 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on Marzen.

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

 arch/arm/mach-shmobile/board-marzen.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/board-marzen.c
+++ work/arch/arm/mach-shmobile/board-marzen.c	2013-07-23 16:05:06.000000000 +0900
@@ -37,7 +37,6 @@
 #include <linux/mmc/host.h>
 #include <linux/mmc/sh_mobile_sdhi.h>
 #include <linux/mfd/tmio.h>
-#include <mach/hardware.h>
 #include <mach/r8a7779.h>
 #include <mach/common.h>
 #include <mach/irqs.h>

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

* [PATCH 07/08] ARM: shmobile: Remove Marzen use of <mach/hardware.h>
@ 2013-07-24  3:38   ` Magnus Damm
  0 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:38 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Remove unused <mach/hardware.h> on Marzen.

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

 arch/arm/mach-shmobile/board-marzen.c |    1 -
 1 file changed, 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/board-marzen.c
+++ work/arch/arm/mach-shmobile/board-marzen.c	2013-07-23 16:05:06.000000000 +0900
@@ -37,7 +37,6 @@
 #include <linux/mmc/host.h>
 #include <linux/mmc/sh_mobile_sdhi.h>
 #include <linux/mfd/tmio.h>
-#include <mach/hardware.h>
 #include <mach/r8a7779.h>
 #include <mach/common.h>
 #include <mach/irqs.h>

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

* [PATCH 08/08] ARM: shmobile: Remove include <mach/hardware.h>
  2013-07-24  3:37 ` Magnus Damm
@ 2013-07-24  3:38   ` Magnus Damm
  -1 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:38 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Now when no one is using this file, remove <mach/hardware.h>.

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

 arch/arm/mach-shmobile/include/mach/hardware.h |    4 ----
 1 file changed, 4 deletions(-)

--- 0001/arch/arm/mach-shmobile/include/mach/hardware.h
+++ /dev/null	2013-06-03 21:41:10.638032047 +0900
@@ -1,4 +0,0 @@
-#ifndef __ASM_MACH_HARDWARE_H
-#define __ASM_MACH_HARDWARE_H
-
-#endif /* __ASM_MACH_HARDWARE_H */

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

* [PATCH 08/08] ARM: shmobile: Remove include <mach/hardware.h>
@ 2013-07-24  3:38   ` Magnus Damm
  0 siblings, 0 replies; 34+ messages in thread
From: Magnus Damm @ 2013-07-24  3:38 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Now when no one is using this file, remove <mach/hardware.h>.

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

 arch/arm/mach-shmobile/include/mach/hardware.h |    4 ----
 1 file changed, 4 deletions(-)

--- 0001/arch/arm/mach-shmobile/include/mach/hardware.h
+++ /dev/null	2013-06-03 21:41:10.638032047 +0900
@@ -1,4 +0,0 @@
-#ifndef __ASM_MACH_HARDWARE_H
-#define __ASM_MACH_HARDWARE_H
-
-#endif /* __ASM_MACH_HARDWARE_H */

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

* Re: [PATCH 01/08] ARM: shmobile: Remove sh73a0 use of <mach/hardware.h>
  2013-07-24  3:37   ` Magnus Damm
@ 2013-07-24  8:06     ` Simon Horman
  -1 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:37:24PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on sh73a0.

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* [PATCH 01/08] ARM: shmobile: Remove sh73a0 use of <mach/hardware.h>
@ 2013-07-24  8:06     ` Simon Horman
  0 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:37:24PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on sh73a0.

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* Re: [PATCH 02/08] ARM: shmobile: Remove sh7372 use of <mach/hardware.h>
  2013-07-24  3:37   ` Magnus Damm
@ 2013-07-24  8:06     ` Simon Horman
  -1 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:37:34PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on sh7372.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* [PATCH 02/08] ARM: shmobile: Remove sh7372 use of <mach/hardware.h>
@ 2013-07-24  8:06     ` Simon Horman
  0 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:37:34PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on sh7372.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* Re: [PATCH 03/08] ARM: shmobile: Remove EMEV2 use of <mach/hardware.h>
  2013-07-24  3:37   ` Magnus Damm
@ 2013-07-24  8:06     ` Simon Horman
  -1 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:37:43PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on EMEV2.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* [PATCH 03/08] ARM: shmobile: Remove EMEV2 use of <mach/hardware.h>
@ 2013-07-24  8:06     ` Simon Horman
  0 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:37:43PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on EMEV2.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* Re: [PATCH 04/08] ARM: shmobile: Remove r8a7779 use of <mach/hardware.h>
  2013-07-24  3:37   ` Magnus Damm
@ 2013-07-24  8:06     ` Simon Horman
  -1 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:37:52PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on r8a7779.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* [PATCH 04/08] ARM: shmobile: Remove r8a7779 use of <mach/hardware.h>
@ 2013-07-24  8:06     ` Simon Horman
  0 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:37:52PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on r8a7779.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* Re: [PATCH 07/08] ARM: shmobile: Remove Marzen use of <mach/hardware.h>
  2013-07-24  3:38   ` Magnus Damm
@ 2013-07-24  8:06     ` Simon Horman
  -1 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:38:20PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on Marzen.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* [PATCH 07/08] ARM: shmobile: Remove Marzen use of <mach/hardware.h>
@ 2013-07-24  8:06     ` Simon Horman
  0 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:38:20PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on Marzen.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* Re: [PATCH 08/08] ARM: shmobile: Remove include <mach/hardware.h>
  2013-07-24  3:38   ` Magnus Damm
@ 2013-07-24  8:06     ` Simon Horman
  -1 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:38:29PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Now when no one is using this file, remove <mach/hardware.h>.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* [PATCH 08/08] ARM: shmobile: Remove include <mach/hardware.h>
@ 2013-07-24  8:06     ` Simon Horman
  0 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:38:29PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Now when no one is using this file, remove <mach/hardware.h>.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up for v3.12 in the cleanup2 branch.

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

* Re: [PATCH 05/08] ARM: shmobile: Remove AG5EVM use of <mach/hardware.h>
  2013-07-24  3:38   ` Magnus Damm
@ 2013-07-24  8:07     ` Simon Horman
  -1 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:38:01PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on AG5EVM.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

I have skipped this patch as the cleanup2 branch, where I am applying
other patches in this series, includes a patch to remove AG5EVM.

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

* [PATCH 05/08] ARM: shmobile: Remove AG5EVM use of <mach/hardware.h>
@ 2013-07-24  8:07     ` Simon Horman
  0 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:38:01PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on AG5EVM.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

I have skipped this patch as the cleanup2 branch, where I am applying
other patches in this series, includes a patch to remove AG5EVM.

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

* Re: [PATCH 06/08] ARM: shmobile: Remove Kota2 use of <mach/hardware.h>
  2013-07-24  3:38   ` Magnus Damm
@ 2013-07-24  8:07     ` Simon Horman
  -1 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:38:11PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on Kota2.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

I have skipped this patch as the cleanup2 branch, where I am applying
other patches in this series, includes a patch to remove Kota2.

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

* [PATCH 06/08] ARM: shmobile: Remove Kota2 use of <mach/hardware.h>
@ 2013-07-24  8:07     ` Simon Horman
  0 siblings, 0 replies; 34+ messages in thread
From: Simon Horman @ 2013-07-24  8:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 24, 2013 at 12:38:11PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Remove unused <mach/hardware.h> on Kota2.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

I have skipped this patch as the cleanup2 branch, where I am applying
other patches in this series, includes a patch to remove Kota2.

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

end of thread, other threads:[~2013-07-24  8:07 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-24  3:37 [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h> Magnus Damm
2013-07-24  3:37 ` Magnus Damm
2013-07-24  3:37 ` [PATCH 01/08] ARM: shmobile: Remove sh73a0 use " Magnus Damm
2013-07-24  3:37   ` Magnus Damm
2013-07-24  8:06   ` Simon Horman
2013-07-24  8:06     ` Simon Horman
2013-07-24  3:37 ` [PATCH 02/08] ARM: shmobile: Remove sh7372 " Magnus Damm
2013-07-24  3:37   ` Magnus Damm
2013-07-24  8:06   ` Simon Horman
2013-07-24  8:06     ` Simon Horman
2013-07-24  3:37 ` [PATCH 03/08] ARM: shmobile: Remove EMEV2 " Magnus Damm
2013-07-24  3:37   ` Magnus Damm
2013-07-24  8:06   ` Simon Horman
2013-07-24  8:06     ` Simon Horman
2013-07-24  3:37 ` [PATCH 04/08] ARM: shmobile: Remove r8a7779 " Magnus Damm
2013-07-24  3:37   ` Magnus Damm
2013-07-24  8:06   ` Simon Horman
2013-07-24  8:06     ` Simon Horman
2013-07-24  3:38 ` [PATCH 05/08] ARM: shmobile: Remove AG5EVM " Magnus Damm
2013-07-24  3:38   ` Magnus Damm
2013-07-24  8:07   ` Simon Horman
2013-07-24  8:07     ` Simon Horman
2013-07-24  3:38 ` [PATCH 06/08] ARM: shmobile: Remove Kota2 " Magnus Damm
2013-07-24  3:38   ` Magnus Damm
2013-07-24  8:07   ` Simon Horman
2013-07-24  8:07     ` Simon Horman
2013-07-24  3:38 ` [PATCH 07/08] ARM: shmobile: Remove Marzen " Magnus Damm
2013-07-24  3:38   ` Magnus Damm
2013-07-24  8:06   ` Simon Horman
2013-07-24  8:06     ` Simon Horman
2013-07-24  3:38 ` [PATCH 08/08] ARM: shmobile: Remove include <mach/hardware.h> Magnus Damm
2013-07-24  3:38   ` Magnus Damm
2013-07-24  8:06   ` Simon Horman
2013-07-24  8:06     ` 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.