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