Re: [PATCH RFC 08/10] net: stmmac:sti: Add STi SOC glue driver.

2013-12-07 Thread Maxime Ripard
Hi Srinivas, On Mon, Dec 02, 2013 at 12:48:24PM +, srinivas kandagatla wrote: > Hi Maxime, > > Thankyou for the comments. > > On 29/11/13 19:37, Maxime Ripard wrote: > >> + > >> > +ethernet0: ethernet0{ > >> > +#address-cells = <1>; > >> > +#size-cells = <1>; > >> > +

Re: [PATCH RFC 08/10] net: stmmac:sti: Add STi SOC glue driver.

2013-12-02 Thread srinivas kandagatla
Hi Maxime, Thankyou for the comments. On 29/11/13 19:37, Maxime Ripard wrote: >> + >> > +ethernet0: ethernet0{ >> > + #address-cells = <1>; >> > + #size-cells = <1>; >> > + compatible = "st,stih415-dwmac"; >> > + reg = <0x148 0x4>; >> > + resets

Re: [PATCH RFC 08/10] net: stmmac:sti: Add STi SOC glue driver.

2013-11-29 Thread Maxime Ripard
Hi Srinivas, On Tue, Nov 12, 2013 at 01:53:03PM +, srinivas.kandaga...@st.com wrote: > From: Srinivas Kandagatla > > STi series SOCs have a glue layer on top of the synopsis gmac IP, this > glue layer needs to be configured before the gmac driver starts using > the IP. > > This patch adds a

[PATCH RFC 08/10] net: stmmac:sti: Add STi SOC glue driver.

2013-11-12 Thread srinivas.kandagatla
From: Srinivas Kandagatla STi series SOCs have a glue layer on top of the synopsis gmac IP, this glue layer needs to be configured before the gmac driver starts using the IP. This patch adds a platform driver for the glue layer which configures the IP before stmmac driver takes over. Signed-off