From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/9] sh_eth: make driver build on any platform
Date: Sat, 08 Jun 2013 13:11:18 +0000 [thread overview]
Message-ID: <51B32D76.1030507@cogentembedded.com> (raw)
In-Reply-To: <20130607.233915.1771016084489204040.davem@davemloft.net>
Hello.
On 08-06-2013 10:39, David Miller wrote:
>>>> This series of 9 patches are against Dave's 'net-next.git' repository.
>>>> The series deals with the #ifdef'fery around SoC support code/data in
>>>> the
>>>> 'sh_eth' driver. It doesn't yet get rid of all the #ifdef's: 3 are
>>>> left, 1 of
>>>> them still hinders ARM multiplatform build -- I'll try to deal with it
>>>> next
>>>> week.
>>>> [1/9] sh_eth: create initial ID table
>>>> [2/9] sh_eth: get SH771x support out of #ifdef
>>>> [3/9] sh_eth: get SH7619 support out of #ifdef
>>>> [4/9] sh_eth: get R8A7740 support out of #ifdef
>>>> [5/9] sh_eth: get SH77{34|63} support out of #ifdef
>>>> [6/9] sh_eth: get SH7757 support out of #ifdef
>>>> [7/9] sh_eth: get SH7724 support out of #ifdef
>>>> [8/9] sh_eth: get R8A777x support out of #ifdef
>>>> [9/9] sh_eth: remove dependencies from Kconfig
>>> Sorry, Paul, forgot to include you into the CC list on most of the
>>> patches
>>> and the cover letter. Please look for the patches on linux-sh and ACK
>>> them
>>> if you deem necessary.
>> Also, forgot to CC Simon, Magnus, Russell and LAKML on some patches.
>> Too much haste, forgot to run scripts/get_maintainer.pl before sending
>> out patches...
> I'll apply this solely because it finally allows me to build test this
> driver on x86-64.
Hold on please. It just occured to me that the series won't be
bisectable on anything but R-Car CPUs (I checked it only on R8A7779)
since I forgot that 'sh_eth_my_cpu_data' variable should be always
available in any configuuration until the last patch (so the patch #1 is
somewhat incomplete). I'll respin the series today and resend.
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] sh_eth: make driver build on any platform
Date: Sat, 08 Jun 2013 17:11:18 +0400 [thread overview]
Message-ID: <51B32D76.1030507@cogentembedded.com> (raw)
In-Reply-To: <20130607.233915.1771016084489204040.davem@davemloft.net>
Hello.
On 08-06-2013 10:39, David Miller wrote:
>>>> This series of 9 patches are against Dave's 'net-next.git' repository.
>>>> The series deals with the #ifdef'fery around SoC support code/data in
>>>> the
>>>> 'sh_eth' driver. It doesn't yet get rid of all the #ifdef's: 3 are
>>>> left, 1 of
>>>> them still hinders ARM multiplatform build -- I'll try to deal with it
>>>> next
>>>> week.
>>>> [1/9] sh_eth: create initial ID table
>>>> [2/9] sh_eth: get SH771x support out of #ifdef
>>>> [3/9] sh_eth: get SH7619 support out of #ifdef
>>>> [4/9] sh_eth: get R8A7740 support out of #ifdef
>>>> [5/9] sh_eth: get SH77{34|63} support out of #ifdef
>>>> [6/9] sh_eth: get SH7757 support out of #ifdef
>>>> [7/9] sh_eth: get SH7724 support out of #ifdef
>>>> [8/9] sh_eth: get R8A777x support out of #ifdef
>>>> [9/9] sh_eth: remove dependencies from Kconfig
>>> Sorry, Paul, forgot to include you into the CC list on most of the
>>> patches
>>> and the cover letter. Please look for the patches on linux-sh and ACK
>>> them
>>> if you deem necessary.
>> Also, forgot to CC Simon, Magnus, Russell and LAKML on some patches.
>> Too much haste, forgot to run scripts/get_maintainer.pl before sending
>> out patches...
> I'll apply this solely because it finally allows me to build test this
> driver on x86-64.
Hold on please. It just occured to me that the series won't be
bisectable on anything but R-Car CPUs (I checked it only on R8A7779)
since I forgot that 'sh_eth_my_cpu_data' variable should be always
available in any configuuration until the last patch (so the patch #1 is
somewhat incomplete). I'll respin the series today and resend.
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, lethal@linux-sh.org, horms@verge.net.au,
nobuhiro.iwamatsu.yj@renesas.com, linux-sh@vger.kernel.org,
magnus.damm@gmail.com, linux@arm.linux.org.uk,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/9] sh_eth: make driver build on any platform
Date: Sat, 08 Jun 2013 17:11:18 +0400 [thread overview]
Message-ID: <51B32D76.1030507@cogentembedded.com> (raw)
In-Reply-To: <20130607.233915.1771016084489204040.davem@davemloft.net>
Hello.
On 08-06-2013 10:39, David Miller wrote:
>>>> This series of 9 patches are against Dave's 'net-next.git' repository.
>>>> The series deals with the #ifdef'fery around SoC support code/data in
>>>> the
>>>> 'sh_eth' driver. It doesn't yet get rid of all the #ifdef's: 3 are
>>>> left, 1 of
>>>> them still hinders ARM multiplatform build -- I'll try to deal with it
>>>> next
>>>> week.
>>>> [1/9] sh_eth: create initial ID table
>>>> [2/9] sh_eth: get SH771x support out of #ifdef
>>>> [3/9] sh_eth: get SH7619 support out of #ifdef
>>>> [4/9] sh_eth: get R8A7740 support out of #ifdef
>>>> [5/9] sh_eth: get SH77{34|63} support out of #ifdef
>>>> [6/9] sh_eth: get SH7757 support out of #ifdef
>>>> [7/9] sh_eth: get SH7724 support out of #ifdef
>>>> [8/9] sh_eth: get R8A777x support out of #ifdef
>>>> [9/9] sh_eth: remove dependencies from Kconfig
>>> Sorry, Paul, forgot to include you into the CC list on most of the
>>> patches
>>> and the cover letter. Please look for the patches on linux-sh and ACK
>>> them
>>> if you deem necessary.
>> Also, forgot to CC Simon, Magnus, Russell and LAKML on some patches.
>> Too much haste, forgot to run scripts/get_maintainer.pl before sending
>> out patches...
> I'll apply this solely because it finally allows me to build test this
> driver on x86-64.
Hold on please. It just occured to me that the series won't be
bisectable on anything but R-Car CPUs (I checked it only on R8A7779)
since I forgot that 'sh_eth_my_cpu_data' variable should be always
available in any configuuration until the last patch (so the patch #1 is
somewhat incomplete). I'll respin the series today and resend.
WBR, Sergei
next prev parent reply other threads:[~2013-06-08 13:11 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-07 23:51 [PATCH 0/9] sh_eth: make driver build on any platform Sergei Shtylyov
2013-06-07 23:51 ` Sergei Shtylyov
2013-06-07 23:54 ` [PATCH 1/9] sh_eth: create initial ID table Sergei Shtylyov
2013-06-07 23:54 ` Sergei Shtylyov
2013-06-07 23:55 ` [PATCH 2/9] sh_eth: get SH771x support out of #ifdef Sergei Shtylyov
2013-06-07 23:55 ` Sergei Shtylyov
2013-06-07 23:56 ` [PATCH 3/9] sh_eth: get SH7619 " Sergei Shtylyov
2013-06-07 23:56 ` Sergei Shtylyov
2013-06-07 23:57 ` [PATCH 4/9] sh_eth: get R8A7740 " Sergei Shtylyov
2013-06-07 23:57 ` Sergei Shtylyov
2013-06-07 23:58 ` [PATCH 5/9] sh_eth: get SH77{34|63} " Sergei Shtylyov
2013-06-07 23:58 ` Sergei Shtylyov
2013-06-07 23:59 ` [PATCH 6/9] sh_eth: get SH7757 " Sergei Shtylyov
2013-06-07 23:59 ` Sergei Shtylyov
2013-06-08 0:03 ` [PATCH 7/9] sh_eth: get SH7724 " Sergei Shtylyov
2013-06-08 0:03 ` Sergei Shtylyov
2013-06-08 0:05 ` [PATCH 8/9] sh_eth: get R8A777x " Sergei Shtylyov
2013-06-08 0:05 ` Sergei Shtylyov
2013-06-08 0:07 ` [PATCH 9/9] sh_eth: remove dependencies from Kconfig Sergei Shtylyov
2013-06-08 0:07 ` Sergei Shtylyov
2013-06-08 0:10 ` [PATCH 0/9] sh_eth: make driver build on any platform Sergei Shtylyov
2013-06-08 0:10 ` Sergei Shtylyov
2013-06-08 0:15 ` Sergei Shtylyov
2013-06-08 0:15 ` Sergei Shtylyov
2013-06-08 0:15 ` Sergei Shtylyov
2013-06-08 6:39 ` David Miller
2013-06-08 6:39 ` David Miller
2013-06-08 6:39 ` David Miller
2013-06-08 13:11 ` Sergei Shtylyov [this message]
2013-06-08 13:11 ` Sergei Shtylyov
2013-06-08 13:11 ` Sergei Shtylyov
2013-06-08 13:24 ` Sergei Shtylyov
2013-06-08 13:24 ` Sergei Shtylyov
2013-06-08 13:24 ` Sergei Shtylyov
2013-06-08 18:18 ` David Miller
2013-06-08 18:18 ` David Miller
2013-06-08 18:18 ` David Miller
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=51B32D76.1030507@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-arm-kernel@lists.infradead.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 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.