aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25driver core: Clarify which counterparts to use to device_add()Borislav Petkov1-0/+5
2019-02-20driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki1-2/+2
2019-02-13driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki1-17/+4
2019-02-01driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki1-1/+15
2019-02-01driver core: Make driver core own stateful device linksRafael J. Wysocki1-15/+54
2019-02-01driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki1-0/+3
2019-02-01driver core: Fix adding device links to probing suppliersRafael J. Wysocki1-8/+66
2019-02-01driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki1-15/+30
2019-02-01driver core: Do not resume suppliers under device_links_write_lock()Rafael J. Wysocki1-6/+14
2019-02-01driver core: Avoid careless re-use of existing device linksRafael J. Wysocki1-3/+20
2019-02-01driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handlingRafael J. Wysocki1-8/+12
2019-01-31driver core: Establish order of operations for device_add and device_del via bitflagAlexander Duyck1-0/+11
2019-01-22driver core: Remove the link if there is no driver with AUTO flagYong Wu1-2/+2
2019-01-22driver core: silence device link messages unless debuggingJerome Brunet1-3/+3
2019-01-18driver core: move device->knode_class to device_privateWei Yang1-2/+2
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+22
2018-12-06kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha1-1/+7
2018-12-06kref/kobject: Improve documentationEzequiel Garcia1-2/+1
2018-11-27driver core: Replace simple_strto{l,ul} by kstrtou{l,ul}Kaitao cheng1-7/+14
2018-11-26drivers: base: Introducing software nodes to the firmware node frameworkHeikki Krogerus1-0/+4
2018-11-26ACPI / glue: Add acpi_platform_notify() functionHeikki Krogerus1-0/+7
2018-11-26drivers core: Prepare support for multiple platform notificationsHeikki Krogerus1-7/+16
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