Re: [PATCH] Custom IORESOURCE Class

2005-08-09 Thread Matthew Gilbert
On Mon, 2005-08-08 at 23:23 -0500, Kumar Gala wrote: > On Aug 8, 2005, at 6:17 PM, Adam Belay wrote: > > > On Mon, Aug 08, 2005 at 09:00:21AM -0700, Greg KH wrote: > > > >> On Mon, Aug 08, 2005 at 11:11:45AM -0700, Matthew Gilbert wrote: > >> > >>> Below is a patch that adds an additional resource

Re: [PATCH] Custom IORESOURCE Class

2005-08-08 Thread Kumar Gala
On Aug 8, 2005, at 6:17 PM, Adam Belay wrote: On Mon, Aug 08, 2005 at 09:00:21AM -0700, Greg KH wrote: On Mon, Aug 08, 2005 at 11:11:45AM -0700, Matthew Gilbert wrote: Below is a patch that adds an additional resource class to the platform resource types. This is to support additional r

Re: [PATCH] Custom IORESOURCE Class

2005-08-08 Thread Adam Belay
On Mon, Aug 08, 2005 at 09:00:21AM -0700, Greg KH wrote: > On Mon, Aug 08, 2005 at 11:11:45AM -0700, Matthew Gilbert wrote: > > Below is a patch that adds an additional resource class to the platform > > resource types. This is to support additional resources that need to be > > passed > > to dri

Re: [PATCH] Custom IORESOURCE Class

2005-08-08 Thread Greg KH
On Mon, Aug 08, 2005 at 11:11:45AM -0700, Matthew Gilbert wrote: > Below is a patch that adds an additional resource class to the platform > resource types. This is to support additional resources that need to be passed > to drivers without overloading the existing specific types. In my case, I ne