aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-17PCI: pciehp: Clean up debug loggingBjorn Helgaas1-36/+3
2015-05-22PCI: pciehp: Drop pointless label from pciehp_probe()Rafael J. Wysocki1-3/+2
2015-05-21PCI: pciehp: Drop pointless ACPI-based "slot detection" checkRafael J. Wysocki1-7/+3
2014-10-27Revert duplicate "PCI: pciehp: Prevent NULL dereference during probe"Kamal Mostafa1-7/+0
2014-09-16PCI: pciehp: Prevent NULL dereference during probeAndreas Noever1-0/+7
2014-06-16PCI: Prevent NULL dereference during pciehp probeAndreas Noever1-0/+7
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-2/+1
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-2/+2
2014-02-19PCI: pciehp: Cleanup whitespaceBjorn Helgaas1-0/+1
2014-02-11PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain1-1/+6
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas1-1/+1
2014-01-13PCI: Make local functions staticStephen Hemminger1-1/+1
2013-12-15PCI: pciehp: Make various functions void since they can't failBjorn Helgaas1-5/+10
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-2/+2
2013-08-14PCI: pciehp: Add reset_slot() methodAlex Williamson1-0/+12
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+0
2013-02-01PCI: pciehp: Drop suspend/resume ENTRY messagesPaul Bolle1-2/+0
2013-01-12PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang1-9/+2
2012-09-07PCI: pciehp: Always implement resume, regardless of pciehp_force paramOliver Neukum1-14/+14
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-12-05PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige1-9/+0
2011-12-05PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige1-1/+1
2010-10-18pciehp: update workqueue usageTejun Heo1-1/+17
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox1-25/+0
2009-11-04PCI: pciehp: prevent unnecessary power offKenji Kaneshige1-16/+10
2009-11-04PCI: pciehp: fix typo in pciehp_probeKenji Kaneshige1-1/+1
2009-11-04PCI: pciehp: return error on read/write failureKenji Kaneshige1-47/+8
2009-11-04PCI: pciehp: create files only for existing capabilitiesKenji Kaneshige1-16/+22
2009-09-17PCI: pciehp: remove number fieldKenji Kaneshige1-2/+2
2009-09-17PCI: pciehp: remove hpc_opsKenji Kaneshige1-13/+13
2009-09-17PCI: pciehp: remove pci_dev fieldKenji Kaneshige1-3/+3
2009-09-17PCI: pciehp: remove slot_device_offset fieldKenji Kaneshige1-4/+2
2009-09-17PCI: pciehp: remove hp_slot fieldKenji Kaneshige1-2/+2
2009-09-17PCI: pciehp: remove device fieldKenji Kaneshige1-6/+3
2009-09-17PCI: pciehp: remove bus fieldKenji Kaneshige1-1/+2
2009-09-17PCI: pciehp: remove slot_list fieldKenji Kaneshige1-63/+57
2009-06-16PCI hotplug: remove redundant .owner initializationsKenji Kaneshige1-1/+0
2009-06-16PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.Kenji Kaneshige1-110/+1
2009-03-20PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki1-2/+2
2009-03-19PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki1-10/+2
2009-03-19PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki1-1/+1
2009-02-24PCI: pciehp: Handle interrupts that happen during initialization.Eric W. Biederman1-0/+7
2009-01-19PCI hotplug: fix lock imbalance in pciehpJiri Slaby1-1/+3
2009-01-07PCI: pciehp: add ACPI based slot detectionKenji Kaneshige1-0/+1
2008-12-16PCI: pciehp: fix unexpected power off with pciehp_forceKenji Kaneshige1-11/+12
2008-10-23PCI hotplug: pciehp: message refinementTaku Izumi1-18/+20
2008-10-22PCI: pciehp: remove 'name' parameterAlex Chiang1-16/+17
2008-10-22PCI: prevent duplicate slot namesAlex Chiang1-15/+0