Re: [PATCH 0/2] Extend interfaces to access PCIe capabilities registers

2013-01-30 Thread Bjorn Helgaas
On Fri, Jan 25, 2013 at 5:55 PM, Myron Stowe  wrote:
> This series is a minor extension to Jiang Liu's recent efforts - [PATCH v3
> 00/32] provide interfaces to access PCIe capabilities registers - which
> adds an additional PCI Express accessor for obtaining a device's
> Capabilities Register.
>
> Reference: https://lkml.org/lkml/2012/8/1/253
> ---
>
> Myron Stowe (2):
>   PCI: Use PCI Express Capability accessors
>   PCI: introduce accessor to retrieve PCIe Capabilities Register
>
>
>  drivers/pci/access.c|4 ++--
>  drivers/pci/pcie/portdrv_core.c |2 +-
>  include/linux/pci.h |   11 ++-
>  3 files changed, 13 insertions(+), 4 deletions(-)

I applied these to pci/misc for v3.9.  Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/2] Extend interfaces to access PCIe capabilities registers

2013-01-25 Thread Myron Stowe
This series is a minor extension to Jiang Liu's recent efforts - [PATCH v3
00/32] provide interfaces to access PCIe capabilities registers - which
adds an additional PCI Express accessor for obtaining a device's
Capabilities Register.

Reference: https://lkml.org/lkml/2012/8/1/253
---

Myron Stowe (2):
  PCI: Use PCI Express Capability accessors
  PCI: introduce accessor to retrieve PCIe Capabilities Register


 drivers/pci/access.c|4 ++--
 drivers/pci/pcie/portdrv_core.c |2 +-
 include/linux/pci.h |   11 ++-
 3 files changed, 13 insertions(+), 4 deletions(-)

-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/