public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] net: sh_eth: add cache handling
Date: Wed, 19 Jan 2011 17:01:42 +0900	[thread overview]
Message-ID: <4D369A66.7000403@renesas.com> (raw)
In-Reply-To: <20110118093212.145CA36C@gemini.denx.de>

Dear Wolfgang Denk,

2011/01/18 18:32, Wolfgang Denk wrote:
> Dear Yoshihiro Shimoda,
> 
> In message <4D33C0DA.4000701@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"
>>  #endif
>> +#ifdef CONFIG_SH_ETHER_CACHE_WRITEBACK
>> +#define flush_cache_wback(addr, len)	\
>> +			dcache_wback_range((u32)addr, (u32)(addr + len - 1))
>> +#else
>> +#define flush_cache_wback(...)
>> +#endif
> 
> New config options must be documented in the README.
> 
I will document about this option in the README.
The README isn't written about the driver now,
so I will document about this driver first.

Best regards,
Yoshihiro Shimoda

      reply	other threads:[~2011-01-19  8:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-17  4:08 [U-Boot] [PATCH 1/2] net: sh_eth: add cache handling Yoshihiro Shimoda
2011-01-17 13:05 ` Nobuhiro Iwamatsu
2011-01-18  9:31   ` Wolfgang Denk
2011-01-18  9:32 ` Wolfgang Denk
2011-01-19  8:01   ` Yoshihiro Shimoda [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=4D369A66.7000403@renesas.com \
    --to=yoshihiro.shimoda.uh@renesas.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox