summaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
AgeCommit message (Expand)Author
2021-01-12Revert "device property: Keep secondary firmware node secondary by type"Bard Liao
2020-11-05device property: Don't clear secondary pointer for shared primary firmware nodeAndy Shevchenko
2020-11-05device property: Keep secondary firmware node secondary by typeAndy Shevchenko
2020-09-03device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus
2020-03-20driver core: Fix creation of device links with PM-runtime flagsRafael J. Wysocki
2020-03-20driver core: Remove device link creation limitationRafael J. Wysocki
2020-03-20driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki
2020-03-20driver core: Make driver core own stateful device linksRafael J. Wysocki
2020-03-20driver core: Fix adding device links to probing suppliersRafael J. Wysocki
2020-03-20driver core: Remove the link if there is no driver with AUTO flagYong Wu
2020-01-27driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki
2020-01-27driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki
2020-01-27driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki
2020-01-27driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki
2020-01-27driver core: Do not resume suppliers under device_links_write_lock()Rafael J. Wysocki
2020-01-27driver core: Avoid careless re-use of existing device linksRafael J. Wysocki
2020-01-27driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handlingRafael J. Wysocki
2019-10-29cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki
2019-09-19driver core: Fix use-after-free and double free on glue directoryMuchun Song
2019-08-09drivers/base: Introduce kill_device()Dan Williams
2019-08-09driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck
2019-02-12kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-08-10Merge branch 'regulator-4.19' into regulator-nextMark Brown
2018-07-21base: core: Remove WARN_ON from link dependencies checkBenjamin Gaignard
2018-07-21drivers/base: stop new probing during shutdownPingfan Liu
2018-07-20driver core: set up ownership of class devices in sysfsDmitry Torokhov
2018-07-16drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt
2018-07-16driver core: remove unnecessary function extern declareShaokun Zhang
2018-07-09driver core: Add flag to autoremove device link on supplier unbindVivek Gautam
2018-07-09driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam
2018-07-06device: Add #define dev_fmt similar to #define pr_fmtJoe Perches
2018-07-05driver core: Add device_link_remove functionpascal paillet
2018-06-14PM / core: Fix supplier device runtime PM usage counter imbalanceRafael J. Wysocki
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-14driver core: add __printf verification to device_create_groups_vargsMathieu Malaterre
2018-05-14base: core: fix typo 'can by' to 'can be'Wolfram Sang
2018-05-14driver core: Don't ignore class_dir_create_and_add() failure.Tetsuo Handa
2018-04-24PM / core: fix deferred probe breaking suspend resume orderFeng Kan
2018-02-27driver core: Introduce device links reference countingLukas Wunner
2018-02-12PM / runtime: Update links_count also if !CONFIG_SRCULukas Wunner
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-05drivers: do not use print_symbol()Sergey Senozhatsky
2017-12-18drivers: base: omit redundant interationsGimcuan Hui
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds