From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH 2/3] sh_eth: add missing EESIPR bits
Date: Tue, 24 Jan 2017 18:51:16 +0300 [thread overview]
Message-ID: <f320226f-222a-2d3c-fa70-1e42f27c64f7@cogentembedded.com> (raw)
In-Reply-To: <CAMuHMdVED1D46zGkuSbpF22ZnKKjWcf50yRp-uT+LcBY_70xgA@mail.gmail.com>
On 01/23/2017 10:41 AM, Geert Uytterhoeven wrote:
>> Renesas SH77{34|63} manuals describe more EESIPR bits than the current
>> driver. Declare the new bits with the end goal of using the bit names
>> instead of the bare numbers for the 'sh_eth_cpu_data::eesipr_value'
>> initializers...
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
>> ---
>> drivers/net/ethernet/renesas/sh_eth.h | 10 ++++++++--
>> 1 file changed, 8 insertions(+), 2 deletions(-)
>>
>> Index: net-next/drivers/net/ethernet/renesas/sh_eth.h
>> ===================================================================
>> --- net-next.orig/drivers/net/ethernet/renesas/sh_eth.h
>> +++ net-next/drivers/net/ethernet/renesas/sh_eth.h
>> @@ -269,13 +269,17 @@ enum EESR_BIT {
>>
>> /* EESIPR */
>> enum EESIPR_BIT {
>> - EESIPR_TWBIP = 0x40000000,
>> + EESIPR_TWB1IP = 0x80000000,
>> + EESIPR_TWBIP = 0x40000000, /* same as TWB0IP */
>
> Ah, your adding it here ;-)
Do you want me to add such comment in the 1st patch instead?
> Gr{oetje,eeting}s,
>
> Geert
MRB, Sergei
next prev parent reply other threads:[~2017-01-24 15:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-22 19:17 [PATCH 0/3] sh_eth: E-DMAC interrupt mask cleanups Sergei Shtylyov
2017-01-22 19:18 ` [PATCH 1/3] sh_eth: rename EESIPR bits Sergei Shtylyov
2017-01-23 7:39 ` Geert Uytterhoeven
2017-01-24 15:47 ` Sergei Shtylyov
2017-01-22 19:18 ` [PATCH 2/3] sh_eth: add missing " Sergei Shtylyov
2017-01-23 7:41 ` Geert Uytterhoeven
2017-01-24 15:51 ` Sergei Shtylyov [this message]
2017-01-22 19:19 ` [PATCH 3/3] sh_eth: stop using bare numbers for EESIPR values Sergei Shtylyov
2017-01-23 8:00 ` Geert Uytterhoeven
2017-01-24 15:54 ` Sergei Shtylyov
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=f320226f-222a-2d3c-fa70-1e42f27c64f7@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=geert@linux-m68k.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).