summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp.h
Commit message (Expand)AuthorAgeFilesLines
* PCI: pciehp: Support interrupts sent from D3hotLukas Wunner2018-07-311-0/+5
* PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-311-1/+1
* PCI: pciehp: Avoid slot access during resetLukas Wunner2018-07-311-0/+5
* PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-241-2/+1Star
* PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-241-2/+0Star
* PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-241-3/+0Star
* PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-241-0/+18
* PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-241-1/+14
* PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-241-2/+0Star
* PCI: pciehp: Handle events synchronouslyLukas Wunner2018-07-241-16/+4Star
* PCI: pciehp: Convert to threaded pollingLukas Wunner2018-07-241-2/+2
* PCI: pciehp: Convert to threaded IRQLukas Wunner2018-07-241-0/+3
* PCI: pciehp: Document struct slot and struct controllerLukas Wunner2018-07-241-4/+44
* PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner2018-07-241-1/+1
* PCI: pciehp: Fix use-after-free on unplugLukas Wunner2018-07-241-0/+1
* PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg2018-05-241-1/+1
* PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas2018-03-091-1/+1
* PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler2018-02-231-1/+2
* PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1Star
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch2016-09-231-0/+3
* PCI: Fix all whitespace issuesBogicevic Sasa2016-01-081-4/+4
* PCI: pciehp: Remove ignored MRL sensor interrupt eventsBjorn Helgaas2015-08-101-6/+4Star
* PCI: pciehp: Remove unused interrupt eventsBjorn Helgaas2015-08-101-7/+3Star
* PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas2015-06-181-5/+1Star
* PCI: pciehp: Drop pointless ACPI-based "slot detection" checkRafael J. Wysocki2015-05-211-17/+0Star
* PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsBjorn Helgaas2014-09-131-1/+1
* PCI: pciehp: Remove struct controller.no_cmd_completeRajat Jain2014-07-051-1/+0Star
* PCI: pciehp: Compute timeout from hotplug command start timeBjorn Helgaas2014-06-171-0/+1
* PCI: pciehp: Make pcie_wait_cmd() self-containedBjorn Helgaas2014-06-161-0/+1
* PCI: pciehp: Use PCI_EXP_SLTCAP_PSN defineBjorn Helgaas2014-04-151-1/+1
* PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain2014-02-121-0/+1
* PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain2014-02-111-0/+3
* PCI: pciehp: Make check_link_active() non-staticRajat Jain2014-02-111-0/+1
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-251-2/+0Star
|\
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+0Star
* | Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-01-141-1/+0Star
|\ \
| * | PCI: Make local functions staticStephen Hemminger2014-01-131-1/+0Star
| |/
* / PCI: pciehp: Make various functions void since they can't failBjorn Helgaas2013-12-161-7/+7
|/
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* PCI: pciehp: Add reset_slot() methodAlex Williamson2013-08-141-0/+1
* PCI: Remove "extern" from function declarationsBjorn Helgaas2013-04-171-11/+11
* PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang2013-01-121-1/+1
* PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_wid...Yinghai Lu2012-07-121-4/+0Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige2011-12-051-1/+0Star
* pciehp: update workqueue usageTejun Heo2010-10-181-0/+2
* PCI hotplug: Fix build with CONFIG_ACPI unsetRafael J. Wysocki2010-08-251-0/+4
* PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki2010-08-241-12/+0Star
* pciehp: use pci_pcie_cap()Kenji Kaneshige2009-11-251-1/+0Star