summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_hpc.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: hotplug: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-241-2/+3
* PCI: pciehp: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-08-101-9/+3
* Merge branch 'pci/hotplug'Bjorn Helgaas2023-06-261-4/+1
|\
| * PCI: pciehp: Simplify Attention Button loggingBjorn Helgaas2023-05-241-4/+1
* | PCI: pciehp: Rely on dev->link_active_reportingMaciej W. Rozycki2023-06-141-5/+2
|/
* 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: 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/errors'Bjorn Helgaas2022-01-131-5/+5
|\
| * 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-121-3/+18
* | PCI: pciehp: Fix infinite loop in IRQ handler upon power faultLukas Wunner2021-11-191-3/+4
|/
* PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot ResetLukas Wunner2021-10-151-0/+26
* PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-1/+1
* PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner2021-06-161-0/+36
* PCI: pciehp: Reduce noisiness on hot removalLukas Wunner2020-09-171-6/+9
* PCI: pciehp: Fix MSI interrupt raceStuart Hayes2020-03-311-6/+20
* PCI: pciehp: Fix indefinite wait on sysfs requestsLukas Wunner2020-03-311-7/+7
* PCI: pciehp: Add DMI table for in-band presence detection disabledStuart Hayes2020-02-201-0/+22
* PCI: pciehp: Wait for PDS if in-band presence is disabledAlexandru Gagniuc2020-02-201-0/+19
* PCI: pciehp: Disable in-band presence detect when possibleAlexandru Gagniuc2020-02-201-2/+10
* PCI: pciehp: Prevent deadlock on disconnectMika Westerberg2019-11-121-11/+48
* PCI: pciehp: Refactor infinite loop in pcie_poll_cmd()Andy Shevchenko2019-11-111-4/+2
* PCI: pciehp: Avoid returning prematurely from sysfs requestsLukas Wunner2019-10-041-0/+2
* PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Denis Efremov2019-09-051-36/+0
* PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov2019-09-051-25/+0
* PCI: pciehp: Combine adjacent indicator updatesDenis Efremov2019-09-051-2/+2
* PCI: pciehp: Add pciehp_set_indicators() to set both indicatorsDenis Efremov2019-09-051-0/+36
* PCI: pciehp: Remove pointless MY_NAME definitionBjorn Helgaas2019-05-091-1/+1
* PCI: pciehp: Remove unused dbg/err/info/warn() wrappersFrederick Lawler2019-05-091-1/+1
* PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-091-0/+2
* PCI: pciehp: Remove pciehp_debug usesBjorn Helgaas2019-05-091-8/+5
* Merge branch 'pci/pm'Bjorn Helgaas2019-03-061-2/+15
|\
| * PCI: pciehp: Disable Data Link Layer State Changed event on suspendMika Westerberg2019-02-151-2/+15
* | Merge branch 'pci/misc'Bjorn Helgaas2019-03-061-0/+2
|\ \
| * | PCI: pciehp: Add HXT quirk for Command Completed errataShunyong Yang2019-02-011-0/+2
| |/
* / PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardwareMika Westerberg2019-01-141-1/+1
|/
* PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg2018-10-021-2/+4
* PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg2018-10-021-0/+10
* PCI: Make link active reporting detection genericKeith Busch2018-10-021-20/+2
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-181-4/+4
* PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-181-3/+3
* PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-181-79/+35
* PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-181-6/+19
* PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-171-2/+6
* PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-171-3/+0
* PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch2018-09-111-9/+9
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-151-2/+3
|\
| * PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-191-1/+1