summaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-09driver core: bus: bus_get_kset() cleanupGreg Kroah-Hartman1-1/+10
2023-02-09driver core: bus: subsys_interface_register/unregister() cleanupsGreg Kroah-Hartman1-16/+29
2023-02-09driver core: bus: bus_register/unregister() cleanupsGreg Kroah-Hartman1-28/+26
2023-02-09driver core: bus: bus_add/probe/remove_device() cleanupsGreg Kroah-Hartman1-33/+54
2023-02-09driver core: bus: sysfs function cleanupsGreg Kroah-Hartman1-6/+29
2023-02-09driver core: bus: convert bus_create/remove_file to be constantGreg Kroah-Hartman1-11/+17
2023-02-09driver core: bus: constantify the bus_find_* functionsGreg Kroah-Hartman1-3/+3
2023-02-09driver core: bus: implement bus_get/put() without the private pointerGreg Kroah-Hartman1-8/+53
2023-02-08driver core: make kobj_type structures constantThomas Weißschuh1-2/+2
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman1-1/+4
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman1-0/+8
2023-01-10driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman1-0/+5
2023-01-10driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman1-2/+1
2023-01-10driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman1-2/+1
2023-01-10driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman1-3/+2
2023-01-10driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman1-41/+0
2023-01-10driver core: make bus_get_device_klist() staticGreg Kroah-Hartman1-2/+1
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman1-1/+1
2022-05-19driver: base: fix UAF when driver_attach failedSchspa Shi1-1/+3
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman1-1/+1
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho1-1/+1
2021-07-21driver: base: Replace symbolic permissions with octal permissionsJinchao Wang1-3/+3
2021-06-22driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig1-5/+1
2021-06-22driver core: Pull required checks into driver_probe_device()Jason Gunthorpe1-1/+1
2021-01-27drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printkJoe Pater1-1/+1
2021-01-07drivers: base: remove unused function find_bus()Joe Pater1-17/+0
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches1-1/+1
2019-12-16device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman1-0/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose1-24/+0
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-3/+3
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck1-20/+3
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck1-19/+4
2019-01-08driver core: drop use of BUS_ATTR()Greg Kroah-Hartman1-1/+8
2019-01-08driver core: bus: convert to use BUS_ATTR_WO and RWGreg Kroah-Hartman1-6/+5
2018-12-19sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter1-2/+5
2018-12-06kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha1-4/+8
2018-05-31driver core: hold dev's parent lock when neededMartin Liu1-8/+8
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-08-31driver core: bus: Fix a potential double freeChristophe JAILLET1-1/+1
2017-06-12driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman1-36/+1
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha1-8/+2
2016-02-10driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang1-3/+2
2016-02-10driver core: bus: use list_for_each_entry*Geliang Tang1-7/+3
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov1-8/+23
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao1-2/+2
2014-11-07driver core: Fix unbalanced device reference in drivers_probeAlex Williamson1-3/+5
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-2/+11
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1