* [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards
@ 2011-09-28 7:49 Yoshihiro Shimoda
2011-09-30 6:18 ` Nobuhiro Iwamatsu
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Yoshihiro Shimoda @ 2011-09-28 7:49 UTC (permalink / raw)
To: linux-sh
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
- This patch depends on the following patch:
- net: sh_eth: move the asm/sh_eth.h to include/linux/
- This patch doesn't contain board-sh7757lcr.c, because
it needs more modification.
arch/sh/boards/board-espt.c | 2 +-
arch/sh/boards/mach-ecovec24/setup.c | 2 +-
arch/sh/boards/mach-se/7724/setup.c | 2 +-
arch/sh/boards/mach-sh7763rdp/setup.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/sh/boards/board-espt.c b/arch/sh/boards/board-espt.c
index 9da92ac..b3ae9d3 100644
--- a/arch/sh/boards/board-espt.c
+++ b/arch/sh/boards/board-espt.c
@@ -13,9 +13,9 @@
#include <linux/interrupt.h>
#include <linux/mtd/physmap.h>
#include <linux/io.h>
+#include <linux/sh_eth.h>
#include <asm/machvec.h>
#include <asm/sizes.h>
-#include <asm/sh_eth.h>
/* NOR Flash */
static struct mtd_partition espt_nor_flash_partitions[] = {
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c
index b24d69d..7f74985 100644
--- a/arch/sh/boards/mach-ecovec24/setup.c
+++ b/arch/sh/boards/mach-ecovec24/setup.c
@@ -28,13 +28,13 @@
#include <linux/spi/mmc_spi.h>
#include <linux/input.h>
#include <linux/input/sh_keysc.h>
+#include <linux/sh_eth.h>
#include <video/sh_mobile_lcdc.h>
#include <sound/sh_fsi.h>
#include <media/sh_mobile_ceu.h>
#include <media/tw9910.h>
#include <media/mt9t112.h>
#include <asm/heartbeat.h>
-#include <asm/sh_eth.h>
#include <asm/clock.h>
#include <asm/suspend.h>
#include <cpu/sh7724.h>
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c
index d007567..b747c0a 100644
--- a/arch/sh/boards/mach-se/7724/setup.c
+++ b/arch/sh/boards/mach-se/7724/setup.c
@@ -23,12 +23,12 @@
#include <linux/input.h>
#include <linux/input/sh_keysc.h>
#include <linux/usb/r8a66597.h>
+#include <linux/sh_eth.h>
#include <video/sh_mobile_lcdc.h>
#include <media/sh_mobile_ceu.h>
#include <sound/sh_fsi.h>
#include <asm/io.h>
#include <asm/heartbeat.h>
-#include <asm/sh_eth.h>
#include <asm/clock.h>
#include <asm/suspend.h>
#include <cpu/sh7724.h>
diff --git a/arch/sh/boards/mach-sh7763rdp/setup.c b/arch/sh/boards/mach-sh7763rdp/setup.c
index f3d828f..dd036f1 100644
--- a/arch/sh/boards/mach-sh7763rdp/setup.c
+++ b/arch/sh/boards/mach-sh7763rdp/setup.c
@@ -17,8 +17,8 @@
#include <linux/mtd/physmap.h>
#include <linux/fb.h>
#include <linux/io.h>
+#include <linux/sh_eth.h>
#include <mach/sh7763rdp.h>
-#include <asm/sh_eth.h>
#include <asm/sh7760fb.h>
/* NOR Flash */
--
1.7.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards
2011-09-28 7:49 [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards Yoshihiro Shimoda
@ 2011-09-30 6:18 ` Nobuhiro Iwamatsu
2011-10-28 6:09 ` Paul Mundt
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2011-09-30 6:18 UTC (permalink / raw)
To: linux-sh
Tested-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
2011/9/28 Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>:
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
> - This patch depends on the following patch:
> - net: sh_eth: move the asm/sh_eth.h to include/linux/
> - This patch doesn't contain board-sh7757lcr.c, because
> it needs more modification.
>
> arch/sh/boards/board-espt.c | 2 +-
> arch/sh/boards/mach-ecovec24/setup.c | 2 +-
> arch/sh/boards/mach-se/7724/setup.c | 2 +-
> arch/sh/boards/mach-sh7763rdp/setup.c | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/sh/boards/board-espt.c b/arch/sh/boards/board-espt.c
> index 9da92ac..b3ae9d3 100644
> --- a/arch/sh/boards/board-espt.c
> +++ b/arch/sh/boards/board-espt.c
> @@ -13,9 +13,9 @@
> #include <linux/interrupt.h>
> #include <linux/mtd/physmap.h>
> #include <linux/io.h>
> +#include <linux/sh_eth.h>
> #include <asm/machvec.h>
> #include <asm/sizes.h>
> -#include <asm/sh_eth.h>
>
> /* NOR Flash */
> static struct mtd_partition espt_nor_flash_partitions[] = {
> diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c
> index b24d69d..7f74985 100644
> --- a/arch/sh/boards/mach-ecovec24/setup.c
> +++ b/arch/sh/boards/mach-ecovec24/setup.c
> @@ -28,13 +28,13 @@
> #include <linux/spi/mmc_spi.h>
> #include <linux/input.h>
> #include <linux/input/sh_keysc.h>
> +#include <linux/sh_eth.h>
> #include <video/sh_mobile_lcdc.h>
> #include <sound/sh_fsi.h>
> #include <media/sh_mobile_ceu.h>
> #include <media/tw9910.h>
> #include <media/mt9t112.h>
> #include <asm/heartbeat.h>
> -#include <asm/sh_eth.h>
> #include <asm/clock.h>
> #include <asm/suspend.h>
> #include <cpu/sh7724.h>
> diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c
> index d007567..b747c0a 100644
> --- a/arch/sh/boards/mach-se/7724/setup.c
> +++ b/arch/sh/boards/mach-se/7724/setup.c
> @@ -23,12 +23,12 @@
> #include <linux/input.h>
> #include <linux/input/sh_keysc.h>
> #include <linux/usb/r8a66597.h>
> +#include <linux/sh_eth.h>
> #include <video/sh_mobile_lcdc.h>
> #include <media/sh_mobile_ceu.h>
> #include <sound/sh_fsi.h>
> #include <asm/io.h>
> #include <asm/heartbeat.h>
> -#include <asm/sh_eth.h>
> #include <asm/clock.h>
> #include <asm/suspend.h>
> #include <cpu/sh7724.h>
> diff --git a/arch/sh/boards/mach-sh7763rdp/setup.c b/arch/sh/boards/mach-sh7763rdp/setup.c
> index f3d828f..dd036f1 100644
> --- a/arch/sh/boards/mach-sh7763rdp/setup.c
> +++ b/arch/sh/boards/mach-sh7763rdp/setup.c
> @@ -17,8 +17,8 @@
> #include <linux/mtd/physmap.h>
> #include <linux/fb.h>
> #include <linux/io.h>
> +#include <linux/sh_eth.h>
> #include <mach/sh7763rdp.h>
> -#include <asm/sh_eth.h>
> #include <asm/sh7760fb.h>
>
> /* NOR Flash */
> --
> 1.7.1
> --
> 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
>
--
Nobuhiro Iwamatsu
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards
2011-09-28 7:49 [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards Yoshihiro Shimoda
2011-09-30 6:18 ` Nobuhiro Iwamatsu
@ 2011-10-28 6:09 ` Paul Mundt
2011-11-01 5:54 ` [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in sh7757lcr Nobuhiro Iwamatsu
2011-11-01 7:00 ` Paul Mundt
3 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2011-10-28 6:09 UTC (permalink / raw)
To: linux-sh
On Wed, Sep 28, 2011 at 04:49:14PM +0900, Yoshihiro Shimoda wrote:
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
> - This patch depends on the following patch:
> - net: sh_eth: move the asm/sh_eth.h to include/linux/
> - This patch doesn't contain board-sh7757lcr.c, because
> it needs more modification.
>
> arch/sh/boards/board-espt.c | 2 +-
> arch/sh/boards/mach-ecovec24/setup.c | 2 +-
> arch/sh/boards/mach-se/7724/setup.c | 2 +-
> arch/sh/boards/mach-sh7763rdp/setup.c | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
Applied, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in sh7757lcr
2011-09-28 7:49 [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards Yoshihiro Shimoda
2011-09-30 6:18 ` Nobuhiro Iwamatsu
2011-10-28 6:09 ` Paul Mundt
@ 2011-11-01 5:54 ` Nobuhiro Iwamatsu
2011-11-01 7:00 ` Paul Mundt
3 siblings, 0 replies; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2011-11-01 5:54 UTC (permalink / raw)
To: linux-sh
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
arch/sh/boards/board-sh7757lcr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c
index fa2a208..ec8c84c 100644
--- a/arch/sh/boards/board-sh7757lcr.c
+++ b/arch/sh/boards/board-sh7757lcr.c
@@ -18,8 +18,8 @@
#include <linux/mmc/host.h>
#include <linux/mmc/sh_mmcif.h>
#include <linux/mmc/sh_mobile_sdhi.h>
+#include <linux/sh_eth.h>
#include <cpu/sh7757.h>
-#include <asm/sh_eth.h>
#include <asm/heartbeat.h>
static struct resource heartbeat_resource = {
--
1.7.7
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in sh7757lcr
2011-09-28 7:49 [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards Yoshihiro Shimoda
` (2 preceding siblings ...)
2011-11-01 5:54 ` [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in sh7757lcr Nobuhiro Iwamatsu
@ 2011-11-01 7:00 ` Paul Mundt
3 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2011-11-01 7:00 UTC (permalink / raw)
To: linux-sh
On Tue, Nov 01, 2011 at 02:54:38PM +0900, Nobuhiro Iwamatsu wrote:
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> ---
> arch/sh/boards/board-sh7757lcr.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
On Tue, Nov 01, 2011 at 02:57:01PM +0900, Nobuhiro Iwamatsu wrote:
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> ---
> arch/sh/Makefile | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Both applied, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-11-01 7:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 7:49 [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards Yoshihiro Shimoda
2011-09-30 6:18 ` Nobuhiro Iwamatsu
2011-10-28 6:09 ` Paul Mundt
2011-11-01 5:54 ` [PATCH] sh: modify the asm/sh_eth.h to linux/sh_eth.h in sh7757lcr Nobuhiro Iwamatsu
2011-11-01 7:00 ` Paul Mundt
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).