| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mvebu-mbus_pci-fixes-3.15' of git://git.infradead.org/linux-mvebu ... | Olof Johansson | 2014-05-04 | 1 | -16/+76 |
|\ |
|
| * | PCI: mvebu: split PCIe BARs into multiple MBus windows when needed | Thomas Petazzoni | 2014-04-24 | 1 | -14/+74 |
| * | PCI: mvebu: fix off-by-one in the computed size of the mbus windows | Willy Tarreau | 2014-04-24 | 1 | -2/+2 |
* | | PCI: tegra: Use new OF interrupt mapping when possible | Lucas Stach | 2014-04-16 | 1 | -1/+6 |
* | | PCI: rcar: Use new OF interrupt mapping when possible | Lucas Stach | 2014-04-16 | 1 | -1/+7 |
* | | PCI: designware: Use new OF interrupt mapping when possible | Lucas Stach | 2014-04-16 | 1 | -3/+9 |
* | | PCI: designware: Fix iATU programming for cfg1, io and mem viewport | Mohit Kumar | 2014-04-16 | 1 | -3/+3 |
* | | PCI: designware: Fix comment for setting number of lanes | Mohit Kumar | 2014-04-16 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-04-01 | 5 | -80/+177 |
|\ |
|
| *---. | Merge branches 'pci/host-designware', 'pci/host-imx6' and 'pci/host-rcar' int... | Bjorn Helgaas | 2014-02-26 | 4 | -78/+153 |
| |\ \ \ |
|
| | | | * | PCI: rcar: Make the Kconfig dependencies more generic | Magnus Damm | 2014-02-26 | 1 | -1/+1 |
| | | | * | PCI: rcar: Break out window size handling | Magnus Damm | 2014-02-18 | 1 | -3/+28 |
| | | | * | PCI: rcar: Register each instance independently | Magnus Damm | 2014-02-18 | 1 | -60/+20 |
| | | | * | PCI: rcar: Fix bridge logic configuration accesses | Ben Dooks | 2014-02-18 | 1 | -0/+4 |
| | | | * | PCI: rcar: Add error interrupt handling | Ben Dooks | 2014-02-18 | 1 | -0/+60 |
| | | | * | PCI: rcar: Check platform_get_irq() return code | Ben Dooks | 2014-02-18 | 1 | -0/+5 |
| | | * | | PCI: imx6: Wait for retraining | Marek Vasut | 2014-02-19 | 1 | -13/+34 |
| | | |/ |
|
| | * | | PCI: designware: Fix RC BAR to be single 64-bit non-prefetchable memory BAR | Mohit Kumar | 2014-02-19 | 1 | -1/+1 |
| | |/ |
|
| * | | PCI: mvebu: Call request_resource() on the apertures | Jason Gunthorpe | 2014-02-18 | 1 | -1/+23 |
| * | | PCI: mvebu: Fix potential issue in range parsing | Jean-Jacques Hiblot | 2014-02-14 | 1 | -1/+1 |
| * | | PCI: mvebu: Use Device ID and revision from underlying endpoint | Andrew Lunn | 2014-02-12 | 1 | -9/+2 |
| |/ |
|
* | | Merge branch 'irq/for-gpio' into irq/core | Thomas Gleixner | 2014-03-12 | 1 | -9/+2 |
|\ \ |
|
| * | | PCI: mvebu: Use Device ID and revision from underlying endpoint | Andrew Lunn | 2014-02-12 | 1 | -9/+2 |
| |/ |
|
* | | pci: pcie-designware: Remove irq_desc abuse | Thomas Gleixner | 2014-03-04 | 1 | -3/+1 |
|/ |
|
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-01-23 | 1 | -15/+38 |
|\ |
|
| * | Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm... | Olof Johansson | 2013-12-26 | 1 | -15/+38 |
| |\ |
|
| | * | ARM: tegra: pass reset to tegra_powergate_sequence_power_up() | Stephen Warren | 2013-12-11 | 1 | -1/+2 |
| | * | pci: tegra: use reset framework | Stephen Warren | 2013-12-11 | 1 | -14/+36 |
* | | | Merge branch 'pci/host-mvebu' into next | Bjorn Helgaas | 2014-01-07 | 1 | -4/+6 |
|\ \ \ |
|
| * | | | PCI: mvebu: Use max_t() instead of max(resource_size_t,) | Jingoo Han | 2014-01-02 | 1 | -2/+2 |
| * | | | PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamically | Thomas Petazzoni | 2014-01-02 | 1 | -2/+4 |
* | | | | Merge branch 'pci/host-designware' into next | Bjorn Helgaas | 2014-01-07 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | PCI: designware: Fix indent code style | Jingoo Han | 2014-01-02 | 1 | -2/+2 |
* | | | | | 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 | 1 | -54/+134 |
|\ \ \ \ \ |
|
| * | | | | | 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 | 1 | -14/+13 |
* | | | | | | 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 |