Re: [patch 2.6.21-rc5 1/3] parport->dev driver model support

2007-03-26 Thread David Brownell
On Monday 26 March 2007 2:59 pm, Andrew Morton wrote: > On Mon, 26 Mar 2007 09:06:19 -0700 > David Brownell <[EMAIL PROTECTED]> wrote: > > > Currently a parport_driver can't get a handle on the device node for the > > underlying parport (PNPACPI, PCI, etc). That prevents correct placement > > of

Re: [patch 2.6.21-rc5 1/3] parport->dev driver model support

2007-03-26 Thread Andrew Morton
On Mon, 26 Mar 2007 09:06:19 -0700 David Brownell <[EMAIL PROTECTED]> wrote: > Currently a parport_driver can't get a handle on the device node for the > underlying parport (PNPACPI, PCI, etc). That prevents correct placement > of sysfs child nodes, which can affect things like power management.

[patch 2.6.21-rc5 1/3] parport->dev driver model support

2007-03-26 Thread David Brownell
Currently a parport_driver can't get a handle on the device node for the underlying parport (PNPACPI, PCI, etc). That prevents correct placement of sysfs child nodes, which can affect things like power management. This patch adds a field to "struct parport" pointing to that device node, and updat