Re: [PATCH] net: sh_eth: Add support of device tree probe

2013-02-11 Thread Nobuhiro Iwamatsu
Hi, On Thu, Feb 7, 2013 at 10:42 AM, Kuninori Morimoto wrote: > > Hi Iwamatsu-san > >> >> +Required properties: >> >> +- compatible: "renesas,sh-eth"; >> >> +- interrupt-parent: The phandle for the interrupt controller >> >> that >> >> +

Re: [PATCH] net: sh_eth: Add support of device tree probe

2013-02-11 Thread Nobuhiro Iwamatsu
Hi, On Wed, Feb 6, 2013 at 5:36 PM, Kuninori Morimoto wrote: > > Hi Simon, Iwamatsu-san > >> +Required properties: >> +- compatible: "renesas,sh-eth"; >> +- interrupt-parent: The phandle for the interrupt controller >> that >> +servic

Re: [PATCH] net: sh_eth: Add support of device tree probe

2013-02-11 Thread Nobuhiro Iwamatsu
Hi, On Wed, Feb 6, 2013 at 5:26 PM, Magnus Damm wrote: > Hey Simon, Iwamatsu-san, > > On Wed, Feb 6, 2013 at 11:00 AM, Simon Horman > wrote: >> From: Nobuhiro Iwamatsu >> >> This adds support of device tree probe for Renesas sh-ether driver. >> >> Signed-off-by: Nobuhiro Iwamatsu > > Thanks fo

Re: [PATCH] net: sh_eth: Add support of device tree probe

2013-02-11 Thread Nobuhiro Iwamatsu
HI, On Wed, Feb 6, 2013 at 4:30 PM, Denis Kirjanov wrote: > On 2/6/13, Simon Horman wrote: >> From: Nobuhiro Iwamatsu >> >> This adds support of device tree probe for Renesas sh-ether driver. >> >> Signed-off-by: Nobuhiro Iwamatsu >> >> --- >> Documentation/devicetree/bindings/net/sh_ether.tx

Re: [PATCH] net: sh_eth: Add support of device tree probe

2013-02-11 Thread Denis Kirjanov
On 2/6/13, Simon Horman wrote: > From: Nobuhiro Iwamatsu > > This adds support of device tree probe for Renesas sh-ether driver. > > Signed-off-by: Nobuhiro Iwamatsu > > --- > Documentation/devicetree/bindings/net/sh_ether.txt | 43 ++ > drivers/net/ethernet/renesas/sh_eth.c

Re: [PATCH] net: sh_eth: Add support of device tree probe

2013-02-06 Thread Kuninori Morimoto
Hi Iwamatsu-san > >> +Required properties: > >> +- compatible: "renesas,sh-eth"; > >> +- interrupt-parent: The phandle for the interrupt controller > >> that > >> +services interrupts for this device. > >> +- reg:

Re: [PATCH] net: sh_eth: Add support of device tree probe

2013-02-06 Thread Kuninori Morimoto
Hi Simon, Iwamatsu-san > +Required properties: > +- compatible: "renesas,sh-eth"; > +- interrupt-parent: The phandle for the interrupt controller that > +services interrupts for this device. > +- reg: Offset an

Re: [PATCH] net: sh_eth: Add support of device tree probe

2013-02-06 Thread Magnus Damm
Hey Simon, Iwamatsu-san, On Wed, Feb 6, 2013 at 11:00 AM, Simon Horman wrote: > From: Nobuhiro Iwamatsu > > This adds support of device tree probe for Renesas sh-ether driver. > > Signed-off-by: Nobuhiro Iwamatsu Thanks for your work on this > +++ b/Documentation/devicetree/bindings/net/sh_et

[PATCH] net: sh_eth: Add support of device tree probe

2013-02-05 Thread Simon Horman
From: Nobuhiro Iwamatsu This adds support of device tree probe for Renesas sh-ether driver. Signed-off-by: Nobuhiro Iwamatsu --- Documentation/devicetree/bindings/net/sh_ether.txt | 43 ++ drivers/net/ethernet/renesas/sh_eth.c | 156 +--- 2 files changed, 1