From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Mon, 20 Jan 2014 09:32:44 +0900 Subject: [PATCH 1/1] ARM: shmobile: Koelsch: pass Ether PHY IRQ In-Reply-To: References: <201312200226.38815.sergei.shtylyov@cogentembedded.com> <201312200228.00555.sergei.shtylyov@cogentembedded.com> Message-ID: <20140120003241.GG9752@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jan 17, 2014 at 03:02:20PM +0900, Magnus Damm wrote: > On Fri, Dec 20, 2013 at 8:28 AM, 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 > > > > --- > > 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 Hi Sergei, please repost this patch with Magnus's ack once an rc release is available with the pre-requisites of this patch. Thanks