Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'pci-v4.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci

Pull PCI fixes from Bjorn Helgaas:
"This includes:

- Fix for a Layerscape driver issue that causes a use-before-set
crash

- Maintainer update for the Synopsis prototyping device driver"

* tag 'pci-v4.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
PCI: designware-plat: Update author email address
PCI: layerscape: Fix drvdata usage before assignment
PCI: designware-plat: Change maintainer to Jose Abreu

+3 -3
+1 -1
MAINTAINERS
··· 9299 9299 F: drivers/pci/host/*designware* 9300 9300 9301 9301 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE 9302 - M: Joao Pinto <jpinto@synopsys.com> 9302 + M: Jose Abreu <Jose.Abreu@synopsys.com> 9303 9303 L: linux-pci@vger.kernel.org 9304 9304 S: Maintained 9305 9305 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
+1 -1
drivers/pci/host/pci-layerscape.c
··· 247 247 248 248 pp = &pcie->pp; 249 249 pp->dev = dev; 250 + pcie->drvdata = match->data; 250 251 pp->ops = pcie->drvdata->ops; 251 252 252 253 dbi_base = platform_get_resource_byname(pdev, IORESOURCE_MEM, "regs"); ··· 257 256 return PTR_ERR(pcie->pp.dbi_base); 258 257 } 259 258 260 - pcie->drvdata = match->data; 261 259 pcie->lut = pcie->pp.dbi_base + pcie->drvdata->lut_offset; 262 260 263 261 if (!ls_pcie_is_bridge(pcie))
+1 -1
drivers/pci/host/pcie-designware-plat.c
··· 3 3 * 4 4 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) 5 5 * 6 - * Authors: Joao Pinto <jpinto@synopsys.com> 6 + * Authors: Joao Pinto <jpmpinto@gmail.com> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify 9 9 * it under the terms of the GNU General Public License version 2 as