Re: [PATCH] sb1250-mac: Driver model & phylib update

2007-09-28 Thread Jeff Garzik
Maciej W. Rozycki wrote: A driver model and phylib update. It includes the following changes: 1. Removal of unused module options. 2. Phylib support and the resulting removal of generic bits for handling the PHY. 3. Proper reserving of device resources and using ioremap()ped handles to

Re: [PATCH] sb1250-mac: Driver model & phylib update

2007-09-28 Thread Andrew Morton
On Fri, 28 Sep 2007 17:23:00 +0100 (BST) "Maciej W. Rozycki" <[EMAIL PROTECTED]> wrote: > On Mon, 24 Sep 2007, Andrew Morton wrote: > > > > Well, this is against Jeff's netdev-2.6 tree which hopefully is not as > > > crufty as Linus's old mainline; if it is not possible to queue this > > > ch

Re: [PATCH] sb1250-mac: Driver model & phylib update

2007-09-28 Thread Maciej W. Rozycki
On Mon, 24 Sep 2007, Andrew Morton wrote: > > Well, this is against Jeff's netdev-2.6 tree which hopefully is not as > > crufty as Linus's old mainline; if it is not possible to queue this change > > for 2.6.25 or suchlike, then I will try to resubmit later. > > Most of Jeff's netdev tree got

Re: [PATCH] sb1250-mac: Driver model & phylib update

2007-09-25 Thread Andrew Morton
On Tue, 25 Sep 2007 14:18:17 +0100 Ralf Baechle <[EMAIL PROTECTED]> wrote: > On Fri, Sep 21, 2007 at 12:44:09PM -0700, Andrew Morton wrote: > > > > A driver model and phylib update. > > > > akpm:/usr/src/25> diffstat patches/git-net.patch | tail -n 1 > > 1013 files changed, 187667 insertions(+

Re: [PATCH] sb1250-mac: Driver model & phylib update

2007-09-25 Thread Ralf Baechle
On Fri, Sep 21, 2007 at 12:44:09PM -0700, Andrew Morton wrote: > > A driver model and phylib update. > > akpm:/usr/src/25> diffstat patches/git-net.patch | tail -n 1 > 1013 files changed, 187667 insertions(+), 23587 deletions(-) > > Sorry, but raising networking patches against Linus's crufty

Re: [PATCH] sb1250-mac: Driver model & phylib update

2007-09-24 Thread Andrew Morton
On Mon, 24 Sep 2007 15:41:54 +0100 (BST) "Maciej W. Rozycki" <[EMAIL PROTECTED]> wrote: > On Fri, 21 Sep 2007, Andrew Morton wrote: > > > > A driver model and phylib update. > > > > akpm:/usr/src/25> diffstat patches/git-net.patch | tail -n 1 > > 1013 files changed, 187667 insertions(+), 2358

Re: [PATCH] sb1250-mac: Driver model & phylib update

2007-09-24 Thread Maciej W. Rozycki
On Fri, 21 Sep 2007, Andrew Morton wrote: > > A driver model and phylib update. > > akpm:/usr/src/25> diffstat patches/git-net.patch | tail -n 1 > 1013 files changed, 187667 insertions(+), 23587 deletions(-) > > Sorry, but raising networking patches against Linus's crufty > old mainline tree j

Re: [PATCH] sb1250-mac: Driver model & phylib update

2007-09-21 Thread Andrew Morton
On Fri, 21 Sep 2007 12:52:10 +0100 (BST) "Maciej W. Rozycki" <[EMAIL PROTECTED]> wrote: > A driver model and phylib update. akpm:/usr/src/25> diffstat patches/git-net.patch | tail -n 1 1013 files changed, 187667 insertions(+), 23587 deletions(-) Sorry, but raising networking patches against Li

[PATCH] sb1250-mac: Driver model & phylib update

2007-09-21 Thread Maciej W. Rozycki
A driver model and phylib update. It includes the following changes: 1. Removal of unused module options. 2. Phylib support and the resulting removal of generic bits for handling the PHY. 3. Proper reserving of device resources and using ioremap()ped handles to access MAC registers rathe