summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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-315-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-151-5/+2
|/
* Merge branch 'pci/resource'Bjorn Helgaas2023-04-201-4/+4
|\
| * PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko2023-04-051-4/+4
* | Merge branch 'pci/hotplug'Bjorn Helgaas2023-04-201-0/+15
|\ \
| * | PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lockLukas Wunner2023-04-111-0/+15
| |/
* / PCI: Use of_property_present() for testing DT property presenceRob Herring2023-04-181-2/+2
|/
* Merge branch 'pci/kbuild'Bjorn Helgaas2023-02-222-2/+0
|\
| * PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock2023-02-172-2/+0
* | PCI: pciehp: Add Qualcomm quirk for Command Completed erratumManivannan Sadhasivam2023-02-141-0/+2
|/
* PCI: pciehp: Enable Command Completed Interrupt only if supportedPali Rohár2022-12-071-1/+3
* PCI: shpchp: Remove unused get_mode1_ECC_cap callbackIan Cowan2022-11-223-22/+0
* PCI: acpiphp: Avoid setting is_hotplug_bridge for PCIe Upstream PortsRafael J. Wysocki2022-11-221-0/+8
* PCI: pciehp: Enable by default if USB4 enabledAlbert Zhou2022-11-151-0/+3
* PCI: hotplug: Clean up include filesChristophe Leroy2022-04-055-0/+6
* Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-259-29/+20
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2022-03-225-23/+8
| |\
| | * PCI: ibmphp: Remove unused assignmentsBjorn Helgaas2022-03-222-4/+1