summaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
Commit message (Expand)AuthorAgeFilesLines
* PM / core: Fix supplier device runtime PM usage counter imbalanceRafael J. Wysocki2018-06-141-4/+11
* Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-051-4/+14
|\
| * driver core: add __printf verification to device_create_groups_vargsMathieu Malaterre2018-05-141-1/+1
| * base: core: fix typo 'can by' to 'can be'Wolfram Sang2018-05-141-1/+1
| * driver core: Don't ignore class_dir_create_and_add() failure.Tetsuo Handa2018-05-141-2/+12
* | PM / core: fix deferred probe breaking suspend resume orderFeng Kan2018-04-241-0/+20
|/
* driver core: Introduce device links reference countingLukas Wunner2018-02-271-8/+17
* PM / runtime: Update links_count also if !CONFIG_SRCULukas Wunner2018-02-121-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2
|\
| * drivers: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2
* | drivers: base: omit redundant interationsGimcuan Hui2017-12-181-1/+1
* | driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-3/+0
* | driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
|/
* Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-161-1/+1
|\
| * driver core: Move device_links_purge() after bus_remove_device()Jeffy Chen2017-10-201-1/+1
* | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-1/+1
|\ \
| * | of: wrap accesses to device_node kobjectRob Herring2017-10-161-1/+1
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek2017-08-281-4/+5
* Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman2017-07-221-0/+132
|\
| * driver core: add devm_device_add_group() and friendsDmitry Torokhov2017-07-221-0/+130
| * driver core: make device_{add|remove}_groups() publicDmitry Torokhov2017-07-221-0/+2
* | Add "shutdown" to "struct class".Josh Zimmerman2017-07-071-1/+5
* | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-5/+2
|\ \
| * | kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-251-5/+2
| |/
* | driver core: add helper to reuse a device-tree nodeJohan Hovold2017-06-131-0/+16
|/
* driver core: don't initialize 'parent' in device_add()Viresh Kumar2017-04-081-1/+1
* drivers core: remove assert_held_device_hotplug()Heiko Carstens2017-03-161-5/+0
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* mm: validate device_hotplug is held for memory hotplugDan Williams2017-02-241-0/+5
* Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman2017-01-141-7/+0
* driver core: Silence device links sphinx warningLukas Wunner2016-12-051-2/+2
* driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings2016-11-101-0/+7
* PM / runtime: Optimize the use of device linksRafael J. Wysocki2016-10-311-7/+13
* PM / runtime: Use device linksRafael J. Wysocki2016-10-311-1/+26
* driver core: Functional dependencies tracking supportRafael J. Wysocki2016-10-311-0/+540
* Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-031-10/+29
|\
| * driver core: fix race between creating/querying glue dir and its cleanupMing Lei2016-08-311-10/+29
* | driver core: Don't leak secondary fwnode on device removalLukas Wunner2016-08-311-0/+1
|/
* driver core: Do not overwrite secondary fwnode with NULL if it is setMika Westerberg2015-12-071-1/+4
* of: to support binding numa node to specified device in devicetreeZhen Lei2015-10-171-1/+1
* Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-011-0/+43
|\
| * driver core: implement device_for_each_child_reverse()Andy Shevchenko2015-07-281-0/+43
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-0/+3
|\ \
| * | genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu2015-07-221-0/+3
| |/
* | driver core: correct device's shutdown orderGrygorii Strashko2015-08-051-0/+49
|/
* drivers/base/core.c: use strreplace()Rasmus Villemoes2015-06-251-5/+4
* Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-141-0/+51
|\
| * device property: Make it possible to use secondary firmware nodesRafael J. Wysocki2015-04-031-0/+51
* | drivers/core/of: Add symlink to device-tree from devices with an OF nodeBenjamin Herrenschmidt2015-03-251-2/+14
OpenPOWER on IntegriCloud