summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/rpaphp_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-2/+2
|\
| * PCI: Fix typosBjorn Helgaas2019-11-201-2/+2
* | PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-infoTyrel Datwyler2019-11-131-2/+3
* | PCI: rpaphp: Annotate and correctly byte swap DRC propertiesTyrel Datwyler2019-11-131-14/+15
* | PCI: rpaphp: Add drc-info support for hotplug slot registrationTyrel Datwyler2019-11-131-20/+69
* | PCI: rpaphp: Don't rely on firmware feature to imply drc-info supportTyrel Datwyler2019-11-131-1/+1
* | PCI: rpaphp: Fix up pointer to first drc-info entryTyrel Datwyler2019-11-131-0/+2
|/
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-1/+0
|\
| * PCI: Remove unnecessary returnsKrzysztof Wilczynski2019-08-301-1/+0
* | PCI: rpaphp: Avoid a sometimes-uninitialized warningNathan Chancellor2019-08-051-11/+7
|/
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-181-7/+7
* PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-181-2/+2
* PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-181-1/+1
* PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-231-1/+1
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-15/+1
|\
| * PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1
* | hotplug/drc-info: Add code to search ibm,drc-info propertyMichael Bringmann2018-01-211-25/+82
|/
* PCI: Convert to using %pOF instead of full_name()Rob Herring2017-08-241-1/+1
* powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan2016-05-111-2/+2
* Merge branch 'pci/trivial' into nextBjorn Helgaas2016-01-201-1/+1
|\
| * PCI: Fix all whitespace issuesBogicevic Sasa2016-01-081-1/+1
* | PCI: hotplug: Use list_for_each_entry() to simplify codeGeliang Tang2016-01-101-4/+3
|/
* of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-2/+2
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-3/+3
* PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-101-4/+3
* PCI: rphahp: Fix endianess issuesLaurent Dufour2014-04-251-6/+9
* PCI: hotplug: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-141-0/+4
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-4/+4
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt2010-04-281-0/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug opsJesse Barnes2010-02-221-1/+0
* PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-221-11/+12
* PCI hotplug: remove redundant .owner initializationsKenji Kaneshige2009-06-161-1/+0
* PCI hotplug: rpaphp: make debug var uniqueKristen Carlson Accardi2008-10-201-2/+2
* PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-201-3/+3
* pci hotplug: kernel-doc fixesRandy Dunlap2007-11-281-3/+12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-081-5/+5
|\
| * Merge branch 'linux-2.6'Paul Mackerras2007-05-081-109/+91
| |\
| * | [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-05-021-5/+5
* | | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
| |/ |/|
* | PCI: rpaphp: Remove semaphoresLinas Vepstas2007-05-021-35/+3
* | PCI: rpaphp: Use pcibios_remove_pci_devices() symmetricallyLinas Vepstas2007-05-021-8/+2
* | PCI: rpaphp: Document is_php_dn()Linas Vepstas2007-05-021-13/+29
* | PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot()Linas Vepstas2007-05-021-1/+1
* | PCI: rpaphp: refactor tail call to rpaphp_register_slot()Linas Vepstas2007-05-021-0/+3
* | PCI: rpaphp: remove rpaphp_set_attention_status()Linas Vepstas2007-05-021-11/+10
* | PCI: rpaphp: remove a call that does nothing but a pointer lookupLinas Vepstas2007-05-021-15/+2
* | PCI: rpaphp: Remove another wrappered functionLinas Vepstas2007-05-021-3/+13