summaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
AgeCommit message (Expand)Author
2023-03-23driver core: bus: constify bus_get()Greg Kroah-Hartman
2023-03-23driver core: bus: constify driver_find()Greg Kroah-Hartman
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman
2023-02-25driver core: bus: Handle early calls to bus_to_subsys()Geert Uytterhoeven
2023-02-10driver core: bus: update my copyright noticeGreg Kroah-Hartman
2023-02-10driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman
2023-02-09driver core: bus: constify bus_unregister()Greg Kroah-Hartman
2023-02-09driver core: bus: constify some internal functionsGreg Kroah-Hartman
2023-02-09driver core: bus: constify bus_get_kset()Greg Kroah-Hartman
2023-02-09driver core: bus: constify bus_register/unregister_notifier()Greg Kroah-Hartman
2023-02-09driver core: remove private pointer from struct bus_typeGreg Kroah-Hartman
2023-02-09driver core: create bus_is_registered()Greg Kroah-Hartman
2023-02-09driver core: bus: clean up driver_find()Greg Kroah-Hartman
2023-02-09driver core: move driver_find() to bus.cGreg Kroah-Hartman
2023-02-09driver core: bus: clean up bus_sort_breadthfirst()Greg Kroah-Hartman
2023-02-09driver core: bus: bus iterator cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: bus_add/remove_driver() cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: bus_register/unregister_notifier() cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: bus_get_kset() cleanupGreg Kroah-Hartman
2023-02-09driver core: bus: subsys_interface_register/unregister() cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: bus_register/unregister() cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: bus_add/probe/remove_device() cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: sysfs function cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: convert bus_create/remove_file to be constantGreg Kroah-Hartman
2023-02-09driver core: bus: constantify the bus_find_* functionsGreg Kroah-Hartman
2023-02-09driver core: bus: implement bus_get/put() without the private pointerGreg Kroah-Hartman
2023-02-08driver core: make kobj_type structures constantThomas Weißschuh
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman
2023-01-10driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman
2023-01-10driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman
2023-01-10driver core: make bus_get_device_klist() staticGreg Kroah-Hartman
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman
2022-05-19driver: base: fix UAF when driver_attach failedSchspa Shi
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho
2021-07-21driver: base: Replace symbolic permissions with octal permissionsJinchao Wang
2021-06-21driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig
2021-06-21driver core: Pull required checks into driver_probe_device()Jason Gunthorpe
2021-01-27drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printkJoe Pater
2021-01-07drivers: base: remove unused function find_bus()Joe Pater
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches
2019-12-16device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose