Re: [U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem

2009-04-27 Thread Wolfgang Denk
Dear Yoshihiro Shimoda, In message <49a4d6bc.3010...@renesas.com> you wrote: > Fix the problem that cannot access actual data when CPU data cache enabled. > > Signed-off-by: Yoshihiro Shimoda > --- > drivers/net/rtl8169.c | 11 ++- > 1 files changed, 10 insertions(+), 1 deletions(-)

Re: [U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem

2009-04-24 Thread Ben Warren
Hi Wolfgang, Wolfgang Denk wrote: > Dear Wolfgang Denk, > > In message <20090403215440.d21298379...@gemini.denx.de> I wrote: > >> Dear Ben, >> >> In message <49a4d6bc.3010...@renesas.com> Yoshihiro Shimoda wrote: >> >>> Fix the problem that cannot access actual data when CPU data cache ena

Re: [U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem

2009-04-24 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <20090403215440.d21298379...@gemini.denx.de> I wrote: > Dear Ben, > > In message <49a4d6bc.3010...@renesas.com> Yoshihiro Shimoda wrote: > > Fix the problem that cannot access actual data when CPU data cache enabled. > > > > Signed-off-by: Yoshihiro Shimoda > > --

Re: [U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem

2009-04-06 Thread Nobuhiro Iwamatsu
Wolfgang Denk wrote: > Dear Ben, > > In message <49a4d6bc.3010...@renesas.com> Yoshihiro Shimoda wrote: >> Fix the problem that cannot access actual data when CPU data cache enabled. >> >> Signed-off-by: Yoshihiro Shimoda >> --- >> drivers/net/rtl8169.c | 11 ++- >> 1 files changed, 10

Re: [U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem

2009-04-03 Thread Wolfgang Denk
Dear Ben, In message <49a4d6bc.3010...@renesas.com> Yoshihiro Shimoda wrote: > Fix the problem that cannot access actual data when CPU data cache enabled. > > Signed-off-by: Yoshihiro Shimoda > --- > drivers/net/rtl8169.c | 11 ++- > 1 files changed, 10 insertions(+), 1 deletions(-)

[U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem

2009-02-24 Thread Yoshihiro Shimoda
Fix the problem that cannot access actual data when CPU data cache enabled. Signed-off-by: Yoshihiro Shimoda --- drivers/net/rtl8169.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c index e9f6391..b441ec4 100644 -