summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
| | * PCI: cpqphp: Remove unused assignmentsBjorn Helgaas2022-03-223-19/+7
| * | Merge branch 'pci/hotplug'Bjorn Helgaas2022-03-221-0/+4
| |\ \
| | * | PCI: pciehp: Add Qualcomm quirk for Command Completed erratumManivannan Sadhasivam2022-02-101-0/+2
| | * | PCI: pciehp: Clear cmd_busy bit in polling modeLiguang Zhang2022-02-031-0/+2
| | |/
| * | Merge branch 'pci/bridge-class-codes'Bjorn Helgaas2022-03-221-1/+1
| |\ \
| | * | PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-171-1/+1
| | |/
| * / PCI/ACPI: Replace acpi_bus_get_device() with acpi_fetch_acpi_dev()Rafael J. Wysocki2022-02-042-5/+7
| |/
* / PCI: rpaphp: Add MODULE_DESCRIPTIONMamatha Inamdar2022-02-031-0/+1
|/
* Merge branch 'pci/errors'Bjorn Helgaas2022-01-132-7/+7
|\
| * PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-2/+2
| * PCI: pciehp: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-5/+5
* | PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errorsHans de Goede2022-01-123-4/+22
* | PCI: ibmphp: Remove commented-out functionsVihas Mak2021-12-102-79/+0
* | PCI: pciehp: Fix infinite loop in IRQ handler upon power faultLukas Wunner2021-11-191-3/+4
|/