Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | PCI: Drop references acquired by of_parse_phandle() | Bjorn Helgaas | 2015-08-20 | 2 | -0/+2 | |
| | * | | | | PCI/MSI: Remove unused pcibios_msi_controller() hook | Lorenzo Pieralisi | 2015-08-20 | 1 | -16/+1 | |
| | * | | | | ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi() | Lorenzo Pieralisi | 2015-08-20 | 2 | -6/+17 | |
| | * | | | | PCI: Add pci_scan_root_bus_msi() | Lorenzo Pieralisi | 2015-08-20 | 1 | -2/+12 | |
| | * | | | | PCI: generic: Add arm64 support | Jayachandran C | 2015-08-20 | 1 | -1/+1 | |
| | * | | | | PCI: Build setup-irq.o for arm64 | Jayachandran C | 2015-08-20 | 1 | -0/+1 | |
| | * | | | | PCI: generic: Remove dependency on ARM-specific struct hw_pci | Jayachandran C | 2015-08-20 | 1 | -19/+33 | |
| | | |/ / | | |/| | | ||||||
| | | | | | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| *---. \ \ \ | Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into next | Bjorn Helgaas | 2015-08-24 | 3 | -13/+4 | |
| |\ \ \ \ \ \ | ||||||
| | | | * | | | | PCI: spear: Use BUG_ON() instead of condition followed by BUG() | Fabio Estevam | 2015-08-20 | 1 | -2/+1 | |
| | | | |/ / / | ||||||
| | | * / / / | PCI: imx6: Simplify a trivial if-return sequence | Fabio Estevam | 2015-08-20 | 1 | -10/+2 | |
| | | |/ / / | ||||||
| | * | | | | PCI: dra7xx: Remove unneeded use of IS_ERR_VALUE() | Fabio Estevam | 2015-08-20 | 1 | -1/+1 | |
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| *-. \ \ \ \ | Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into next | Bjorn Helgaas | 2015-08-14 | 4 | -32/+153 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | PCI: iproc: Allow BCMA bus driver to be built as module | Hauke Mehrtens | 2015-08-11 | 1 | -1/+1 | |
| | | * | | | | PCI: iproc: Add arm64 support | Ray Jui | 2015-07-22 | 2 | -7/+23 | |
| | | * | | | | PCI: iproc: Delete unnecessary checks before phy calls | Markus Elfring | 2015-07-14 | 1 | -21/+13 | |
| | | |/ / / | ||||||
| | * | | | | PCI: dra7xx: Add support to make GPIO drive PERST# line | Kishon Vijay Abraham I | 2015-08-11 | 1 | -2/+22 | |
| | * | | | | PCI: dra7xx: Clear MSE bit during suspend so clocks will idle | Kishon Vijay Abraham I | 2015-08-11 | 1 | -0/+40 | |
| | * | | | | PCI: dra7xx: Add PM support | Kishon Vijay Abraham I | 2015-08-11 | 1 | -0/+51 | |
| | * | | | | PCI: dra7xx: Disable pm_runtime on get_sync failure | Kishon Vijay Abraham I | 2015-08-11 | 1 | -1/+3 | |
| | |/ / / | ||||||
| | | | | | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| *-----. \ \ \ | Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'... | Bjorn Helgaas | 2015-08-14 | 14 | -200/+165 | |
| |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | PCI: Add ACS quirks for Intel I219-LM/V | Alex Williamson | 2015-08-11 | 1 | -0/+3 | |
| | | | * | | | | | PCI: Kill off set_irq_flags() usage | Rob Herring | 2015-08-11 | 7 | -9/+0 | |
| | | * | | | | | | PCI: Remove pci_ats_enabled() | Bjorn Helgaas | 2015-08-13 | 1 | -3/+3 | |
| | | * | | | | | | PCI: Stop caching ATS Invalidate Queue Depth | Bjorn Helgaas | 2015-08-13 | 1 | -5/+4 | |
| | | * | | | | | | PCI: Clean up ATS error handling | Bjorn Helgaas | 2015-08-13 | 1 | -5/+5 | |
| | | * | | | | | | PCI: Use pci_physfn() rather than looking up physfn by hand | Bjorn Helgaas | 2015-08-13 | 1 | -4/+4 | |
| | | * | | | | | | PCI: Inline the ATS setup code into pci_ats_init() | Bjorn Helgaas | 2015-08-13 | 1 | -6/+1 | |
| | | * | | | | | | PCI: Rationalize pci_ats_queue_depth() error checking | Bjorn Helgaas | 2015-08-13 | 1 | -4/+4 | |
| | | * | | | | | | PCI: Embed ATS info directly into struct pci_dev | Bjorn Helgaas | 2015-08-13 | 2 | -41/+21 | |
| | | * | | | | | | PCI: Allocate ATS struct during enumeration | Bjorn Helgaas | 2015-08-13 | 3 | -56/+46 | |
| | | | |_|/ / / | | | |/| | | | | ||||||
| | * | | | | | | PCI: pciehp: Remove ignored MRL sensor interrupt events | Bjorn Helgaas | 2015-08-10 | 2 | -20/+7 | |
| | * | | | | | | PCI: pciehp: Remove unused interrupt events | Bjorn Helgaas | 2015-08-10 | 1 | -7/+3 | |
| | * | | | | | | PCI: pciehp: Handle invalid data when reading from non-existent devices | Jarod Wilson | 2015-08-10 | 1 | -0/+17 | |
| | * | | | | | | PCI: Hold pci_slot_mutex while searching bus->slots list | Yijing Wang | 2015-07-30 | 2 | -5/+12 | |
| | * | | | | | | PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_sem | Yijing Wang | 2015-07-30 | 1 | -7/+11 | |
| | * | | | | | | PCI: pciehp: Simplify pcie_poll_cmd() | Yijing Wang | 2015-07-16 | 1 | -9/+5 | |
| | * | | | | | | PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slot | Yijing Wang | 2015-07-16 | 1 | -61/+61 | |
| | |/ / / / / | ||||||
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ | Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'... | Bjorn Helgaas | 2015-08-05 | 9 | -69/+180 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | / / / | | | | | | |/ / / | | | | | |/| / / | | | | |_|_|/ / | | | |/| | | | | ||||||
| | | | | * | | | PCI: Restore ACS configuration as part of pci_restore_state() | Alexander Duyck | 2015-07-21 | 1 | -0/+3 | |
| | | | | |/ / | ||||||
| | | | * / / | PCI: Call pci_read_bridge_bases() from core instead of arch code | Lorenzo Pieralisi | 2015-07-23 | 1 | -0/+6 | |
| | | | |/ / | ||||||
| | | * | | | PCI: Add VPD function 0 quirk for Intel Ethernet devices | Mark Rustad | 2015-07-21 | 1 | -0/+9 | |
| | | * | | | PCI: Add dev_flags bit to access VPD through function 0 | Mark Rustad | 2015-07-21 | 1 | -1/+60 | |
| | | * | | | PCI / ACPI: Fix pci_acpi_optimize_delay() comment | Srinidhi Kasagar | 2015-07-15 | 1 | -1/+1 | |
| | | * | | | PCI: Remove a broken link in quirks.c | Rami Rosen | 2015-07-15 | 1 | -1/+0 | |
| | | * | | | PCI: Remove useless redundant code | Bjorn Helgaas | 2015-07-15 | 1 | -2/+0 | |
| | | * | | | PCI: Simplify pci_find_(ext_)capability() return value checks | Wei Yang | 2015-07-15 | 1 | -3/+3 | |
| | | * | | | PCI: Move PCI_FIND_CAP_TTL to pci.h and use it in quirks | Wei Yang | 2015-07-15 | 3 | -5/+6 | |
| | | * | | | PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports) | Bjorn Helgaas | 2015-07-15 | 1 | -10/+13 | |
| | | * | | | PCI: Fix pcie_port_device_resume() comment | Bjorn Helgaas | 2015-07-14 | 1 | -1/+1 | |
| | | * | | | PCI: Shift PCI_CLASS_NOT_DEFINED consistently with other classes | Bjorn Helgaas | 2015-07-14 | 2 | -6/+6 |