summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pciehp_hpc.c
AgeCommit message (Expand)Author
2023-10-24PCI: hotplug: Use FIELD_GET/PREP()Ilpo Järvinen
2023-08-10PCI: pciehp: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-06-26Merge branch 'pci/hotplug'Bjorn Helgaas
2023-06-14PCI: pciehp: Rely on dev->link_active_reportingMaciej W. Rozycki
2023-05-24PCI: pciehp: Simplify Attention Button loggingBjorn Helgaas
2023-02-14PCI: pciehp: Add Qualcomm quirk for Command Completed erratumManivannan Sadhasivam
2022-12-07PCI: pciehp: Enable Command Completed Interrupt only if supportedPali Rohár
2022-02-10PCI: pciehp: Add Qualcomm quirk for Command Completed erratumManivannan Sadhasivam
2022-02-03PCI: pciehp: Clear cmd_busy bit in polling modeLiguang Zhang
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas
2022-01-12PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errorsHans de Goede
2021-11-19PCI: pciehp: Fix infinite loop in IRQ handler upon power faultLukas Wunner
2021-11-18PCI: pciehp: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu
2021-10-15PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot ResetLukas Wunner
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede
2021-06-16PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner
2020-09-17PCI: pciehp: Reduce noisiness on hot removalLukas Wunner
2020-03-31PCI: pciehp: Fix MSI interrupt raceStuart Hayes
2020-03-31PCI: pciehp: Fix indefinite wait on sysfs requestsLukas Wunner
2020-02-20PCI: pciehp: Add DMI table for in-band presence detection disabledStuart Hayes
2020-02-20PCI: pciehp: Wait for PDS if in-band presence is disabledAlexandru Gagniuc
2020-02-20PCI: pciehp: Disable in-band presence detect when possibleAlexandru Gagniuc
2019-11-12PCI: pciehp: Prevent deadlock on disconnectMika Westerberg
2019-11-11PCI: pciehp: Refactor infinite loop in pcie_poll_cmd()Andy Shevchenko
2019-10-04PCI: pciehp: Avoid returning prematurely from sysfs requestsLukas Wunner
2019-09-05PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Denis Efremov
2019-09-05PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov
2019-09-05PCI: pciehp: Combine adjacent indicator updatesDenis Efremov
2019-09-05PCI: pciehp: Add pciehp_set_indicators() to set both indicatorsDenis Efremov
2019-05-09PCI: pciehp: Remove pointless MY_NAME definitionBjorn Helgaas
2019-05-09PCI: pciehp: Remove unused dbg/err/info/warn() wrappersFrederick Lawler
2019-05-09PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler
2019-05-09PCI: pciehp: Remove pciehp_debug usesBjorn Helgaas
2019-03-06Merge branch 'pci/pm'Bjorn Helgaas
2019-03-06Merge branch 'pci/misc'Bjorn Helgaas
2019-02-15PCI: pciehp: Disable Data Link Layer State Changed event on suspendMika Westerberg
2019-02-01PCI: pciehp: Add HXT quirk for Command Completed errataShunyong Yang
2019-01-14PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardwareMika Westerberg
2018-10-02PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg
2018-10-02PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg
2018-10-02PCI: Make link active reporting detection genericKeith Busch
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner
2018-09-18PCI: pciehp: Rename controller struct members for clarityLukas Wunner
2018-09-18PCI: pciehp: Unify controller and slot structsLukas Wunner
2018-09-18PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner
2018-09-17PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner
2018-09-17PCI: pciehp: Drop unnecessary includesLukas Wunner
2018-09-11PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas
2018-07-31PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner