aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
AgeCommit message (Expand)Author
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-12-06kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha
2018-12-06kref/kobject: Improve documentationEzequiel Garcia
2018-11-27driver core: Replace simple_strto{l,ul} by kstrtou{l,ul}Kaitao cheng
2018-11-26drivers: base: Introducing software nodes to the firmware node frameworkHeikki Krogerus
2018-11-26ACPI / glue: Add acpi_platform_notify() functionHeikki Krogerus
2018-11-26drivers core: Prepare support for multiple platform notificationsHeikki Krogerus
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
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-20driver core: Move device_links_purge() after bus_remove_device()Jeffy Chen
2017-10-16of: wrap accesses to device_node kobjectRob Herring
2017-08-28Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman
2017-07-22driver core: add devm_device_add_group() and friendsDmitry Torokhov
2017-07-22driver core: make device_{add|remove}_groups() publicDmitry Torokhov
2017-07-07Add "shutdown" to "struct class".Josh Zimmerman
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-06-13driver core: add helper to reuse a device-tree nodeJohan Hovold
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha
2017-04-08driver core: don't initialize 'parent' in device_add()Viresh Kumar
2017-03-16drivers core: remove assert_held_device_hotplug()Heiko Carstens
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-24mm: validate device_hotplug is held for memory hotplugDan Williams