summaryrefslogtreecommitdiff
path: root/drivers/base/base.h
AgeCommit message (Expand)Author
2023-04-03driver core: class: make class_register() take a const *Greg Kroah-Hartman
2023-03-31driver core: make sysfs_dev_char_kobj staticGreg Kroah-Hartman
2023-03-31driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman
2023-03-31driver core: core: move to use class_to_subsys()Greg Kroah-Hartman
2023-03-27driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman
2023-03-24driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman
2023-03-10driver core: Make state_synced device attribute writeableSaravana Kannan
2023-03-10driver core: Add fw_devlink.sync_state command line paramSaravana Kannan
2023-02-14Revert "devtmpfs: remove return value of devtmpfs_delete_node()"Greg Kroah-Hartman
2023-02-11devtmpfs: remove return value of devtmpfs_delete_node()Longlong Xia
2023-02-09driver core: create bus_is_registered()Greg Kroah-Hartman
2023-02-09driver core: add local subsys_get and subsys_put functionsGreg Kroah-Hartman
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman
2023-01-11driver core: change to_subsys_private() to use container_of_const()Greg Kroah-Hartman
2022-11-10driver core: mark driver_allows_async_probing staticChristoph Hellwig
2022-09-09driver core: remove make_class_name declarationGaosheng Cui
2022-06-10driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan
2022-05-19driver core: Extend deferred probe timeout on driver registrationSaravana Kannan
2021-07-16software nodes: Split software_node_notify()Rafael J. Wysocki
2021-06-21driver core: Export device_driver_attach()Jason Gunthorpe
2021-04-05driver core: Improve fw_devlink & deferred_probe_timeout interactionSaravana Kannan
2021-03-23driver core: Update device link status properly for device_bind_driver()Saravana Kannan
2021-02-11driver core: auxiliary bus: Fix calling stage for auxiliary bus initDave Jiang
2020-12-09driver core: make driver_probe_device() staticJulian Wiedmann
2020-12-09Revert "driver core: fw_devlink: Add support for batching fwnode parsing"Saravana Kannan
2020-12-09Revert "driver core: Don't do deferred probe in parallel with kernel_init thr...Saravana Kannan
2020-07-30driver core: add deferring probe reason to devices_deferred propertyAndrzej Hajda
2020-07-10driver core: Don't do deferred probe in parallel with kernel_init threadSaravana Kannan
2020-05-15driver core: fw_devlink: Add support for batching fwnode parsingSaravana Kannan
2019-12-16device.h: move devtmpfs prototypes out of the fileGreg Kroah-Hartman
2019-12-12drivers/base: base.h: add proper copyright and header infoGreg Kroah-Hartman
2019-08-13driver/core: Convert to use built-in RCU list checkingJoel Fernandes (Google)
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck
2019-01-31driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck
2019-01-18driver core: move device->knode_class to device_privateWei Yang
2018-07-16driver core: remove unnecessary function extern declareShaokun Zhang
2018-04-24PM / core: fix deferred probe breaking suspend resume orderFeng Kan
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-22driver core: make device_{add|remove}_groups() publicDmitry Torokhov
2017-01-14Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman
2016-11-10driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings
2016-10-31driver core: Functional dependencies tracking supportRafael J. Wysocki
2015-11-30PM / sleep: prohibit devices probing during suspend/hibernationStrashko, Grygorii
2015-08-05driver core: correct device's shutdown orderGrygorii Strashko