All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Hershberger <joe.hershberger@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] make u-boot/drivers/net/designware cache supportive
Date: Thu, 13 Jun 2013 06:28:23 -0500	[thread overview]
Message-ID: <CANr=Z=YDKo45xzev2tBcnO7k8QLP1Z+OCq0r3PsNu84ZrfgxzA@mail.gmail.com> (raw)
In-Reply-To: <50FF62FC.80701@st.com>

Hi Frank,

On Tue, Jan 22, 2013 at 10:11 PM, Vipin Kumar <vipin.kumar@st.com> wrote:
> On 1/22/2013 7:40 PM, Frank Dols wrote:
>>
>> Hello Vipin,
>> As discussed, see included the patches to make your
>> u-boot/drivers/net/designware Ethernet device driver cache support aware.
>
>
> You dont need to write u-boot/drivers in the patch subject. It is anyway
> implicit :)
>
> Vipin
>
>
>> 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(-)

Do you plan to re submit with the subject of patch 1 fixed and the
other applicable comments?

Thanks,
-Joe

      reply	other threads:[~2013-06-13 11:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANr=Z=YDKo45xzev2tBcnO7k8QLP1Z+OCq0r3PsNu84ZrfgxzA@mail.gmail.com' \
    --to=joe.hershberger@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.