mbox series

[PATCHv2,0/2] PCI: layerscape: add fixes for layerscape-pcie errata

Message ID 20171012094448.31217-1-Zhiqiang.Hou@nxp.com
Headers show
Series PCI: layerscape: add fixes for layerscape-pcie errata | expand

Message

Z.Q. Hou Oct. 12, 2017, 9:44 a.m. UTC
From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>

The [1/2] is to fix layerscape PCIe MSI/MSI-X capability errata.
The [2/2] is to change the default AXI system error response behavior
for PCI Express outbound non-posted requests.

Hou Zhiqiang (1):
  PCI: Disable MSI for Freescale PCIe RC mode

Minghuan Lian (1):
  pci/layerscape: change the default error response behavior

 drivers/pci/dwc/pci-layerscape.c | 11 +++++++++++
 drivers/pci/quirks.c             |  8 ++++++++
 2 files changed, 19 insertions(+)

Comments

Bjorn Helgaas Oct. 20, 2017, 6:28 p.m. UTC | #1
On Thu, Oct 12, 2017 at 05:44:46PM +0800, Zhiqiang Hou wrote:
> From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> 
> The [1/2] is to fix layerscape PCIe MSI/MSI-X capability errata.
> The [2/2] is to change the default AXI system error response behavior
> for PCI Express outbound non-posted requests.
> 
> Hou Zhiqiang (1):
>   PCI: Disable MSI for Freescale PCIe RC mode
> 
> Minghuan Lian (1):
>   pci/layerscape: change the default error response behavior
> 
>  drivers/pci/dwc/pci-layerscape.c | 11 +++++++++++
>  drivers/pci/quirks.c             |  8 ++++++++
>  2 files changed, 19 insertions(+)

Applied to pci/host-layerscape for v4.15, thanks!