From: Sergei Shtylyov <hidden> Date: 2013-12-19 23:26:38
Hello.
Here's the patch against Simon Horman's 'renesas.git' repo,
'renesas-devel-v3.13-rc4-20131219' tag. Here we add support for the Ether's PHY
IRQ to the R8A7791/Koelsch board. The patchset depends on the two 'sh_eth' driver
patches posted earlier in order to compile and work.
[1/1] ARM: shmobile: Koelsch: pass Ether PHY IRQ
WBR, Sergei
From: Sergei Shtylyov <hidden> Date: 2013-12-19 23:28:00
Pass Ether's PHY IRQ (which is IRQC's IRQ0) to the 'sh_eth' driver. Set the IRQ
trigger type to be low-level as per the Micrel PHY driver's setup.
Signed-off-by: Sergei Shtylyov <redacted>
---
arch/arm/mach-shmobile/board-koelsch.c | 4 ++++
1 file changed, 4 insertions(+)
Index: renesas/arch/arm/mach-shmobile/board-koelsch.c
===================================================================
On Fri, Dec 20, 2013 at 02:28:00AM +0300, Sergei Shtylyov wrote:
Pass Ether's PHY IRQ (which is IRQC's IRQ0) to the 'sh_eth' driver. Set the IRQ
trigger type to be low-level as per the Micrel PHY driver's setup.
Signed-off-by: Sergei Shtylyov <redacted>
Hi Sergei,
does this depend on changes that have been queued up in net or net-next
since v3.13-rc1? If so are they present in v3.13-rc5? If not please
repost when an rc release with the required dependencies is available.
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Sergei Shtylyov <hidden> Date: 2014-01-06 12:47:58
Hello.
On 06-01-2014 9:39, Simon Horman wrote:
quoted
quoted
quoted
Pass Ether's PHY IRQ (which is IRQC's IRQ0) to the 'sh_eth' driver. Set the IRQ
trigger type to be low-level as per the Micrel PHY driver's setup.
quoted
quoted
quoted
Signed-off-by: Sergei Shtylyov <redacted>
quoted
quoted
Hi Sergei,
quoted
quoted
does this depend on changes that have been queued up in net or net-next
since v3.13-rc1?
quoted
Yes, in net-next.
quoted
quoted
If so are they present in v3.13-rc5?
quoted
No, they should be available in 3.14-rc1.
quoted
quoted
If not please
repost when an rc release with the required dependencies is available.
quoted
You mean this patch should inevitably wait for 3.15? I hoped
either you or DaveM could still queue this patch for 3.14...
Sorry, it was too late for v3.14 and I would prefer if you didn't route
this via Dave's tree.
I somehow thought you were asking about the Lager patch. No, I wasn't
going to route the Koelsch patch via Dave, only Lager. Dave doesn't seem eager
to do it anyway.
WBR, Sergei
On Fri, Dec 20, 2013 at 8:28 AM, Sergei Shtylyov
[off-list ref] wrote:
Pass Ether's PHY IRQ (which is IRQC's IRQ0) to the 'sh_eth' driver. Set the IRQ
trigger type to be low-level as per the Micrel PHY driver's setup.
Signed-off-by: Sergei Shtylyov <redacted>
---
arch/arm/mach-shmobile/board-koelsch.c | 4 ++++
1 file changed, 4 insertions(+)
Thanks for this. The code looks good to me. I have now tested this on
my Koelsch board using ifconfig up/down and checking /proc/interrupts.
Acked-by: Magnus Damm <redacted>
Cheers,
/ magnus
On Fri, Jan 17, 2014 at 03:02:20PM +0900, Magnus Damm wrote:
On Fri, Dec 20, 2013 at 8:28 AM, Sergei Shtylyov
[off-list ref] wrote:
quoted
Pass Ether's PHY IRQ (which is IRQC's IRQ0) to the 'sh_eth' driver. Set the IRQ
trigger type to be low-level as per the Micrel PHY driver's setup.
Signed-off-by: Sergei Shtylyov <redacted>
---
arch/arm/mach-shmobile/board-koelsch.c | 4 ++++
1 file changed, 4 insertions(+)
Thanks for this. The code looks good to me. I have now tested this on
my Koelsch board using ifconfig up/down and checking /proc/interrupts.
Acked-by: Magnus Damm <redacted>
Hi Sergei,
please repost this patch with Magnus's ack once an rc release is
available with the pre-requisites of this patch.
Thanks