summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard2017-09-271-73/+167
| * | ipmi: Use a temporary BMC for an interfaceCorey Minyard2017-09-271-9/+13
| * | ipmi: Dynamically fetch GUID periodicallyCorey Minyard2017-09-271-19/+42
| * | ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard2017-09-271-28/+65
| * | ipmi: Remove the device id from ipmi_register_smi()Corey Minyard2017-09-275-25/+1Star
| * | ipmi: allow dynamic BMC version informationJeremy Kerr2017-09-271-15/+190
| * | ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard2017-09-271-35/+10Star
| * | ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr2017-09-273-14/+16
| * | ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr2017-09-271-0/+11
| * | ipmi: Get the device id through a functionCorey Minyard2017-09-273-42/+130
| * | ipmi: Fix printing the BMC guidCorey Minyard2017-09-271-3/+6
| * | ipmi: Rework BMC registrationCorey Minyard2017-09-271-23/+45
| * | ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard2017-09-271-10/+23
| * | ipmi: Fix issues with BMC refcountsCorey Minyard2017-09-271-16/+35
| * | ipmi: Check that the device type is BMC when scanning deviceCorey Minyard2017-09-271-3/+9
| * | ipmi: Move bmc find routing to below bmc device typeCorey Minyard2017-09-271-50/+51
| * | ipmi: Fix getting the GUID dataCorey Minyard2017-09-271-1/+1
| * | IPMI: make ipmi_poweroff_handler constBhumika Goyal2017-09-271-1/+1
| * | ipmi: Make IPMI panic strings always availableCorey Minyard2017-09-273-24/+98
| * | char: ipmi: make function ipmi_get_info_from_resources staticColin Ian King2017-09-271-2/+3
| * | ipmi: fix unsigned long underflowCorey Minyard2017-09-271-4/+6
| * | char: ipmi: eliminate misleading print info when being probed via ACPIHanjun Guo2017-09-271-1/+1
* | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1687-574/+3456
|\ \ \
| * \ \ Merge branch 'pci/host-xilinx' into nextBjorn Helgaas2017-11-141-3/+3
| |\ \ \
| | * | | PCI: xilinx: Rename xilinx_pcie_link_is_up() to xilinx_pcie_link_up()Bjorn Helgaas2017-11-091-3/+3
| * | | | Merge branch 'pci/host-xgene' into nextBjorn Helgaas2017-11-141-2/+2
| |\ \ \ \
| | * | | | PCI: xgene: Rename xgene_pcie_probe_bridge() to xgene_pcie_probe()Bjorn Helgaas2017-11-101-2/+2
| | |/ / /
| * | | | Merge branch 'pci/host-v3-semi' into nextBjorn Helgaas2017-11-145-7/+1041
| |\ \ \ \
| | * | | | PCI: v3-semi: Add V3 Semiconductor PCI host driverLinus Walleij2017-10-054-0/+973
| | * | | | PCI: v3: Update the device tree bindingsLinus Walleij2017-10-051-7/+68
| | |/ / /
| * | | | Merge branch 'pci/host-thunder' into nextBjorn Helgaas2017-11-142-0/+15
| |\ \ \ \
| | * | | | PCI: Avoid slot reset if bridge itself is brokenJan Glauber2017-10-111-0/+4
| | * | | | PCI: Avoid bus reset if bridge itself is brokenDavid Daney2017-10-111-0/+4
| | * | | | PCI: Mark Cavium CN8xxx to avoid bus resetDavid Daney2017-10-111-0/+7
| | |/ / /
| * | | | Merge branch 'pci/host-tegra' into nextBjorn Helgaas2017-11-142-31/+261
| |\ \ \ \
| | * | | | PCI: tegra: Add Tegra186 PCIe supportManikanta Maddireddy2017-10-181-25/+109
| | * | | | dt-bindings: pci: tegra: Document Tegra186 PCIe DTManikanta Maddireddy2017-10-181-4/+130
| | * | | | PCI: tegra: Use generic accessors where possibleThierry Reding2017-10-111-2/+22
| | |/ / /
| * | | | Merge branch 'pci/host-tango' into nextBjorn Helgaas2017-11-148-102/+232
| |\ \ \ \
| | * | | | PCI: tango: Add MSI controller supportMarc Gonzalez2017-10-051-3/+202
| | * | | | PCI: Use of_pci_dma_range_parser_init() to reduce duplicationMarc Gonzalez2017-10-055-95/+5Star
| | * | | | of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing supportMarc Gonzalez2017-10-052-4/+25
| | |/ / /
| * | | | Merge branch 'pci/host-rcar' into nextBjorn Helgaas2017-11-141-6/+4Star
| |\ \ \ \
| | * | | | dt-bindings: PCI: rcar: Correct example to match realityGeert Uytterhoeven2017-10-201-6/+4Star
| | |/ / /
| * | | | Merge branch 'pci/host-layerscape' into nextBjorn Helgaas2017-11-147-0/+129
| |\ \ \ \
| | * | | | PCI: layerscape: Change default error response behaviorMinghuan Lian2017-10-201-0/+11
| | * | | | PCI: Disable MSI for Freescale Layerscape PCIe RC modeHou Zhiqiang2017-10-201-0/+8
| | * | | | arm64: dts: ls1046a: Add PCIe controller DT nodesHou Zhiqiang2017-10-121-0/+75
| | * | | | arm64: dts: ls1012a: Add PCIe controller DT nodeHou Zhiqiang2017-10-121-0/+24
| | * | | | PCI: layerscape: Add support for ls1012aHou Zhiqiang2017-10-122-0/+2