All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] make u-boot/drivers/net/designware cache supportive
@ 2013-01-22 14:10 Frank Dols
  2013-01-22 14:10 ` [U-Boot] [PATCH 1/2] drivers/net/designware, do an explicit memory access instead of implicit, re-written assignments to use readl() and writel(), all of this as preperation for making the driver able to work in a cached environment (I$D$ support) Frank Dols
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Frank Dols @ 2013-01-22 14:10 UTC (permalink / raw)
  To: u-boot

Hello Vipin,
As discussed, see included the patches to make your
u-boot/drivers/net/designware Ethernet device driver cache support aware.
First patch is about: do an explicit memory access instead of implicit,
I re-written assignments to use readl() and writel().
Second patch is about: making the driver able to work in a cached environment
(do I$/D$ flush/invalidate where necessary).

Frank Dols (2):
  drivers/net/designware, do an explicit memory access instead of
    implicit,     re-written assignments to use readl() and writel(),  
      all of this as preperation for making the driver able to work in
    a cached environment (I$D$ support).
  u-boot/drivers/net/designware with cache support.

 drivers/net/designware.c |  128 ++++++++++++++++++++++++++++++----------------
 drivers/net/designware.h |    4 +-
 2 files changed, 86 insertions(+), 46 deletions(-)

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

end of thread, other threads:[~2013-11-22 19:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-22 14:10 [U-Boot] [PATCH 0/2] make u-boot/drivers/net/designware cache supportive Frank Dols
2013-01-22 14:10 ` [U-Boot] [PATCH 1/2] drivers/net/designware, do an explicit memory access instead of implicit, re-written assignments to use readl() and writel(), all of this as preperation for making the driver able to work in a cached environment (I$D$ support) Frank Dols
2013-01-23  5:29   ` Vipin Kumar
2013-01-23  6:55     ` Albert ARIBAUD
2013-01-23 10:16       ` Vipin Kumar
2013-01-23 10:21         ` Albert ARIBAUD
2013-01-24  9:58           ` Frank Dols
     [not found]           ` <1869199372336F41A75F0B381AC8B48A028B6B@DE02WEMBX1.internal.synopsys.com>
     [not found]             ` <511879F4.206@st.com>
2013-03-01 10:05               ` [U-Boot] FW: " Frank Dols
2013-11-22 19:03                 ` Joe Hershberger
2013-01-22 14:10 ` [U-Boot] [PATCH 2/2] u-boot/drivers/net/designware with cache support Frank Dols
2013-01-23  4:11 ` [U-Boot] [PATCH 0/2] make u-boot/drivers/net/designware cache supportive Vipin Kumar
2013-06-13 11:28   ` Joe Hershberger

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.