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

PCI: Fix typos and whitespace errors

Fix various typos and whitespace errors:

s/Synopsis/Synopsys/
s/Designware/DesignWare/
s/Keystine/Keystone/
s/gpio/GPIO/
s/pcie/PCIe/
s/phy/PHY/
s/confgiruation/configuration/

No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

+99 -103
+1 -1
CREDITS
··· 2090 2090 2091 2091 N: Mohit Kumar 2092 2092 D: ST Microelectronics SPEAr13xx PCI host bridge driver 2093 - D: Synopsys Designware PCI host bridge driver 2093 + D: Synopsys DesignWare PCI host bridge driver 2094 2094 2095 2095 N: Gabor Kuti 2096 2096 E: seasons@falcon.sch.bme.hu
+3 -3
Documentation/devicetree/bindings/pci/83xx-512x-pci.txt
··· 1 1 * Freescale 83xx and 512x PCI bridges 2 2 3 - Freescale 83xx and 512x SOCs include the same pci bridge core. 3 + Freescale 83xx and 512x SOCs include the same PCI bridge core. 4 4 5 5 83xx/512x specific notes: 6 6 - reg: should contain two address length tuples 7 - The first is for the internal pci bridge registers 8 - The second is for the pci config space access registers 7 + The first is for the internal PCI bridge registers 8 + The second is for the PCI config space access registers 9 9 10 10 Example (MPC8313ERDB) 11 11 pci0: pci@e0008500 {
+9 -9
Documentation/devicetree/bindings/pci/altera-pcie.txt
··· 7 7 "Txs": TX slave port region 8 8 "Cra": Control register access region 9 9 - interrupt-parent: interrupt source phandle. 10 - - interrupts: specifies the interrupt source of the parent interrupt controller. 11 - The format of the interrupt specifier depends on the parent interrupt 12 - controller. 10 + - interrupts: specifies the interrupt source of the parent interrupt 11 + controller. The format of the interrupt specifier depends 12 + on the parent interrupt controller. 13 13 - device_type: must be "pci" 14 14 - #address-cells: set to <3> 15 - - #size-cells: set to <2> 15 + - #size-cells: set to <2> 16 16 - #interrupt-cells: set to <1> 17 - - ranges: describes the translation of addresses for root ports and standard 18 - PCI regions. 17 + - ranges: describes the translation of addresses for root ports and 18 + standard PCI regions. 19 19 - interrupt-map-mask and interrupt-map: standard PCI properties to define the 20 20 mapping of the PCIe interface to interrupt numbers. 21 21 22 22 Optional properties: 23 - - msi-parent: Link to the hardware entity that serves as the MSI controller for this PCIe 24 - controller. 23 + - msi-parent: Link to the hardware entity that serves as the MSI controller 24 + for this PCIe controller. 25 25 - bus-range: PCI bus numbers covered 26 26 27 27 Example ··· 45 45 <0 0 0 3 &pcie_0 3>, 46 46 <0 0 0 4 &pcie_0 4>; 47 47 ranges = <0x82000000 0x00000000 0x00000000 0xc0000000 0x00000000 0x10000000 48 - 0x82000000 0x00000000 0x10000000 0xd0000000 0x00000000 0x10000000>; 48 + 0x82000000 0x00000000 0x10000000 0xd0000000 0x00000000 0x10000000>; 49 49 };
+1 -1
Documentation/devicetree/bindings/pci/axis,artpec6-pcie.txt
··· 6 6 Required properties: 7 7 - compatible: "axis,artpec6-pcie", "snps,dw-pcie" 8 8 - reg: base addresses and lengths of the PCIe controller (DBI), 9 - the phy controller, and configuration address space. 9 + the PHY controller, and configuration address space. 10 10 - reg-names: Must include the following entries: 11 11 - "dbi" 12 12 - "phy"
+11 -13
Documentation/devicetree/bindings/pci/designware-pcie.txt
··· 1 - * Synopsys Designware PCIe interface 1 + * Synopsys DesignWare PCIe interface 2 2 3 3 Required properties: 4 4 - compatible: should contain "snps,dw-pcie" to identify the core. ··· 17 17 properties to define the mapping of the PCIe interface to interrupt 18 18 numbers. 19 19 EP mode: 20 - - num-ib-windows: number of inbound address translation 21 - windows 22 - - num-ob-windows: number of outbound address translation 23 - windows 20 + - num-ib-windows: number of inbound address translation windows 21 + - num-ob-windows: number of outbound address translation windows 24 22 25 23 Optional properties: 26 24 - num-lanes: number of lanes to use (this property should be specified unless 27 25 the link is brought already up in BIOS) 28 - - reset-gpio: gpio pin number of power good signal 26 + - reset-gpio: GPIO pin number of power good signal 29 27 - clocks: Must contain an entry for each entry in clock-names. 30 28 See ../clocks/clock-bindings.txt for details. 31 29 - clock-names: Must include the following entries: 32 30 - "pcie" 33 31 - "pcie_bus" 34 32 RC mode: 35 - - num-viewport: number of view ports configured in 36 - hardware. If a platform does not specify it, the driver assumes 2. 37 - - bus-range: PCI bus numbers covered (it is recommended 38 - for new devicetrees to specify this property, to keep backwards 39 - compatibility a range of 0x00-0xff is assumed if not present) 33 + - num-viewport: number of view ports configured in hardware. If a platform 34 + does not specify it, the driver assumes 2. 35 + - bus-range: PCI bus numbers covered (it is recommended for new devicetrees 36 + to specify this property, to keep backwards compatibility a range of 37 + 0x00-0xff is assumed if not present) 38 + 40 39 EP mode: 41 - - max-functions: maximum number of functions that can be 42 - configured 40 + - max-functions: maximum number of functions that can be configured 43 41 44 42 Example configuration: 45 43
+1 -1
Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
··· 1 1 * Freescale i.MX6 PCIe interface 2 2 3 - This PCIe host controller is based on the Synopsis Designware PCIe IP 3 + This PCIe host controller is based on the Synopsys DesignWare PCIe IP 4 4 and thus inherits all the common properties defined in designware-pcie.txt. 5 5 6 6 Required properties:
+2 -2
Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
··· 1 1 HiSilicon Hip05 and Hip06 PCIe host bridge DT description 2 2 3 - HiSilicon PCIe host controller is based on Designware PCI core. 4 - It shares common functions with PCIe Designware core driver and inherits 3 + HiSilicon PCIe host controller is based on the Synopsys DesignWare PCI core. 4 + It shares common functions with the PCIe DesignWare core driver and inherits 5 5 common properties defined in 6 6 Documentation/devicetree/bindings/pci/designware-pci.txt. 7 7
+4 -4
Documentation/devicetree/bindings/pci/kirin-pcie.txt
··· 1 1 HiSilicon Kirin SoCs PCIe host DT description 2 2 3 - Kirin PCIe host controller is based on Designware PCI core. 4 - It shares common functions with PCIe Designware core driver 5 - and inherits common properties defined in 3 + Kirin PCIe host controller is based on the Synopsys DesignWare PCI core. 4 + It shares common functions with the PCIe DesignWare core driver and 5 + inherits common properties defined in 6 6 Documentation/devicetree/bindings/pci/designware-pci.txt. 7 7 8 8 Additional properties are described here: ··· 16 16 "apb": apb Ctrl register defined by Kirin; 17 17 "phy": apb PHY register defined by Kirin; 18 18 "config": PCIe configuration space registers. 19 - - reset-gpios: The gpio to generate PCIe perst assert and deassert signal. 19 + - reset-gpios: The GPIO to generate PCIe PERST# assert and deassert signal. 20 20 21 21 Optional properties: 22 22
+1 -1
Documentation/devicetree/bindings/pci/layerscape-pci.txt
··· 16 16 "fsl,ls1021a-pcie", "snps,dw-pcie" 17 17 "fsl,ls2080a-pcie", "fsl,ls2085a-pcie", "snps,dw-pcie" 18 18 "fsl,ls1046a-pcie" 19 - - reg: base addresses and lengths of the PCIe controller 19 + - reg: base addresses and lengths of the PCIe controller register blocks. 20 20 - interrupts: A list of interrupt outputs of the controller. Must contain an 21 21 entry for each entry in the interrupt-names property. 22 22 - interrupt-names: Must include the following entries:
+1 -1
Documentation/devicetree/bindings/pci/mvebu-pci.txt
··· 77 77 - marvell,pcie-lane: the physical PCIe lane number, for ports having 78 78 multiple lanes. If this property is not found, we assume that the 79 79 value is 0. 80 - - reset-gpios: optional gpio to PERST# 80 + - reset-gpios: optional GPIO to PERST# 81 81 - reset-delay-us: delay in us to wait after reset de-assertion, if not 82 82 specified will default to 100ms, as required by the PCIe specification. 83 83
+1 -1
Documentation/devicetree/bindings/pci/pci-armada8k.txt
··· 1 1 * Marvell Armada 7K/8K PCIe interface 2 2 3 - This PCIe host controller is based on the Synopsis Designware PCIe IP 3 + This PCIe host controller is based on the Synopsys DesignWare PCIe IP 4 4 and thus inherits all the common properties defined in designware-pcie.txt. 5 5 6 6 Required properties:
+7 -8
Documentation/devicetree/bindings/pci/pci-keystone.txt
··· 1 1 TI Keystone PCIe interface 2 2 3 - Keystone PCI host Controller is based on Designware PCI h/w version 3.65. 4 - It shares common functions with PCIe Designware core driver and inherit 5 - common properties defined in 3 + Keystone PCI host Controller is based on the Synopsys DesignWare PCI 4 + hardware version 3.65. It shares common functions with the PCIe DesignWare 5 + core driver and inherits common properties defined in 6 6 Documentation/devicetree/bindings/pci/designware-pci.txt 7 7 8 8 Please refer to Documentation/devicetree/bindings/pci/designware-pci.txt 9 - for the details of Designware DT bindings. Additional properties are 9 + for the details of DesignWare DT bindings. Additional properties are 10 10 described here as well as properties that are not applicable. 11 11 12 12 Required Properties:- ··· 52 52 }; 53 53 54 54 Optional properties:- 55 - phys: phandle to Generic Keystone SerDes phy for PCI 56 - phy-names: name of the Generic Keystine SerDes phy for PCI 55 + phys: phandle to generic Keystone SerDes PHY for PCI 56 + phy-names: name of the generic Keystone SerDes PHY for PCI 57 57 - If boot loader already does PCI link establishment, then phys and 58 58 phy-names shouldn't be present. 59 59 interrupts: platform interrupt for error interrupts. 60 60 61 - Designware DT Properties not applicable for Keystone PCI 61 + DesignWare DT Properties not applicable for Keystone PCI 62 62 63 63 1. pcie_bus clock-names not used. Instead, a phandle to phys is used. 64 -
+2 -2
Documentation/devicetree/bindings/pci/qcom,pcie.txt
··· 20 20 Value type: <stringlist> 21 21 Definition: Must include the following entries 22 22 - "parf" Qualcomm specific registers 23 - - "dbi" Designware PCIe registers 23 + - "dbi" DesignWare PCIe registers 24 24 - "elbi" External local bus interface registers 25 25 - "config" PCIe configuration space 26 26 ··· 180 180 - <name>-gpios: 181 181 Usage: optional 182 182 Value type: <prop-encoded-array> 183 - Definition: List of phandle and gpio specifier pairs. Should contain 183 + Definition: List of phandle and GPIO specifier pairs. Should contain 184 184 - "perst-gpios" PCIe endpoint reset signal line 185 185 - "wake-gpios" PCIe endpoint wake signal line 186 186
+1 -1
Documentation/devicetree/bindings/pci/ralink,rt3883-pci.txt
··· 71 71 - interrupt-map: standard PCI properties to define the mapping of the 72 72 PCI interface to interrupt numbers. 73 73 74 - The PCI host bridge node migh have additional sub-nodes representing 74 + The PCI host bridge node might have additional sub-nodes representing 75 75 the onboard PCI devices/PCI slots. Each such sub-node must have the 76 76 following mandatory properties: 77 77
+3 -4
Documentation/devicetree/bindings/pci/rcar-pci.txt
··· 14 14 SoC-specific version corresponding to the platform first 15 15 followed by the generic version. 16 16 17 - - reg: base address and length of the pcie controller registers. 17 + - reg: base address and length of the PCIe controller registers. 18 18 - #address-cells: set to <3> 19 19 - #size-cells: set to <2> 20 20 - bus-range: PCI bus numbers covered ··· 25 25 source for hardware related interrupts (e.g. link speed change). 26 26 - #interrupt-cells: set to <1> 27 27 - interrupt-map-mask and interrupt-map: standard PCI properties 28 - to define the mapping of the PCIe interface to interrupt 29 - numbers. 28 + to define the mapping of the PCIe interface to interrupt numbers. 30 29 - clocks: from common clock binding: clock specifiers for the PCIe controller 31 30 and PCIe bus clocks. 32 31 - clock-names: from common clock binding: should be "pcie" and "pcie_bus". 33 32 34 33 Example: 35 34 36 - SoC specific DT Entry: 35 + SoC-specific DT Entry: 37 36 38 37 pcie: pcie@fe000000 { 39 38 compatible = "renesas,pcie-r8a7791", "renesas,pcie-rcar-gen2";
+1 -1
Documentation/devicetree/bindings/pci/rockchip-pcie.txt
··· 45 45 Optional Property: 46 46 - aspm-no-l0s: RC won't support ASPM L0s. This property is needed if 47 47 using 24MHz OSC for RC's PHY. 48 - - ep-gpios: contain the entry for pre-reset gpio 48 + - ep-gpios: contain the entry for pre-reset GPIO 49 49 - num-lanes: number of lanes to use 50 50 - vpcie3v3-supply: The phandle to the 3.3v regulator to use for PCIe. 51 51 - vpcie1v8-supply: The phandle to the 1.8v regulator to use for PCIe.
+11 -11
Documentation/devicetree/bindings/pci/samsung,exynos5440-pcie.txt
··· 1 1 * Samsung Exynos 5440 PCIe interface 2 2 3 - This PCIe host controller is based on the Synopsis Designware PCIe IP 3 + This PCIe host controller is based on the Synopsys DesignWare PCIe IP 4 4 and thus inherits all the common properties defined in designware-pcie.txt. 5 5 6 6 Required properties: 7 7 - compatible: "samsung,exynos5440-pcie" 8 - - reg: base addresses and lengths of the pcie controller, 9 - the phy controller, additional register for the phy controller. 10 - (Registers for the phy controller are DEPRECATED. 8 + - reg: base addresses and lengths of the PCIe controller, 9 + the PHY controller, additional register for the PHY controller. 10 + (Registers for the PHY controller are DEPRECATED. 11 11 Use the PHY framework.) 12 12 - reg-names : First name should be set to "elbi". 13 - And use the "config" instead of getting the confgiruation address space 13 + And use the "config" instead of getting the configuration address space 14 14 from "ranges". 15 - NOTE: When use the "config" property, reg-names must be set. 15 + NOTE: When using the "config" property, reg-names must be set. 16 16 - interrupts: A list of interrupt outputs for level interrupt, 17 17 pulse interrupt, special interrupt. 18 - - phys: From PHY binding. Phandle for the Generic PHY. 18 + - phys: From PHY binding. Phandle for the generic PHY. 19 19 Refer to Documentation/devicetree/bindings/phy/samsung-phy.txt 20 20 21 - Other common properties refer to 22 - Documentation/devicetree/binding/pci/designware-pcie.txt 21 + For other common properties, refer to 22 + Documentation/devicetree/bindings/pci/designware-pcie.txt 23 23 24 24 Example: 25 25 26 - SoC specific DT Entry: 26 + SoC-specific DT Entry: 27 27 28 28 pcie@290000 { 29 29 compatible = "samsung,exynos5440-pcie", "snps,dw-pcie"; ··· 83 83 ... 84 84 }; 85 85 86 - Board specific DT Entry: 86 + Board-specific DT Entry: 87 87 88 88 pcie@290000 { 89 89 reset-gpio = <&pin_ctrl 5 0>;
+3 -3
Documentation/devicetree/bindings/pci/spear13xx-pcie.txt
··· 1 1 SPEAr13XX PCIe DT detail: 2 2 ================================ 3 3 4 - SPEAr13XX uses synopsis designware PCIe controller and ST MiPHY as phy 4 + SPEAr13XX uses the Synopsys DesignWare PCIe controller and ST MiPHY as PHY 5 5 controller. 6 6 7 7 Required properties: 8 - - compatible : should be "st,spear1340-pcie", "snps,dw-pcie". 9 - - phys : phandle to phy node associated with pcie controller 8 + - compatible : should be "st,spear1340-pcie", "snps,dw-pcie". 9 + - phys : phandle to PHY node associated with PCIe controller 10 10 - phy-names : must be "pcie-phy" 11 11 - All other definitions as per generic PCI bindings 12 12
+4 -4
Documentation/devicetree/bindings/pci/ti-pci.txt
··· 1 1 TI PCI Controllers 2 2 3 - PCIe Designware Controller 3 + PCIe DesignWare Controller 4 4 - compatible: Should be "ti,dra7-pcie" for RC 5 5 Should be "ti,dra7-pcie-ep" for EP 6 6 - phys : list of PHY specifiers (used by generic PHY framework) ··· 13 13 HOST MODE 14 14 ========= 15 15 - reg : Two register ranges as listed in the reg-names property 16 - - reg-names : The first entry must be "ti-conf" for the TI specific registers 16 + - reg-names : The first entry must be "ti-conf" for the TI-specific registers 17 17 The second entry must be "rc-dbics" for the DesignWare PCIe 18 18 registers 19 19 The third entry must be "config" for the PCIe configuration space ··· 30 30 DEVICE MODE 31 31 =========== 32 32 - reg : Four register ranges as listed in the reg-names property 33 - - reg-names : "ti-conf" for the TI specific registers 33 + - reg-names : "ti-conf" for the TI-specific registers 34 34 "ep_dbics" for the standard configuration registers as 35 35 they are locally accessed within the DIF CS space 36 36 "ep_dbics2" for the standard configuration registers as ··· 46 46 access. 47 47 48 48 Optional Property: 49 - - gpios : Should be added if a gpio line is required to drive PERST# line 49 + - gpios : Should be added if a GPIO line is required to drive PERST# line 50 50 51 51 NOTE: Two DT nodes may be added for each PCI controller; one for host 52 52 mode and another for device mode. So in order for PCI to
+1 -1
Documentation/devicetree/bindings/pci/versatile.txt
··· 5 5 Required properties: 6 6 - compatible: should contain "arm,versatile-pci" to identify the Versatile PCI 7 7 controller. 8 - - reg: base addresses and lengths of the pci controller. There must be 3 8 + - reg: base addresses and lengths of the PCI controller. There must be 3 9 9 entries: 10 10 - Versatile-specific registers 11 11 - Self Config space
+3 -2
Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
··· 4 4 5 5 - compatible: should be "apm,xgene1-msi" to identify 6 6 X-Gene v1 PCIe MSI controller block. 7 - - msi-controller: indicates that this is X-Gene v1 PCIe MSI controller node 7 + - msi-controller: indicates that this is an X-Gene v1 PCIe MSI controller node 8 8 - reg: physical base address (0x79000000) and length (0x900000) for controller 9 9 registers. These registers include the MSI termination address and data 10 10 registers as well as the MSI interrupt status registers. ··· 13 13 interrupt number 0x10 to 0x1f. 14 14 - interrupt-names: not required 15 15 16 - Each PCIe node needs to have property msi-parent that points to msi controller node 16 + Each PCIe node needs to have property msi-parent that points to an MSI 17 + controller node 17 18 18 19 Examples: 19 20
+4 -4
Documentation/devicetree/bindings/pci/xgene-pci.txt
··· 8 8 property. 9 9 - reg-names: Must include the following entries: 10 10 "csr": controller configuration registers. 11 - "cfg": pcie configuration space registers. 11 + "cfg": PCIe configuration space registers. 12 12 - #address-cells: set to <3> 13 13 - #size-cells: set to <2> 14 14 - ranges: ranges for the outbound memory, I/O regions. ··· 21 21 22 22 Optional properties: 23 23 - status: Either "ok" or "disabled". 24 - - dma-coherent: Present if dma operations are coherent 24 + - dma-coherent: Present if DMA operations are coherent 25 25 26 26 Example: 27 27 28 - SoC specific DT Entry: 28 + SoC-specific DT Entry: 29 29 30 30 pcie0: pcie@1f2b0000 { 31 31 status = "disabled"; ··· 51 51 }; 52 52 53 53 54 - Board specific DT Entry: 54 + Board-specific DT Entry: 55 55 &pcie0 { 56 56 status = "ok"; 57 57 };
+4 -3
Documentation/devicetree/bindings/pci/xilinx-nwl-pcie.txt
··· 15 15 - device_type: must be "pci" 16 16 - interrupts: Should contain NWL PCIe interrupt 17 17 - interrupt-names: Must include the following entries: 18 - "msi1, msi0": interrupt asserted when MSI is received 18 + "msi1, msi0": interrupt asserted when an MSI is received 19 19 "intx": interrupt asserted when a legacy interrupt is received 20 - "misc": interrupt asserted when miscellaneous is received 20 + "misc": interrupt asserted when miscellaneous interrupt is received 21 21 - interrupt-map-mask and interrupt-map: standard PCI properties to define the 22 22 mapping of the PCI interface to interrupt numbers. 23 23 - ranges: ranges for the PCI memory regions (I/O space region is not ··· 26 26 detailed explanation 27 27 - msi-controller: indicates that this is MSI controller node 28 28 - msi-parent: MSI parent of the root complex itself 29 - - legacy-interrupt-controller: Interrupt controller device node for Legacy interrupts 29 + - legacy-interrupt-controller: Interrupt controller device node for Legacy 30 + interrupts 30 31 - interrupt-controller: identifies the node as an interrupt controller 31 32 - #interrupt-cells: should be set to 1 32 33 - #address-cells: specifies the number of cells needed to encode an
+1 -1
MAINTAINERS
··· 10136 10136 S: Maintained 10137 10137 F: drivers/pci/dwc/pci-exynos.c 10138 10138 10139 - PCI DRIVER FOR SYNOPSIS DESIGNWARE 10139 + PCI DRIVER FOR SYNOPSYS DESIGNWARE 10140 10140 M: Jingoo Han <jingoohan1@gmail.com> 10141 10141 M: Joao Pinto <Joao.Pinto@synopsys.com> 10142 10142 L: linux-pci@vger.kernel.org
+6 -6
drivers/pci/dwc/Kconfig
··· 25 25 work either as EP or RC. In order to enable host-specific features 26 26 PCI_DRA7XX_HOST must be selected and in order to enable device- 27 27 specific features PCI_DRA7XX_EP must be selected. This uses 28 - the Designware core. 28 + the DesignWare core. 29 29 30 30 if PCI_DRA7XX 31 31 ··· 97 97 select PCIE_DW_HOST 98 98 help 99 99 Say Y here if you want to enable PCI controller support on Keystone 100 - SoCs. The PCI controller on Keystone is based on Designware hardware 101 - and therefore the driver re-uses the Designware core functions to 100 + SoCs. The PCI controller on Keystone is based on DesignWare hardware 101 + and therefore the driver re-uses the DesignWare core functions to 102 102 implement the driver. 103 103 104 104 config PCI_LAYERSCAPE ··· 132 132 select PCIE_DW_HOST 133 133 help 134 134 Say Y here to enable PCIe controller support on Qualcomm SoCs. The 135 - PCIe controller uses the Designware core plus Qualcomm-specific 135 + PCIe controller uses the DesignWare core plus Qualcomm-specific 136 136 hardware wrappers. 137 137 138 138 config PCIE_ARMADA_8K ··· 145 145 help 146 146 Say Y here if you want to enable PCIe controller support on 147 147 Armada-8K SoCs. The PCIe controller on Armada-8K is based on 148 - Designware hardware and therefore the driver re-uses the 149 - Designware core functions to implement the driver. 148 + DesignWare hardware and therefore the driver re-uses the 149 + DesignWare core functions to implement the driver. 150 150 151 151 config PCIE_ARTPEC6 152 152 bool "Axis ARTPEC-6 PCIe controller"
-1
drivers/pci/dwc/pci-dra7xx.c
··· 275 275 return IRQ_HANDLED; 276 276 } 277 277 278 - 279 278 static irqreturn_t dra7xx_pcie_irq_handler(int irq, void *arg) 280 279 { 281 280 struct dra7xx_pcie *dra7xx = arg;
+1 -1
drivers/pci/dwc/pci-keystone-dw.c
··· 1 1 /* 2 - * Designware application register space functions for Keystone PCI controller 2 + * DesignWare application register space functions for Keystone PCI controller 3 3 * 4 4 * Copyright (C) 2013-2014 Texas Instruments., Ltd. 5 5 * http://www.ti.com
+1 -1
drivers/pci/dwc/pcie-designware-ep.c
··· 1 1 /** 2 - * Synopsys Designware PCIe Endpoint controller driver 2 + * Synopsys DesignWare PCIe Endpoint controller driver 3 3 * 4 4 * Copyright (C) 2017 Texas Instruments 5 5 * Author: Kishon Vijay Abraham I <kishon@ti.com>
+1 -1
drivers/pci/dwc/pcie-designware-host.c
··· 1 1 /* 2 - * Synopsys Designware PCIe host controller driver 2 + * Synopsys DesignWare PCIe host controller driver 3 3 * 4 4 * Copyright (C) 2013 Samsung Electronics Co., Ltd. 5 5 * http://www.samsung.com
+1 -1
drivers/pci/dwc/pcie-designware.c
··· 1 1 /* 2 - * Synopsys Designware PCIe host controller driver 2 + * Synopsys DesignWare PCIe host controller driver 3 3 * 4 4 * Copyright (C) 2013 Samsung Electronics Co., Ltd. 5 5 * http://www.samsung.com
+1 -1
drivers/pci/dwc/pcie-designware.h
··· 1 1 /* 2 - * Synopsys Designware PCIe host controller driver 2 + * Synopsys DesignWare PCIe host controller driver 3 3 * 4 4 * Copyright (C) 2013 Samsung Electronics Co., Ltd. 5 5 * http://www.samsung.com
+1 -1
drivers/pci/host/pcie-rockchip.c
··· 6 6 * Author: Shawn Lin <shawn.lin@rock-chips.com> 7 7 * Wenrui Li <wenrui.li@rock-chips.com> 8 8 * 9 - * Bits taken from Synopsys Designware Host controller driver and 9 + * Bits taken from Synopsys DesignWare Host controller driver and 10 10 * ARM PCI Host generic driver. 11 11 * 12 12 * This program is free software: you can redistribute it and/or modify
+1 -1
drivers/pci/host/pcie-xilinx.c
··· 5 5 * 6 6 * Based on the Tegra PCIe driver 7 7 * 8 - * Bits taken from Synopsys Designware Host controller driver and 8 + * Bits taken from Synopsys DesignWare Host controller driver and 9 9 * ARM PCI Host generic driver. 10 10 * 11 11 * This program is free software: you can redistribute it and/or modify
+2 -2
drivers/pci/pcie/aer/aerdrv_core.c
··· 5 5 * License. See the file "COPYING" in the main directory of this archive 6 6 * for more details. 7 7 * 8 - * This file implements the core part of PCI-Express AER. When an pci-express 8 + * This file implements the core part of PCIe AER. When a PCIe 9 9 * error is delivered, an error message will be collected and printed to 10 10 * console, then, an error recovery procedure will be executed by following 11 - * the pci error recovery rules. 11 + * the PCI error recovery rules. 12 12 * 13 13 * Copyright (C) 2006 Intel Corp. 14 14 * Tom Long Nguyen (tom.l.nguyen@intel.com)
+1 -1
drivers/pci/quirks.c
··· 2061 2061 2062 2062 /* 2063 2063 * The 82575 and 82598 may experience data corruption issues when transitioning 2064 - * out of L0S. To prevent this we need to disable L0S on the pci-e link 2064 + * out of L0S. To prevent this we need to disable L0S on the PCIe link. 2065 2065 */ 2066 2066 static void quirk_disable_aspm_l0s(struct pci_dev *dev) 2067 2067 {
+2 -3
include/linux/aer.h
··· 39 39 }; 40 40 41 41 #if defined(CONFIG_PCIEAER) 42 - /* pci-e port driver needs this function to enable aer */ 42 + /* PCIe port driver needs this function to enable AER */ 43 43 int pci_enable_pcie_error_reporting(struct pci_dev *dev); 44 44 int pci_disable_pcie_error_reporting(struct pci_dev *dev); 45 45 int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev); ··· 67 67 struct aer_capability_regs *aer); 68 68 int cper_severity_to_aer(int cper_severity); 69 69 void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn, 70 - int severity, 71 - struct aer_capability_regs *aer_regs); 70 + int severity, struct aer_capability_regs *aer_regs); 72 71 #endif //_AER_H_ 73 72
+1 -1
include/linux/pcieport_if.h
··· 38 38 dev->priv_data = data; 39 39 } 40 40 41 - static inline void* get_service_data(struct pcie_device *dev) 41 + static inline void *get_service_data(struct pcie_device *dev) 42 42 { 43 43 return dev->priv_data; 44 44 }