summaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21driver core: bus: constantify subsys_register() callsGreg Kroah-Hartman1-3/+3
2023-12-21driver core: bus: make bus_sort_breadthfirst() take a const pointerGreg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constify bus_get()Greg Kroah-Hartman1-3/+3
2023-03-23driver core: bus: constify driver_find()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-4/+4
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman1-6/+22
2023-02-25driver core: bus: Handle early calls to bus_to_subsys()Geert Uytterhoeven1-1/+1
2023-02-10driver core: bus: update my copyright noticeGreg Kroah-Hartman1-0/+1
2023-02-10driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman1-0/+20
2023-02-09driver core: bus: constify bus_unregister()Greg Kroah-Hartman1-1/+1
2023-02-09driver core: bus: constify some internal functionsGreg Kroah-Hartman1-2/+2
2023-02-09driver core: bus: constify bus_get_kset()Greg Kroah-Hartman1-1/+1
2023-02-09driver core: bus: constify bus_register/unregister_notifier()Greg Kroah-Hartman1-2/+2
2023-02-09driver core: remove private pointer from struct bus_typeGreg Kroah-Hartman1-4/+0
2023-02-09driver core: create bus_is_registered()Greg Kroah-Hartman1-0/+16
2023-02-09driver core: bus: clean up driver_find()Greg Kroah-Hartman1-8/+15
2023-02-09driver core: move driver_find() to bus.cGreg Kroah-Hartman1-0/+27
2023-02-09driver core: bus: clean up bus_sort_breadthfirst()Greg Kroah-Hartman1-6/+5
2023-02-09driver core: bus: bus iterator cleanupsGreg Kroah-Hartman1-6/+12
2023-02-09driver core: bus: bus_add/remove_driver() cleanupsGreg Kroah-Hartman1-13/+26
2023-02-09driver core: bus: bus_register/unregister_notifier() cleanupsGreg Kroah-Hartman1-5/+23
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