summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2019-03-071-1/+1
|\
| * PCI: dwc: tune down link up messagesLucas Stach2019-03-071-1/+1
* | PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQAndrey Smirnov2019-02-271-0/+16
|/
* Merge branch 'for-next/pci'Sascha Hauer2019-02-135-114/+74
|\
| * PCI: Consify pci_ops in struct pci_controllerAndrey Smirnov2019-01-163-4/+4
| * PCI: Convert ->res_start() to return resource_size_tAndrey Smirnov2019-01-161-2/+4
| * PCI: Assume 1:1 mapping if .res_start callback is NULLAndrey Smirnov2019-01-163-13/+5
| * PCI: Simplify alloc_pci_dev()Andrey Smirnov2019-01-161-7/+1
| * PCI: Drop "rom_address" from struct pci_devAndrey Smirnov2019-01-161-7/+0
| * PCI: Drop "ops" from struct pci_busAndrey Smirnov2019-01-162-5/+3
| * PCI: Drop "resources" from struct pci_busAndrey Smirnov2019-01-161-1/+0
| * PCI: Drop "slots" from struct pci_busAndrey Smirnov2019-01-161-1/+0
| * PCI: Make pci_scan_bus staticAndrey Smirnov2019-01-161-1/+3
| * PCI: Remove unused variables/codeAndrey Smirnov2019-01-161-5/+0
| * PCI: Store and reuse BAR offsetsAndrey Smirnov2019-01-161-8/+8
| * PCI: Simplify resource setup code in setup_device()Andrey Smirnov2019-01-161-57/+43
| * PCI: Remove superfluous parens in setup_device()Andrey Smirnov2019-01-161-1/+1
| * PCI: Replace magic number in setup_device()Andrey Smirnov2019-01-161-1/+1
| * PCI: Switch to using %pa to print memory addressesAndrey Smirnov2019-01-161-8/+8
* | Merge branch 'for-next/misc'Sascha Hauer2019-02-131-1/+1
|\ \
| * | treewide: Remove trailing whitespaces and tabsAlexander Shiyan2019-01-211-1/+1
| |/
* | PCI: imx6: Add support for i.MX8MQAndrey Smirnov2019-02-112-10/+88
* | PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flagAndrey Smirnov2019-02-111-3/+7
* | PCI: imx6: Mark PHY functions as i.MX6 specificAndrey Smirnov2019-02-111-0/+8
* | PCI: imx6: Introduce drvdataAndrey Smirnov2019-02-111-14/+29
* | PCI: dwc: Fix pointer width cast problemAndrey Smirnov2019-02-111-3/+3
* | PCI: imx6: Port imx6_pcie_ltssm_enable()Andrey Smirnov2019-01-181-9/+18
* | PCI: imx6: Drop unnecessary root_bus_nr settingAndrey Smirnov2019-01-181-1/+0
* | PCI: imx6: Fix spelling mistake: "contol" -> "control"Andrey Smirnov2019-01-181-2/+2
* | PCI: imx6: Do not switch speed if Gen2 is disabledAndrey Smirnov2019-01-181-27/+28
* | PCI: imx6: Do not wait for speed change on i.MX7Andrey Smirnov2019-01-181-4/+15
* | PCI: imx6: Allow probe deferral by reset GPIOAndrey Smirnov2019-01-181-8/+11
* | PCI: imx6: Add code to support i.MX7DAndrey Smirnov2019-01-182-46/+124
|/
* PCI: dwc: Constify dw_pcie_host_ops structuresAndrey Smirnov2019-01-082-2/+2
* PCI: dwc: Small computation improvementAndrey Smirnov2019-01-081-4/+4
* PCI: dwc: Fix enumeration end when reaching root subordinateAndrey Smirnov2019-01-081-1/+1
* PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesAndrey Smirnov2019-01-081-1/+5
* PCI: dwc: Add accessors for write permission of DBIAndrey Smirnov2019-01-081-0/+26
* PCI: dwc: designware: Handle ->host_init() failuresAndrey Smirnov2019-01-083-4/+9
* PCI: dwc: Replace lower into upper case charactersAndrey Smirnov2019-01-082-14/+14
* PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateAndrey Smirnov2019-01-088-40/+8
* PCI: Fix typos and whitespace errorsAndrey Smirnov2019-01-083-3/+3
* PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() staticAndrey Smirnov2019-01-081-3/+3
* PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specificallyAndrey Smirnov2019-01-081-1/+1
* PCI: dwc: designware: Move _unroll configurations to a separate functionAndrey Smirnov2019-01-081-39/+59
* PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytesAndrey Smirnov2019-01-082-14/+31
* PCI: dwc: all: Modify dbi accessors to take dbi_base as argumentAndrey Smirnov2019-01-082-10/+22
* PCI: dwc: Split pcie-designware.c into host and core filesAndrey Smirnov2019-01-084-383/+422
* PCI: dwc: designware: Fix style errors in pcie-designware.cAndrey Smirnov2019-01-081-12/+12
* PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()Andrey Smirnov2019-01-082-8/+11