Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as int | Alexander Gordeev | 2013-12-20 | 3 | -7/+7 | |
| * | | | | | | PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1 | Alexander Gordeev | 2013-12-20 | 1 | -3/+3 | |
| * | | | | | | PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() fails | Alexander Gordeev | 2013-12-20 | 1 | -6/+5 | |
| * | | | | | | s390/PCI: Remove superfluous check of MSI type | Alexander Gordeev | 2013-12-20 | 1 | -2/+0 | |
| * | | | | | | s390/PCI: Fix single MSI only check | Alexander Gordeev | 2013-12-20 | 1 | -0/+2 | |
| * | | | | | | PCI/MSI: Export MSI mode using attributes, not kobjects | Greg Kroah-Hartman | 2013-12-19 | 3 | -83/+96 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'pci/deletion' into next | Bjorn Helgaas | 2013-12-20 | 1 | -14/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | PCI/portdrv: Remove extra get_device()/put_device() for pcie_device | Bjorn Helgaas | 2013-12-19 | 1 | -4/+1 | |
| * | | | | | | PCI/portdrv: Add put_device() after device_register() failure | Levente Kurusa | 2013-12-19 | 1 | -1/+1 | |
| * | | | | | | PCI/portdrv: Cleanup error paths | Bjorn Helgaas | 2013-12-19 | 1 | -10/+12 | |
* | | | | | | | Merge branch 'pci/host-designware' into next | Bjorn Helgaas | 2013-12-20 | 3 | -17/+24 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | PCI: designware: Fix I/O transfers by using CPU (not realio) address | Pratyush Anand | 2013-12-20 | 1 | -3/+2 | |
| * | | | | | | PCI: designware: Add dw_pcie prefix before cfg_read/write | Pratyush Anand | 2013-12-20 | 3 | -13/+19 | |
| * | | | | | | PCI: designware: Fix missing MSI IRQs | Harro Haan | 2013-12-20 | 1 | -1/+3 | |
* | | | | | | | Merge branch 'pci/host-mvebu' into next | Bjorn Helgaas | 2013-12-20 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | PCI: mvebu: Remove redundant of_match_ptr | Sachin Kamat | 2013-12-19 | 1 | -2/+1 | |
* | | | | | | | Merge branch 'pci/host-imx6' into next | Bjorn Helgaas | 2013-12-20 | 2 | -54/+136 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | PCI: imx6: Fix bugs in PCIe startup code | Richard Zhu | 2013-12-19 | 1 | -9/+6 | |
| * | | | | | | | PCI: imx6: Start link in Gen1 before negotiating for Gen2 mode | Marek Vasut | 2013-12-19 | 1 | -6/+72 | |
| * | | | | | | | PCI: imx6: Factor out link up wait loop | Marek Vasut | 2013-12-19 | 1 | -14/+20 | |
| * | | | | | | | PCI: imx6: Factor out PHY reset | Marek Vasut | 2013-12-19 | 1 | -16/+19 | |
| * | | | | | | | PCI: imx6: Report "link up" only after link training completes | Marek Vasut | 2013-12-19 | 1 | -4/+13 | |
| * | | | | | | | PCI: imx6: Make reset-gpio optional | Marek Vasut | 2013-12-19 | 2 | -14/+15 | |
* | | | | | | | | Merge branch 'pci/vc' into next | Bjorn Helgaas | 2013-12-18 | 6 | -45/+549 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2 | Alex Williamson | 2013-12-17 | 3 | -29/+29 | |
| * | | | | | | | | PCI: Add Virtual Channel to save/restore support | Alex Williamson | 2013-12-17 | 5 | -5/+466 | |
| * | | | | | | | | PCI: Add support for save/restore of extended capabilities | Alex Williamson | 2013-12-17 | 2 | -9/+43 | |
| * | | | | | | | | PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction()) | Alex Williamson | 2013-12-17 | 2 | -23/+32 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'pci/pciehp' into next | Bjorn Helgaas | 2013-12-18 | 6 | -328/+185 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | PCI: pciehp: Move Attention & Power Indicator support tests to accessors | Bjorn Helgaas | 2013-12-15 | 2 | -29/+25 | |
| * | | | | | | | | PCI: pciehp: Use symbolic constants for Slot Control fields | Bjorn Helgaas | 2013-12-15 | 2 | -58/+36 | |
| * | | | | | | | | PCI: pciehp: Use symbolic constants, not hard-coded bitmask | Bjorn Helgaas | 2013-12-15 | 1 | -1/+4 | |
| * | | | | | | | | PCI: pciehp: Simplify "Power Fault Detected" checking/clearing | Bjorn Helgaas | 2013-12-15 | 1 | -3/+3 | |
| * | | | | | | | | PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc) | Bjorn Helgaas | 2013-12-15 | 1 | -3/+12 | |
| * | | | | | | | | PCI: pciehp: Make various functions void since they can't fail | Bjorn Helgaas | 2013-12-15 | 5 | -89/+54 | |
| * | | | | | | | | PCI: pciehp: Remove error checks when accessing PCIe Capability | Bjorn Helgaas | 2013-12-15 | 1 | -136/+41 | |
| * | | | | | | | | PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers | Bjorn Helgaas | 2013-12-14 | 1 | -47/+48 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'pci/host-tegra' into next | Bjorn Helgaas | 2013-12-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | PCI: Disable Gen2 for Tegra20 and Tegra30 | Eric Brower | 2013-12-07 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'pci/host-rcar' into next | Bjorn Helgaas | 2013-12-18 | 1 | -3/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | PCI: rcar: Add runtime PM support | Valentine Barshak | 2013-12-09 | 1 | -1/+7 | |
| * | | | | | | | | PCI: rcar: Fix rcar_pci_probe() return value check | Wei Yongjun | 2013-12-07 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'pci/host-mvebu' into next | Bjorn Helgaas | 2013-12-18 | 1 | -31/+55 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | PCI: mvebu: Remove duplicate of_clk_get_by_name() call | Andrew Lunn | 2013-12-09 | 1 | -8/+0 | |
| * | | | | | | | PCI: mvebu: Support a bridge with no IO port window | Jason Gunthorpe | 2013-11-26 | 1 | -20/+43 | |
| * | | | | | | | PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bits | Jason Gunthorpe | 2013-11-26 | 1 | -2/+12 | |
| * | | | | | | | PCI: mvebu: Drop writes to bridge Secondary Status register | Jason Gunthorpe | 2013-11-26 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'pci/host-imx6' into next | Bjorn Helgaas | 2013-12-18 | 1 | -27/+12 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | PCI: imx6: Remove unneeded 'goto err' | Fabio Estevam | 2013-12-09 | 1 | -22/+12 | |
| * | | | | | | PCI: imx6: Remove unneeded check of platform_get_resource() | Fabio Estevam | 2013-12-09 | 1 | -5/+0 | |
| |/ / / / / |