summaryrefslogtreecommitdiffstats
path: root/net/switchdev (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-07PCI: xgene: Define XGENE_PCI_EXP_CAP and use generic PCI_EXP_RTCTL offsetBjorn Helgaas1-2/+2
2017-09-07PCI: xgene: Fix platform_get_irq() error handlingFabio Estevam1-1/+1
2017-09-05PCI: xilinx-nwl: Fix platform_get_irq() error handlingFabio Estevam1-1/+1
2017-09-05PCI: rockchip: Fix platform_get_irq() error handlingFabio Estevam1-3/+3
2017-09-05PCI: altera: Fix platform_get_irq() error handlingFabio Estevam2-4/+4
2017-09-05PCI: spear13xx: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: artpec6: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: armada8k: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: dra7xx: Fix platform_get_irq() error handlingFabio Estevam1-1/+1
2017-09-05PCI: exynos: Fix platform_get_irq() error handlingFabio Estevam1-4/+4
2017-09-05PCI: iproc: Clean up whitespaceBjorn Helgaas1-116/+115
2017-09-05PCI: iproc: Rename PCI_EXP_CAP to IPROC_PCI_EXP_CAPBjorn Helgaas1-10/+9
2017-09-05PCI: iproc: Add 500ms delay during device shutdownOza Pawandeep3-15/+33
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas37-103/+99
2017-09-01PCI: Remove unused "res" variable from pci_resource_io()Shawn Lin1-3/+0
2017-09-01PCI: Correct kernel-doc of pci_vpd_srdt_size(), pci_vpd_srdt_tag()Shawn Lin1-2/+2
2017-08-31PCI/AER: Reformat AER register definitionsBjorn Helgaas1-16/+10
2017-08-30iommu/vt-d: Prevent VMD child devices from being remapping targetsJon Derrick1-0/+7
2017-08-30x86/PCI: Use is_vmd() rather than relying on the domain numberJon Derrick1-1/+1
2017-08-30x86/PCI: Move VMD quirk to x86 fixupsJon Derrick2-17/+17
2017-08-30MAINTAINERS: Add Jonathan Derrick as VMD maintainerJon Derrick1-0/+1
2017-08-30PCI: vmd: Remove IRQ affinity so we can allocate more IRQsKeith Busch1-10/+2
2017-08-30PCI: rcar: Add device tree support for r8a7743/5Biju Das1-2/+5
2017-08-30PCI: mediatek: Use PCI_NUM_INTXHonghui Zhang1-3/+2
2017-08-30PCI: mediatek: Add MSI support for MT2712 and MT7622Honghui Zhang1-1/+155
2017-08-30PCI: mediatek: Use bus->sysdata to get host private dataHonghui Zhang1-2/+1
2017-08-30dt-bindings: PCI: Add support for MT2712 and MT7622Ryder Lee1-7/+161
2017-08-30PCI: mediatek: Add controller support for MT2712 and MT7622Ryder Lee2-7/+460
2017-08-30dt-bindings: PCI: Cleanup MediaTek binding textRyder Lee1-16/+16
2017-08-30dt-bindings: PCI: Rename MediaTek bindingRyder Lee1-0/+0
2017-08-30PCI: mediatek: Switch to use platform_get_resource_byname()Ryder Lee1-7/+10
2017-08-30PCI: mediatek: Add a structure to abstract the controller generationsHonghui Zhang1-5/+26
2017-08-30PCI: mediatek: Rename port->index and mtk_pcie_parse_ports()Honghui Zhang1-25/+25
2017-08-30PCI: mediatek: Use readl_poll_timeout() to wait for Gen2 trainingRyder Lee1-30/+22
2017-08-30PCI: mediatek: Explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-30PCI: layerscape: Add support for ls1088aHou Zhiqiang2-0/+2
2017-08-30PCI: layerscape: Add support for ls2088aHou Zhiqiang2-0/+10
2017-08-29PCI: artpec6: Stop enabling writes to DBI read-only registersHou Zhiqiang1-6/+0
2017-08-29PCI: layerscape: Remove unnecessary class code fixupHou Zhiqiang1-9/+0
2017-08-29PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesHou Zhiqiang1-0/+6
2017-08-29PCI: dwc: Add accessors for write permission of DBI read-only registersHou Zhiqiang2-3/+27
2017-08-29PCI: layerscape: Disable outbound windows configured by bootloaderHou Zhiqiang1-0/+17
2017-08-29PCI: layerscape: Refactor ls1021_pcie_host_init()Hou Zhiqiang1-10/+1
2017-08-29tools: PCI: Add a missing option help lineStan Drozd1-0/+1
2017-08-29misc: pci_endpoint_test: Enable/Disable MSI using module paramKishon Vijay Abraham I1-1/+5
2017-08-29misc: pci_endpoint_test: Avoid using hard-coded BAR sizesKishon Vijay Abraham I1-3/+2
2017-08-29misc: pci_endpoint_test: Add support to not enable MSI interruptsKishon Vijay Abraham I1-4/+9
2017-08-29misc: pci_endpoint_test: Add support to provide aligned buffer addressesKishon Vijay Abraham I1-15/+76
2017-08-29misc: pci_endpoint_test: Add support for PCI_ENDPOINT_TEST regs to be mapped ...Kishon Vijay Abraham I1-4/+21
2017-08-29PCI: designware-ep: Do not disable BARs during initializationKishon Vijay Abraham I1-4/+0