| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errors | Hans de Goede | 2022-01-12 | 1 | -0/+3 |
* | PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot Reset | Lukas Wunner | 2021-10-15 | 1 | -0/+2 |
* | PCI: Change the type of probe argument in reset functions | Amey Narkhede | 2021-08-19 | 1 | -1/+1 |
* | PCI: Fix kernel-doc formatting | Krzysztof WilczyĆski | 2021-07-06 | 1 | -0/+3 |
* | PCI: pciehp: Remove unused EMI() and HP_SUPR_RM() macros | Ani Sinha | 2020-04-23 | 1 | -2/+0 |
* | PCI: pciehp: Disable in-band presence detect when possible | Alexandru Gagniuc | 2020-02-21 | 1 | -0/+1 |
* | PCI: pciehp: Prevent deadlock on disconnect | Mika Westerberg | 2019-11-13 | 1 | -3/+3 |
* | PCI: pciehp: Avoid returning prematurely from sysfs requests | Lukas Wunner | 2019-10-04 | 1 | -0/+2 |
* | PCI: pciehp: Refer to "Indicators" instead of "LEDs" in comments | Bjorn Helgaas | 2019-09-05 | 1 | -2/+2 |
* | PCI: pciehp: Remove pciehp_green_led_{on,off,blink}() | Denis Efremov | 2019-09-05 | 1 | -3/+0 |
* | PCI: pciehp: Remove pciehp_set_attention_status() | Denis Efremov | 2019-09-05 | 1 | -1/+0 |
* | PCI: pciehp: Add pciehp_set_indicators() to set both indicators | Denis Efremov | 2019-09-05 | 1 | -0/+3 |
* | PCI: pciehp: Remove pointless MY_NAME definition | Bjorn Helgaas | 2019-05-09 | 1 | -2/+0 |
* | PCI: pciehp: Remove unused dbg/err/info/warn() wrappers | Frederick Lawler | 2019-05-09 | 1 | -9/+0 |
* | PCI: pciehp: Log messages with pci_dev, not pcie_device | Frederick Lawler | 2019-05-09 | 1 | -8/+8 |
* | PCI: pciehp: Replace pciehp_debug module param with dyndbg | Frederick Lawler | 2019-05-09 | 1 | -10/+6 |
* | PCI: pciehp: Disable hotplug interrupt during suspend | Mika Westerberg | 2018-10-02 | 1 | -0/+2 |
* | PCI: Make link active reporting detection generic | Keith Busch | 2018-10-02 | 1 | -6/+0 |
* | PCI: hotplug: Embed hotplug_slot | Lukas Wunner | 2018-09-19 | 1 | -3/+8 |
* | PCI: pciehp: Reshuffle controller struct for clarity | Lukas Wunner | 2018-09-19 | 1 | -26/+31 |
* | PCI: pciehp: Rename controller struct members for clarity | Lukas Wunner | 2018-09-19 | 1 | -5/+5 |
* | PCI: pciehp: Unify controller and slot structs | Lukas Wunner | 2018-09-19 | 1 | -37/+30 |
* | PCI: pciehp: Tolerate Presence Detect hardwired to zero | Lukas Wunner | 2018-09-19 | 1 | -1/+2 |
* | PCI: pciehp: Drop hotplug_slot_ops wrappers | Lukas Wunner | 2018-09-17 | 1 | -4/+4 |
* | PCI: pciehp: Drop unnecessary includes | Lukas Wunner | 2018-09-17 | 1 | -1/+0 |
* | PCI: pciehp: Differentiate between surprise and safe removal | Lukas Wunner | 2018-09-17 | 1 | -1/+1 |
* | PCI: pciehp: Support interrupts sent from D3hot | Lukas Wunner | 2018-07-31 | 1 | -0/+5 |
* | PCI: pciehp: Clear spurious events earlier on resume | Lukas Wunner | 2018-07-31 | 1 | -1/+1 |
* | PCI: pciehp: Avoid slot access during reset | Lukas Wunner | 2018-07-31 | 1 | -0/+5 |
* | PCI: pciehp: Become resilient to missed events | Lukas Wunner | 2018-07-24 | 1 | -2/+1 |
* | PCI: pciehp: Declare pciehp_enable/disable_slot() static | Lukas Wunner | 2018-07-24 | 1 | -2/+0 |
* | PCI: pciehp: Drop enable/disable lock | Lukas Wunner | 2018-07-24 | 1 | -3/+0 |
* | PCI: pciehp: Enable/disable exclusively from IRQ thread | Lukas Wunner | 2018-07-24 | 1 | -0/+18 |
* | PCI: pciehp: Track enable/disable status | Lukas Wunner | 2018-07-24 | 1 | -1/+14 |
* | PCI: pciehp: Drop slot workqueue | Lukas Wunner | 2018-07-24 | 1 | -2/+0 |
* | PCI: pciehp: Handle events synchronously | Lukas Wunner | 2018-07-24 | 1 | -16/+4 |
* | PCI: pciehp: Convert to threaded polling | Lukas Wunner | 2018-07-24 | 1 | -2/+2 |
* | PCI: pciehp: Convert to threaded IRQ | Lukas Wunner | 2018-07-24 | 1 | -0/+3 |
* | PCI: pciehp: Document struct slot and struct controller | Lukas Wunner | 2018-07-24 | 1 | -4/+44 |
* | PCI: pciehp: Declare pciehp_unconfigure_device() void | Lukas Wunner | 2018-07-24 | 1 | -1/+1 |
* | PCI: pciehp: Fix use-after-free on unplug | Lukas Wunner | 2018-07-24 | 1 | -0/+1 |
* | PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resume | Mika Westerberg | 2018-05-24 | 1 | -1/+1 |
* | PCI/portdrv: Merge pcieport_if.h into portdrv.h | Bjorn Helgaas | 2018-03-09 | 1 | -1/+1 |
* | PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/ | Frederick Lawler | 2018-02-23 | 1 | -1/+2 |
* | PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate | Bjorn Helgaas | 2018-01-28 | 1 | -15/+1 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | PCI: pciehp: Allow exclusive userspace control of indicators | Keith Busch | 2016-09-23 | 1 | -0/+3 |
* | PCI: Fix all whitespace issues | Bogicevic Sasa | 2016-01-08 | 1 | -4/+4 |
* | PCI: pciehp: Remove ignored MRL sensor interrupt events | Bjorn Helgaas | 2015-08-10 | 1 | -6/+4 |
* | PCI: pciehp: Remove unused interrupt events | Bjorn Helgaas | 2015-08-10 | 1 | -7/+3 |