* [GIT PULL] net/at91: at91_ether fixes for 3.4-rc
@ 2012-04-26 9:14 Nicolas Ferre
2012-04-26 9:20 ` David Miller
0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Ferre @ 2012-04-26 9:14 UTC (permalink / raw)
To: David Miller, netdev, linux-arm-kernel
Cc: Andrew Victor, Jean-Christophe PLAGNIOL-VILLARD,
Linux Kernel list
Hi David,
Can you please pull those fixes for 3.4-rc? The ARM/AT91 part
of modifications is pretty small and bounded to a single SoC so
it will not mess with arm-soc git tree.
Tell me if you need other information on this signed tag...
The following changes since commit 66f75a5d028beaf67c931435fdc3e7823125730c:
Linux 3.4-rc4 (2012-04-21 14:47:52 -0700)
are available in the git repository at:
git://github.com/at91linux/linux-at91.git tags/at91-3.4-net-fixes
for you to fetch changes up to cfc991548b5b73c8038f41877da1cd0104945cf5:
net/at91_ether: use gpio_to_irq for phy IRQ line (2012-04-26 10:22:40 +0200)
----------------------------------------------------------------
Both fixes are about at91_ether.c driver: It is only used in a single
Atmel AT91 SoC: AT91RM9200.
The removal of fixed mapping is a long standing refinement which will
convert this driver to a more typical resources management.
The gpio fix is needed now that we have moved AT91 to irqdomains.
----------------------------------------------------------------
Andrew Victor (1):
AT91: Remove fixed mapping for AT91RM9200 ethernet
Nicolas Ferre (1):
net/at91_ether: use gpio_to_irq for phy IRQ line
arch/arm/mach-at91/at91rm9200.c | 10 --
arch/arm/mach-at91/at91rm9200_devices.c | 4 +-
arch/arm/mach-at91/include/mach/hardware.h | 1 -
drivers/net/ethernet/cadence/at91_ether.c | 535 ++++++++++++++++++++++++++++++++++++++++++++-------------------------------------
drivers/net/ethernet/cadence/at91_ether.h | 1 +
5 files changed, 291 insertions(+), 260 deletions(-)
Best regards,
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] net/at91: at91_ether fixes for 3.4-rc
2012-04-26 9:14 [GIT PULL] net/at91: at91_ether fixes for 3.4-rc Nicolas Ferre
@ 2012-04-26 9:20 ` David Miller
2012-04-26 10:07 ` Nicolas Ferre
0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2012-04-26 9:20 UTC (permalink / raw)
To: nicolas.ferre
Cc: netdev, linux-arm-kernel, linux-kernel, avictor.za, plagnioj
From: Nicolas Ferre <nicolas.ferre@atmel.com>
Date: Thu, 26 Apr 2012 11:14:56 +0200
> Can you please pull those fixes for 3.4-rc? The ARM/AT91 part
> of modifications is pretty small and bounded to a single SoC so
> it will not mess with arm-soc git tree.
Please post the patches themselves to netdev.
You can give me pull requests, but those go into the "[PATCH 0/N] ..."
email, it doesn't preclude you're still having to post the actual
patches.
Otherwise nobody can review your work.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] net/at91: at91_ether fixes for 3.4-rc
2012-04-26 9:20 ` David Miller
@ 2012-04-26 10:07 ` Nicolas Ferre
2012-04-26 10:12 ` David Miller
0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Ferre @ 2012-04-26 10:07 UTC (permalink / raw)
To: David Miller; +Cc: netdev, avictor.za, plagnioj, linux-kernel, linux-arm-kernel
On 04/26/2012 11:20 AM, David Miller :
> From: Nicolas Ferre <nicolas.ferre@atmel.com>
> Date: Thu, 26 Apr 2012 11:14:56 +0200
>
>> Can you please pull those fixes for 3.4-rc? The ARM/AT91 part
>> of modifications is pretty small and bounded to a single SoC so
>> it will not mess with arm-soc git tree.
>
> Please post the patches themselves to netdev.
>
> You can give me pull requests, but those go into the "[PATCH 0/N] ..."
> email, it doesn't preclude you're still having to post the actual
> patches.
>
> Otherwise nobody can review your work.
Both patches have been posted on netdev (but independently):
First has been posted on February 13th:
http://www.spinics.net/lists/netdev/msg188868.html
With a question from myself a few days ago:
http://www.spinics.net/lists/netdev/msg196183.html
And I can find ancestors back in May 2011...
Second one has been posted on April 23rd:
http://www.spinics.net/lists/netdev/msg196002.html
So, should I repost both of them as patch series?
Best regards,
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] net/at91: at91_ether fixes for 3.4-rc
2012-04-26 10:07 ` Nicolas Ferre
@ 2012-04-26 10:12 ` David Miller
2012-04-26 10:31 ` Nicolas Ferre
0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2012-04-26 10:12 UTC (permalink / raw)
To: nicolas.ferre
Cc: netdev, avictor.za, plagnioj, linux-kernel, linux-arm-kernel
From: Nicolas Ferre <nicolas.ferre@atmel.com>
Date: Thu, 26 Apr 2012 12:07:41 +0200
> So, should I repost both of them as patch series?
Yes, with a leading "[PATCH 0/N] " posting as I asked.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] net/at91: at91_ether fixes for 3.4-rc
2012-04-26 10:12 ` David Miller
@ 2012-04-26 10:31 ` Nicolas Ferre
0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Ferre @ 2012-04-26 10:31 UTC (permalink / raw)
To: David Miller; +Cc: netdev, linux-arm-kernel, linux-kernel, avictor.za, plagnioj
On 04/26/2012 12:12 PM, David Miller :
> From: Nicolas Ferre <nicolas.ferre@atmel.com>
> Date: Thu, 26 Apr 2012 12:07:41 +0200
>
>> So, should I repost both of them as patch series?
>
> Yes, with a leading "[PATCH 0/N] " posting as I asked.
Ok, done!
Thanks, bye,
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-04-26 10:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 9:14 [GIT PULL] net/at91: at91_ether fixes for 3.4-rc Nicolas Ferre
2012-04-26 9:20 ` David Miller
2012-04-26 10:07 ` Nicolas Ferre
2012-04-26 10:12 ` David Miller
2012-04-26 10:31 ` Nicolas Ferre
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).