summaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: bus: constify bus_get()Greg Kroah-Hartman2023-03-231-3/+3
* driver core: bus: constify driver_find()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-4/+4
* driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2023-03-231-6/+22
* driver core: bus: Handle early calls to bus_to_subsys()Geert Uytterhoeven2023-02-251-1/+1
* driver core: bus: update my copyright noticeGreg Kroah-Hartman2023-02-101-0/+1
* driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman2023-02-101-0/+20
* driver core: bus: constify bus_unregister()Greg Kroah-Hartman2023-02-091-1/+1
* driver core: bus: constify some internal functionsGreg Kroah-Hartman2023-02-091-2/+2
* driver core: bus: constify bus_get_kset()Greg Kroah-Hartman2023-02-091-1/+1
* driver core: bus: constify bus_register/unregister_notifier()Greg Kroah-Hartman2023-02-091-2/+2
* driver core: remove private pointer from struct bus_typeGreg Kroah-Hartman2023-02-091-4/+0
* driver core: create bus_is_registered()Greg Kroah-Hartman2023-02-091-0/+16
* driver core: bus: clean up driver_find()Greg Kroah-Hartman2023-02-091-8/+15
* driver core: move driver_find() to bus.cGreg Kroah-Hartman2023-02-091-0/+27
* driver core: bus: clean up bus_sort_breadthfirst()Greg Kroah-Hartman2023-02-091-6/+5
* driver core: bus: bus iterator cleanupsGreg Kroah-Hartman2023-02-091-6/+12
* driver core: bus: bus_add/remove_driver() cleanupsGreg Kroah-Hartman2023-02-091-13/+26
* driver core: bus: bus_register/unregister_notifier() cleanupsGreg Kroah-Hartman2023-02-091-5/+23
* driver core: bus: bus_get_kset() cleanupGreg Kroah-Hartman2023-02-091-1/+10
* driver core: bus: subsys_interface_register/unregister() cleanupsGreg Kroah-Hartman2023-02-091-16/+29
* driver core: bus: bus_register/unregister() cleanupsGreg Kroah-Hartman2023-02-091-28/+26
* driver core: bus: bus_add/probe/remove_device() cleanupsGreg Kroah-Hartman2023-02-091-33/+54
* driver core: bus: sysfs function cleanupsGreg Kroah-Hartman2023-02-091-6/+29
* driver core: bus: convert bus_create/remove_file to be constantGreg Kroah-Hartman2023-02-091-11/+17
* driver core: bus: constantify the bus_find_* functionsGreg Kroah-Hartman2023-02-091-3/+3
* driver core: bus: implement bus_get/put() without the private pointerGreg Kroah-Hartman2023-02-091-8/+53
* driver core: make kobj_type structures constantThomas Weißschuh2023-02-081-2/+2
* driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman2023-02-011-1/+4
* driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman2023-01-181-0/+8
* driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman2023-01-101-0/+5
* driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman2023-01-101-2/+1
* driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman2023-01-101-2/+1
* driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman2023-01-101-3/+2
* driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman2023-01-101-41/+0
* driver core: make bus_get_device_klist() staticGreg Kroah-Hartman2023-01-101-2/+1
* kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman2022-11-221-1/+1
* driver: base: fix UAF when driver_attach failedSchspa Shi2022-05-191-1/+3
* kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2021-12-281-1/+1
* driver core: make kobj_type constant.Wedson Almeida Filho2021-12-271-1/+1
* driver: base: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-211-3/+3
* driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig2021-06-211-5/+1
* driver core: Pull required checks into driver_probe_device()Jason Gunthorpe2021-06-211-1/+1
* drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printkJoe Pater2021-01-271-1/+1
* drivers: base: remove unused function find_bus()Joe Pater2021-01-071-17/+0
* drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-021-1/+1
* device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman2019-12-161-0/+1
* drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-301-24/+0