aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/hotplug/rpaphp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran1-1/+1
2020-03-25powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran1-0/+2
2020-03-25PCI: rpaphp: Remove unused variable 'value'Chen Zhou1-2/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2019-11-20PCI: Fix typosBjorn Helgaas1-2/+2
2019-11-13PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-infoTyrel Datwyler1-2/+3
2019-11-13PCI: rpaphp: Annotate and correctly byte swap DRC propertiesTyrel Datwyler1-14/+15
2019-11-13PCI: rpaphp: Add drc-info support for hotplug slot registrationTyrel Datwyler1-20/+69
2019-11-13PCI: rpaphp: Don't rely on firmware feature to imply drc-info supportTyrel Datwyler1-1/+1
2019-11-13PCI: rpaphp: Fix up pointer to first drc-info entryTyrel Datwyler1-0/+2
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-08-30PCI: Remove unnecessary returnsKrzysztof Wilczynski1-1/+0
2019-08-05PCI: rpaphp: Avoid a sometimes-uninitialized warningNathan Chancellor1-11/+7
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner1-7/+7
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner1-2/+2
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner1-1/+1
2018-07-23PCI: hotplug: Demidlayer registration with the coreLukas Wunner1-1/+1
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-15/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-15/+1
2018-01-21hotplug/drc-info: Add code to search ibm,drc-info propertyMichael Bringmann1-25/+82
2017-08-24PCI: Convert to using %pOF instead of full_name()Rob Herring1-1/+1
2016-05-11powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan1-2/+2
2016-01-20Merge branch 'pci/trivial' into nextBjorn Helgaas1-1/+1
2016-01-10PCI: hotplug: Use list_for_each_entry() to simplify codeGeliang Tang1-4/+3
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-1/+1
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely1-2/+2
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-3/+3
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-4/+3
2014-04-25PCI: rphahp: Fix endianess issuesLaurent Dufour1-6/+9
2014-01-14PCI: hotplug: Use global PCI rescan-remove lockingRafael J. Wysocki1-0/+4
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-4/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-04-28powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-22PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug opsJesse Barnes1-1/+0
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox1-11/+12
2009-06-16PCI hotplug: remove redundant .owner initializationsKenji Kaneshige1-1/+0
2008-10-20PCI hotplug: rpaphp: make debug var uniqueKristen Carlson Accardi1-2/+2
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2007-11-28pci hotplug: kernel-doc fixesRandy Dunlap1-3/+12
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-5/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08Merge branch 'linux-2.6'Paul Mackerras1-109/+91
2007-05-02PCI: rpaphp: Remove semaphoresLinas Vepstas1-35/+3
2007-05-02PCI: rpaphp: Use pcibios_remove_pci_devices() symmetricallyLinas Vepstas1-8/+2
2007-05-02PCI: rpaphp: Document is_php_dn()Linas Vepstas1-13/+29
2007-05-02PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot()Linas Vepstas1-1/+1
2007-05-02PCI: rpaphp: refactor tail call to rpaphp_register_slot()Linas Vepstas1-0/+3
2007-05-02PCI: rpaphp: remove rpaphp_set_attention_status()Linas Vepstas1-11/+10