Re: [Patch v5 1/6] ACPI/PCI: Enhance ACPI core to support sparse IO space

2015-09-09 Thread Bjorn Helgaas
On Wed, Sep 9, 2015 at 1:38 AM, Jiang Liu wrote: > On 2015/7/30 4:37, Bjorn Helgaas wrote: >> On Tue, Jun 09, 2015 at 12:20:43AM +0800, Jiang Liu wrote: >>> Enhance ACPI resource parsing interfaces to support sparse IO space, >>> which will be used to share common code between x86 and IA64 later.

Re: [Patch v5 1/6] ACPI/PCI: Enhance ACPI core to support sparse IO space

2015-09-09 Thread Jiang Liu
On 2015/7/30 4:37, Bjorn Helgaas wrote: > On Tue, Jun 09, 2015 at 12:20:43AM +0800, Jiang Liu wrote: >> Enhance ACPI resource parsing interfaces to support sparse IO space, >> which will be used to share common code between x86 and IA64 later. >> >> Tested-by: Tony Luck >> Signed-off-by: Jiang

Re: [Patch v5 1/6] ACPI/PCI: Enhance ACPI core to support sparse IO space

2015-09-09 Thread Jiang Liu
On 2015/7/30 4:37, Bjorn Helgaas wrote: > On Tue, Jun 09, 2015 at 12:20:43AM +0800, Jiang Liu wrote: >> Enhance ACPI resource parsing interfaces to support sparse IO space, >> which will be used to share common code between x86 and IA64 later. >> >> Tested-by: Tony Luck >>

Re: [Patch v5 1/6] ACPI/PCI: Enhance ACPI core to support sparse IO space

2015-09-09 Thread Bjorn Helgaas
On Wed, Sep 9, 2015 at 1:38 AM, Jiang Liu wrote: > On 2015/7/30 4:37, Bjorn Helgaas wrote: >> On Tue, Jun 09, 2015 at 12:20:43AM +0800, Jiang Liu wrote: >>> Enhance ACPI resource parsing interfaces to support sparse IO space, >>> which will be used to share common code

Re: [Patch v5 1/6] ACPI/PCI: Enhance ACPI core to support sparse IO space

2015-07-29 Thread Bjorn Helgaas
On Tue, Jun 09, 2015 at 12:20:43AM +0800, Jiang Liu wrote: > Enhance ACPI resource parsing interfaces to support sparse IO space, > which will be used to share common code between x86 and IA64 later. > > Tested-by: Tony Luck > Signed-off-by: Jiang Liu > Reviewed-by: Hanjun Guo > --- >

Re: [Patch v5 1/6] ACPI/PCI: Enhance ACPI core to support sparse IO space

2015-07-29 Thread Bjorn Helgaas
On Tue, Jun 09, 2015 at 12:20:43AM +0800, Jiang Liu wrote: Enhance ACPI resource parsing interfaces to support sparse IO space, which will be used to share common code between x86 and IA64 later. Tested-by: Tony Luck tony.l...@intel.com Signed-off-by: Jiang Liu jiang@linux.intel.com

[Patch v5 1/6] ACPI/PCI: Enhance ACPI core to support sparse IO space

2015-06-08 Thread Jiang Liu
Enhance ACPI resource parsing interfaces to support sparse IO space, which will be used to share common code between x86 and IA64 later. Tested-by: Tony Luck Signed-off-by: Jiang Liu Reviewed-by: Hanjun Guo --- drivers/acpi/resource.c |9 ++--- include/linux/ioport.h |1 + 2

[Patch v5 1/6] ACPI/PCI: Enhance ACPI core to support sparse IO space

2015-06-08 Thread Jiang Liu
Enhance ACPI resource parsing interfaces to support sparse IO space, which will be used to share common code between x86 and IA64 later. Tested-by: Tony Luck tony.l...@intel.com Signed-off-by: Jiang Liu jiang@linux.intel.com Reviewed-by: Hanjun Guo hanjun@linaro.org ---