Re: [U-Boot] [PATCH 1/2] net: sh_eth: add cache handling

2011-01-19 Thread Yoshihiro Shimoda
Dear Wolfgang Denk, 2011/01/18 18:32, Wolfgang Denk wrote: Dear Yoshihiro Shimoda, In message 4d33c0da.4000...@renesas.com you wrote: --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -36,6 +36,12 @@ #ifndef CONFIG_SH_ETHER_PHY_ADDR # error Please define CONFIG_SH_ETHER_PHY_ADDR

Re: [U-Boot] [PATCH 1/2] net: sh_eth: add cache handling

2011-01-18 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message 20110117130531.gd13...@chimagu.nigauri.org you wrote: On Mon, Jan 17, 2011 at 01:08:58PM +0900, Yoshihiro Shimoda wrote: Some CPU needs cache handling. So this patch add the config of CONFIG_SH_ETHER_CACHE_WRITEBACK, and it calls wback function.

Re: [U-Boot] [PATCH 1/2] net: sh_eth: add cache handling

2011-01-18 Thread Wolfgang Denk
Dear Yoshihiro Shimoda, In message 4d33c0da.4000...@renesas.com you wrote: Some CPU needs cache handling. So this patch add the config of CONFIG_SH_ETHER_CACHE_WRITEBACK, and it calls wback function. Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com ---

Re: [U-Boot] [PATCH 1/2] net: sh_eth: add cache handling

2011-01-17 Thread Nobuhiro Iwamatsu
On Mon, Jan 17, 2011 at 01:08:58PM +0900, Yoshihiro Shimoda wrote: Some CPU needs cache handling. So this patch add the config of CONFIG_SH_ETHER_CACHE_WRITEBACK, and it calls wback function. Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com --- drivers/net/sh_eth.c |9

[U-Boot] [PATCH 1/2] net: sh_eth: add cache handling

2011-01-16 Thread Yoshihiro Shimoda
Some CPU needs cache handling. So this patch add the config of CONFIG_SH_ETHER_CACHE_WRITEBACK, and it calls wback function. Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com --- drivers/net/sh_eth.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git