summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: rcar: Replace various variable types with unsigned ones for register valuesMarek Vasut2019-04-041-8/+9
| | * | PCI: rcar: Replace unsigned long with u32/unsigned int in register accessorsMarek Vasut2019-04-041-4/+3
| | * | PCI: rcar: Clean up remaining macros defining bitsMarek Vasut2019-04-041-3/+3
| | |/
| * | Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2019-05-142-37/+15
| |\ \
| | * | arm64: dts: mt2712: Remove un-used property for PCIeHonghui Zhang2019-04-121-2/+0
| | * | PCI: mediatek: Get optional clocks with devm_clk_get_optional()Chunfeng Yun2019-04-111-35/+15
| | |/
| * | Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2019-05-1419-385/+952
| |\ \
| | * | misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_testKishon Vijay Abraham I2019-05-011-0/+1
| | * | misc: pci_endpoint_test: Add support to test PCI EP in AM654xKishon Vijay Abraham I2019-05-011-0/+17
| | * | PCI: designware-ep: Use aligned ATU window for raising MSI interruptsKishon Vijay Abraham I2019-05-011-2/+5
| | * | PCI: designware-ep: Configure Resizable BAR cap to advertise the smallest sizeKishon Vijay Abraham I2019-05-011-0/+34
| | * | PCI: keystone: Add support for PCIe EP in AM654x PlatformsKishon Vijay Abraham I2019-05-012-37/+240
| | * | dt-bindings: PCI: Add PCI EP DT binding documentation for AM654Kishon Vijay Abraham I2019-05-011-0/+44
| | * | PCI: dwc: Add callbacks for accessing dbi2 address spaceKishon Vijay Abraham I2019-04-162-2/+41
| | * | PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offsetKishon Vijay Abraham I2019-04-161-5/+5
| | * | PCI: dwc: Add const qualifier to struct dw_pcie_ep_opsKishon Vijay Abraham I2019-04-155-5/+5
| | * | PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I2019-04-154-5/+15
| | * | PCI: keystone: Add support to set the max link speed from DTKishon Vijay Abraham I2019-04-151-0/+35
| | * | PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint driversKishon Vijay Abraham I2019-04-152-22/+24
| | * | PCI: keystone: Invoke phy_reset() API before enabling PHYKishon Vijay Abraham I2019-04-151-0/+4
| | * | PCI: keystone: Add support for PCIe RC in AM654x PlatformsKishon Vijay Abraham I2019-04-152-15/+148
| | * | dt-bindings: PCI: Add PCI RC DT binding documentation for AM654Kishon Vijay Abraham I2019-04-151-1/+5
| | * | PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64Kishon Vijay Abraham I2019-04-151-0/+4
| | * | PCI: dwc: Fix ATU identification for designware version >= 4.80Kishon Vijay Abraham I2019-04-152-6/+9
| | * | PCI: dwc: Enable iATU unroll for endpoint tooKishon Vijay Abraham I2019-04-153-23/+19
| | * | dt-bindings: PCI: Document "atu" reg-namesKishon Vijay Abraham I2019-04-151-2/+5
| | * | PCI: keystone: Explicitly set the PCIe modeKishon Vijay Abraham I2019-04-151-0/+37
| | * | dt-bindings: PCI: Add dt-binding to configure PCIe modeKishon Vijay Abraham I2019-04-151-0/+2
| | * | PCI: keystone: Move resources initialization to prepare for EP supportKishon Vijay Abraham I2019-04-151-12/+15
| | * | PCI: keystone: Use platform_get_resource_byname() to get memory resourcesKishon Vijay Abraham I2019-04-111-10/+7
| | * | PCI: keystone: Perform host initialization in a single functionKishon Vijay Abraham I2019-04-111-40/+23
| | * | dt-bindings: PCI: keystone: Add "reg-names" binding informationKishon Vijay Abraham I2019-04-111-2/+4
| | * | PCI: keystone: Cleanup error_irq configurationKishon Vijay Abraham I2019-04-111-26/+17
| | * | PCI: keystone: Add start_link()/stop_link() dw_pcie_opsKishon Vijay Abraham I2019-04-111-22/+22
| | * | PCI: dwc: Remove default MSI initialization for platform specific MSI chipsKishon Vijay Abraham I2019-04-041-11/+13
| | * | PCI: dwc: Remove Keystone specific dw_pcie_host_opsKishon Vijay Abraham I2019-04-042-41/+14
| | * | PCI: keystone: Use Keystone specific msi_irq_chipKishon Vijay Abraham I2019-04-042-27/+74
| | * | PCI: dwc: Add support to use non default msi_irq_chipKishon Vijay Abraham I2019-04-042-1/+5
| | * | PCI: keystone: Cleanup ks_pcie_msi_irq_handler()Kishon Vijay Abraham I2019-04-041-36/+28
| | * | PCI: keystone: Use hwirq to get the MSI IRQ number offsetKishon Vijay Abraham I2019-04-041-11/+13
| | * | PCI: keystone: Add separate functions for configuring MSI and legacy interruptKishon Vijay Abraham I2019-04-041-92/+89
| | * | PCI: keystone: Cleanup interrupt related macrosKishon Vijay Abraham I2019-04-041-13/+13
| | |/
| * | Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2019-05-141-5/+41
| |\ \
| | * | PCI: iproc: Enable iProc config read for PAXBv2Srinath Mannam2019-04-301-1/+1
| | * | PCI: iproc: Allow outbound configuration for 32-bit I/O regionSrinath Mannam2019-04-031-2/+19
| | * | PCI: iproc: Add CRS check in config readSrinath Mannam2019-04-031-2/+21
| | |/
| * | Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas2019-05-143-96/+62
| |\ \
| | * | PCI: imx6: Use usleep_range() in imx6_pcie_enable_ref_clk()Andrey Smirnov2019-05-011-1/+1
| | * | PCI: imx6: Use flags to indicate support for suspendAndrey Smirnov2019-05-011-9/+6
| | * | PCI: imx6: Restrict PHY register data to 16-bitAndrey Smirnov2019-05-011-7/+6