aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-9/+14
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+9
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+18
2018-08-10Merge branch 'regulator-4.19' into regulator-nextMark Brown1-0/+30
2018-07-21base: core: Remove WARN_ON from link dependencies checkBenjamin Gaignard1-2/+2
2018-07-21drivers/base: stop new probing during shutdownPingfan Liu1-0/+3
2018-07-20driver core: set up ownership of class devices in sysfsDmitry Torokhov1-0/+9
2018-07-16drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt1-0/+2
2018-07-16driver core: remove unnecessary function extern declareShaokun Zhang1-1/+1
2018-07-09driver core: Add flag to autoremove device link on supplier unbindVivek Gautam1-0/+10
2018-07-09driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam1-7/+8
2018-07-06device: Add #define dev_fmt similar to #define pr_fmtJoe Perches1-6/+6
2018-07-05driver core: Add device_link_remove functionpascal paillet1-0/+30
2018-06-14PM / core: Fix supplier device runtime PM usage counter imbalanceRafael J. Wysocki1-4/+11
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+14
2018-05-14driver core: add __printf verification to device_create_groups_vargsMathieu Malaterre1-1/+1
2018-05-14base: core: fix typo 'can by' to 'can be'Wolfram Sang1-1/+1
2018-05-14driver core: Don't ignore class_dir_create_and_add() failure.Tetsuo Handa1-2/+12
2018-04-24PM / core: fix deferred probe breaking suspend resume orderFeng Kan1-0/+20
2018-02-27driver core: Introduce device links reference countingLukas Wunner1-8/+17
2018-02-12PM / runtime: Update links_count also if !CONFIG_SRCULukas Wunner1-0/+3
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-3/+2
2018-01-05drivers: do not use print_symbol()Sergey Senozhatsky1-3/+2
2017-12-18drivers: base: omit redundant interationsGimcuan Hui1-1/+1
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman1-3/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman1-0/+1
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-20driver core: Move device_links_purge() after bus_remove_device()Jeffy Chen1-1/+1
2017-10-16of: wrap accesses to device_node kobjectRob Herring1-1/+1
2017-08-28Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek1-4/+5
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman1-0/+132
2017-07-22driver core: add devm_device_add_group() and friendsDmitry Torokhov1-0/+130
2017-07-22driver core: make device_{add|remove}_groups() publicDmitry Torokhov1-0/+2
2017-07-07Add "shutdown" to "struct class".Josh Zimmerman1-1/+5
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+2
2017-06-13driver core: add helper to reuse a device-tree nodeJohan Hovold1-0/+16
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha1-5/+2
2017-04-08driver core: don't initialize 'parent' in device_add()Viresh Kumar1-1/+1
2017-03-16drivers core: remove assert_held_device_hotplug()Heiko Carstens1-5/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-24mm: validate device_hotplug is held for memory hotplugDan Williams1-0/+5
2017-01-14Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman1-7/+0
2016-12-05driver core: Silence device links sphinx warningLukas Wunner1-2/+2
2016-11-10driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings1-0/+7
2016-10-31PM / runtime: Optimize the use of device linksRafael J. Wysocki1-7/+13
2016-10-31PM / runtime: Use device linksRafael J. Wysocki1-1/+26
2016-10-31driver core: Functional dependencies tracking supportRafael J. Wysocki1-0/+540
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+29