summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/misc'Bjorn Helgaas2024-11-251-7/+1
|\
| * PCI: hotplug: Remove "Returns" kerneldoc from void functionsIlpo Järvinen2024-09-301-6/+0
| * PCI: hotplug: Reorganize kerneldoc parameter namesJulia Lawall2024-09-301-1/+1
* | Merge branch 'pci/hotplug-octeon'Bjorn Helgaas2024-11-253-0/+438
|\ \
| * | PCI: hotplug: Add OCTEON PCI hotplug controller driverShijith Thotton2024-11-133-0/+438
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas2024-11-253-30/+19
|\ \
| * | PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()Ilpo Järvinen2024-10-221-19/+15
| * | PCI: cpqphp: Use define to read class/revision dwordIlpo Järvinen2024-10-221-2/+2
| * | PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presenceIlpo Järvinen2024-10-221-16/+6
| * | PCI: cpqphp: Fix PCIBIOS_* return value confusionIlpo Järvinen2024-10-221-5/+10
| * | PCI: cpqphp: Remove unused struct ctrl_dbg.ctrlChristophe JAILLET2024-10-181-1/+0
| * | PCI: cpcihp: Remove unused struct cpci_hp_controller_ops.hardware_testGuilherme Giacomo Simoes2024-10-181-1/+0
| |/
* | Merge branch 'pci/driver-remove'Bjorn Helgaas2024-11-251-1/+1
|\ \
| * | PCI: acpiphp_ampere_altra: Switch back to struct platform_driver::remove()Sergio Paracuellos2024-10-031-1/+1
| |/
* | PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controllerIlpo Järvinen2024-11-161-0/+5
* | PCI: Refactor pcie_update_link_speed()Ilpo Järvinen2024-11-111-1/+1
|/
* Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-238-122/+86
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2024-09-192-2/+2
| |\
| | * PCI: Fix typosBjorn Helgaas2024-09-192-2/+2
| * | PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config readsweiyufeng2024-08-061-2/+2
| * | PCI: shpchp: Remove hpc_opsngn2024-08-025-118/+82
| |/
* / PCI: pciehp: Retain Power Indicator bits for userspace indicatorsBlazej Kucman2024-08-011-1/+3
|/
* Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-07-191-2/+1
|\
| * pci/hotplug/pnv_php: Fix hotplug driver crash on PowernvKrishna Kumar2024-07-041-2/+1
* | PCI: acpiphp: Add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-181-0/+1
* | PCI: pciehp: Detect device replacement during system sleepLukas Wunner2024-05-304-1/+54
|/
* PCI: hotplug: Remove obsolete sgi_hotplug TODO notesNam Cao2024-05-031-8/+0
* PCI: hotplug: Document unchecked return value of pci_hp_add_bridge()Nam Cao2024-05-031-0/+6
* s390/pci: introduce lock to synchronize state of zpci_dev'sGerd Bayer2024-02-201-22/+43
* Revert "PCI: acpiphp: Reassign resources on bridge if necessary"Bjorn Helgaas2023-12-151-6/+3
* Merge branch 'pci/field-get'Bjorn Helgaas2023-10-283-4/+7
|\
| * PCI: hotplug: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-243-4/+7
* | Merge branch 'pci/hotplug'Bjorn Helgaas2023-10-284-2/+141
|\ \
| * | PCI: hotplug: Add Ampere Altra Attention Indicator extension driverD Scott Phillips2023-10-263-0/+140
| * | PCI: acpiphp: Allow built-in drivers for Attention IndicatorsD Scott Phillips2023-10-251-2/+1
| |/
* / PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen2023-10-034-17/+18
|/
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-3/+82
|\
| * PCI: rpaphp: Error out on busy status from get-sensor-stateMahesh Salgaonkar2023-08-181-3/+82
* | Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-305-19/+8
|\ \
| * \ Merge branch 'pci/misc'Bjorn Helgaas2023-08-293-5/+0
| |\ \
| | * | PCI: Remove unused function declarationsYue Haibing2023-08-243-5/+0
| | |/
| * | Merge branch 'pci/pcie-rmw'Bjorn Helgaas2023-08-291-9/+3
| |\ \
| | * | PCI: pciehp: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-08-101-9/+3
| | |/
| * / PCI: ibmphp: Make read-only arrays staticColin Ian King2023-07-181-5/+5
| |/
* / PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root busIgor Mammedov2023-08-081-1/+7
|/
* Merge branch 'pci/hotplug'Bjorn Helgaas2023-06-263-14/+17
|\
| * PCI: acpiphp: Reassign resources on bridge if necessaryIgor Mammedov2023-05-241-4/+1
| * PCI: pciehp: Cancel bringup sequence if card is not presentRongguang Wei2023-05-241-0/+8
| * PCI: pciehp: Simplify Attention Button loggingBjorn Helgaas2023-05-242-10/+8
* | PCI: pciehp: Rely on dev->link_active_reportingMaciej W. Rozycki2023-06-141-5/+2
|/