Re: [PATCH 9/9] net/fs_enet: Rework fs_enet driver to use of_mdio infrastructure

2009-03-18 Thread Grant Likely
On Wed, Mar 18, 2009 at 11:42 PM, David Miller wrote: > From: Grant Likely > Date: Wed, 18 Mar 2009 23:07:35 -0600 > >> RFC, please don't apply yet. > > You know, if you have posted a "0/9" patch explaining the purpose > and intent of the patch series, you'd only need to re-shit into > my inbox o

Re: [PATCH 9/9] net/fs_enet: Rework fs_enet driver to use of_mdio infrastructure

2009-03-18 Thread David Miller
From: Grant Likely Date: Wed, 18 Mar 2009 23:07:35 -0600 > RFC, please don't apply yet. You know, if you have posted a "0/9" patch explaining the purpose and intent of the patch series, you'd only need to re-shit into my inbox one time to say this stuff is RFC and "don't apply yet" instead of 9

Re: [PATCH 9/9] net/fs_enet: Rework fs_enet driver to use of_mdio infrastructure

2009-03-18 Thread Grant Likely
RFC, please don't apply yet. On Wed, Mar 18, 2009 at 11:01 PM, Grant Likely wrote: > From: Grant Likely > > This patch simplifies the driver by making use of more common code. > > Signed-off-by: Grant Likely > --- > >  drivers/net/fs_enet/fs_enet-main.c |   66 > +--

[PATCH 9/9] net/fs_enet: Rework fs_enet driver to use of_mdio infrastructure

2009-03-18 Thread Grant Likely
From: Grant Likely This patch simplifies the driver by making use of more common code. Signed-off-by: Grant Likely --- drivers/net/fs_enet/fs_enet-main.c | 66 +--- drivers/net/fs_enet/mii-bitbang.c | 29 +--- drivers/net/fs_enet/mii-fec.c