aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21driver core: bus: constantify subsys_register() callsGravatar Greg Kroah-Hartman 1-3/+3
2023-12-21driver core: bus: make bus_sort_breadthfirst() take a const pointerGravatar Greg Kroah-Hartman 1-1/+1
2023-03-23driver core: bus: constify bus_get()Gravatar Greg Kroah-Hartman 1-3/+3
2023-03-23driver core: bus: constify driver_find()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-23driver core: bus: constify bus_rescan_devices()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-23driver core: bus: constantify bus_register()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGravatar Greg Kroah-Hartman 1-4/+4
2023-03-23driver core: bus: move dev_root out of struct bus_typeGravatar Greg Kroah-Hartman 1-6/+22
2023-02-25driver core: bus: Handle early calls to bus_to_subsys()Gravatar Geert Uytterhoeven 1-1/+1
2023-02-10driver core: bus: update my copyright noticeGravatar Greg Kroah-Hartman 1-0/+1
2023-02-10driver core: bus: add bus_get_dev_root() functionGravatar Greg Kroah-Hartman 1-0/+20
2023-02-09driver core: bus: constify bus_unregister()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-09driver core: bus: constify some internal functionsGravatar Greg Kroah-Hartman 1-2/+2
2023-02-09driver core: bus: constify bus_get_kset()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-09driver core: bus: constify bus_register/unregister_notifier()Gravatar Greg Kroah-Hartman 1-2/+2
2023-02-09driver core: remove private pointer from struct bus_typeGravatar Greg Kroah-Hartman 1-4/+0
2023-02-09driver core: create bus_is_registered()Gravatar Greg Kroah-Hartman 1-0/+16
2023-02-09driver core: bus: clean up driver_find()Gravatar Greg Kroah-Hartman 1-8/+15
2023-02-09driver core: move driver_find() to bus.cGravatar Greg Kroah-Hartman 1-0/+27
2023-02-09driver core: bus: clean up bus_sort_breadthfirst()Gravatar Greg Kroah-Hartman 1-6/+5
2023-02-09driver core: bus: bus iterator cleanupsGravatar Greg Kroah-Hartman 1-6/+12
2023-02-09driver core: bus: bus_add/remove_driver() cleanupsGravatar Greg Kroah-Hartman 1-13/+26
2023-02-09driver core: bus: bus_register/unregister_notifier() cleanupsGravatar Greg Kroah-Hartman 1-5/+23
2023-02-09driver core: bus: bus_get_kset() cleanupGravatar Greg Kroah-Hartman 1-1/+10
2023-02-09driver core: bus: subsys_interface_register/unregister() cleanupsGravatar Greg Kroah-Hartman 1-16/+29
2023-02-09driver core: bus: bus_register/unregister() cleanupsGravatar Greg Kroah-Hartman 1-28/+26
2023-02-09driver core: bus: bus_add/probe/remove_device() cleanupsGravatar Greg Kroah-Hartman 1-33/+54
2023-02-09driver core: bus: sysfs function cleanupsGravatar Greg Kroah-Hartman 1-6/+29
2023-02-09driver core: bus: convert bus_create/remove_file to be constantGravatar Greg Kroah-Hartman 1-11/+17
2023-02-09driver core: bus: constantify the bus_find_* functionsGravatar Greg Kroah-Hartman 1-3/+3
2023-02-09driver core: bus: implement bus_get/put() without the private pointerGravatar Greg Kroah-Hartman 1-8/+53
2023-02-08driver core: make kobj_type structures constantGravatar Thomas Weißschuh 1-2/+2
2023-02-01driver core: bus: move lock_class_key into dynamic structureGravatar Greg Kroah-Hartman 1-1/+4
2023-01-18driver core: bus: move bus notifier logic into bus.cGravatar Greg Kroah-Hartman 1-0/+8
2023-01-10driver core: move struct subsys_dev_iter to a local fileGravatar Greg Kroah-Hartman 1-0/+5
2023-01-10driver core: make subsys_dev_iter_exit() staticGravatar Greg Kroah-Hartman 1-2/+1
2023-01-10driver core: make subsys_dev_iter_next() staticGravatar Greg Kroah-Hartman 1-2/+1
2023-01-10driver core: make subsys_dev_iter_init() staticGravatar Greg Kroah-Hartman 1-3/+2
2023-01-10driver core: remove subsys_find_device_by_id()Gravatar Greg Kroah-Hartman 1-41/+0
2023-01-10driver core: make bus_get_device_klist() staticGravatar Greg Kroah-Hartman 1-2/+1
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2022-05-19driver: base: fix UAF when driver_attach failedGravatar Schspa Shi 1-1/+3
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGravatar Greg Kroah-Hartman 1-1/+1
2021-12-27driver core: make kobj_type constant.Gravatar Wedson Almeida Filho 1-1/+1
2021-07-21driver: base: Replace symbolic permissions with octal permissionsGravatar Jinchao Wang 1-3/+3
2021-06-21driver core: Flow the return code from ->probe() through to sysfs bindGravatar Christoph Hellwig 1-5/+1
2021-06-21driver core: Pull required checks into driver_probe_device()Gravatar Jason Gunthorpe 1-1/+1
2021-01-27drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printkGravatar Joe Pater 1-1/+1
2021-01-07drivers: base: remove unused function find_bus()Gravatar Joe Pater 1-17/+0
2020-10-02drivers core: Miscellaneous changes for sysfs_emitGravatar Joe Perches 1-1/+1