RE: [PATCH 1/3] drivers:pnp Add support for descendants claiming memory address space

2015-03-19 Thread Jake Oshins
kuzn...@redhat.com; Linux > ACPI; Linux PCI; Bjorn Helgaas > Subject: Re: [PATCH 1/3] drivers:pnp Add support for descendants claiming > memory address space > > It seems to me then that what you really want is a null protocol for PNP > which simply doesn't do anythin

Re: [PATCH 1/3] drivers:pnp Add support for descendants claiming memory address space

2015-03-10 Thread Rafael J. Wysocki
KY Srinivasan; linux- > > ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de; > > a...@canonical.com; vkuzn...@redhat.com; Rafael J. Wysocki; Linux ACPI > > Subject: Re: [PATCH 1/3] drivers:pnp Add support for descendants claiming > > memory address space > > > &

RE: [PATCH 1/3] drivers:pnp Add support for descendants claiming memory address space

2015-03-10 Thread Jake Oshins
t; a...@canonical.com; vkuzn...@redhat.com; Rafael J. Wysocki; Linux ACPI > Subject: Re: [PATCH 1/3] drivers:pnp Add support for descendants claiming > memory address space > > On 2/17/2015 8:41 PM, Jake Oshins wrote: > > This patch adds some wrapper functions in the pnp layer. Th

Re: [PATCH 1/3] drivers:pnp Add support for descendants claiming memory address space

2015-03-05 Thread Rafael J. Wysocki
On 2/17/2015 8:41 PM, Jake Oshins wrote: This patch adds some wrapper functions in the pnp layer. The intent is to allow memory address space claims by devices which are descendants (a child or grandchild of) a device which is already part of the pnp layer. This allows a device to make a resour

RE: [PATCH 1/3] drivers:pnp Add support for descendants claiming memory address space

2015-03-01 Thread KY Srinivasan
nical.com; > vkuzn...@redhat.com > Subject: Re: [PATCH 1/3] drivers:pnp Add support for descendants claiming > memory address space > > On Tue, Feb 17, 2015 at 11:41:49AM -0800, Jake Oshins wrote: > > This patch adds some wrapper functions in the pnp layer. The intent > &g

Re: [PATCH 1/3] drivers:pnp Add support for descendants claiming memory address space

2015-03-01 Thread Greg KH
On Tue, Feb 17, 2015 at 11:41:49AM -0800, Jake Oshins wrote: > This patch adds some wrapper functions in the pnp layer. The intent is > to allow memory address space claims by devices which are descendants > (a child or grandchild of) a device which is already part of the pnp > layer. This allows

[PATCH 1/3] drivers:pnp Add support for descendants claiming memory address space

2015-02-17 Thread Jake Oshins
This patch adds some wrapper functions in the pnp layer. The intent is to allow memory address space claims by devices which are descendants (a child or grandchild of) a device which is already part of the pnp layer. This allows a device to make a resource claim that doesn't conflict with its "au