OSDN Git Service

Merge branch 'pci/trivial' into next
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 7 Sep 2017 18:24:20 +0000 (13:24 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 7 Sep 2017 18:24:20 +0000 (13:24 -0500)
* pci/trivial:
  PCI: Fix typos and whitespace errors
  PCI: Remove unused "res" variable from pci_resource_io()
  PCI: Correct kernel-doc of pci_vpd_srdt_size(), pci_vpd_srdt_tag()

16 files changed:
1  2 
Documentation/devicetree/bindings/pci/layerscape-pci.txt
Documentation/devicetree/bindings/pci/qcom,pcie.txt
Documentation/devicetree/bindings/pci/rockchip-pcie.txt
MAINTAINERS
drivers/pci/dwc/pci-dra7xx.c
drivers/pci/dwc/pci-keystone-dw.c
drivers/pci/dwc/pcie-designware-ep.c
drivers/pci/dwc/pcie-designware-host.c
drivers/pci/dwc/pcie-designware.c
drivers/pci/dwc/pcie-designware.h
drivers/pci/host/pcie-rockchip.c
drivers/pci/host/pcie-xilinx.c
drivers/pci/pci-sysfs.c
drivers/pci/quirks.c
include/linux/pci.h
include/linux/pcieport_if.h

@@@ -15,10 -15,8 +15,10 @@@ Required properties
  - compatible: should contain the platform identifier such as:
          "fsl,ls1021a-pcie", "snps,dw-pcie"
          "fsl,ls2080a-pcie", "fsl,ls2085a-pcie", "snps,dw-pcie"
 +        "fsl,ls2088a-pcie"
 +        "fsl,ls1088a-pcie"
          "fsl,ls1046a-pcie"
- - reg: base addresses and lengths of the PCIe controller
+ - reg: base addresses and lengths of the PCIe controller register blocks.
  - interrupts: A list of interrupt outputs of the controller. Must contain an
    entry for each entry in the interrupt-names property.
  - interrupt-names: Must include the following entries:
@@@ -55,9 -45,8 +55,9 @@@ Required properties for per-lane PHY mo
  Optional Property:
  - aspm-no-l0s: RC won't support ASPM L0s. This property is needed if
        using 24MHz OSC for RC's PHY.
- - ep-gpios: contain the entry for pre-reset gpio
+ - ep-gpios: contain the entry for pre-reset GPIO
  - num-lanes: number of lanes to use
 +- vpcie12v-supply: The phandle to the 12v regulator to use for PCIe.
  - vpcie3v3-supply: The phandle to the 3.3v regulator to use for PCIe.
  - vpcie1v8-supply: The phandle to the 1.8v regulator to use for PCIe.
  - vpcie0v9-supply: The phandle to the 0.9v regulator to use for PCIe.
diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge