index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-25
driver core: bus: Handle early calls to bus_to_subsys()
Geert Uytterhoeven
1
-1
/
+1
2023-02-10
driver core: bus: update my copyright notice
Greg Kroah-Hartman
1
-0
/
+1
2023-02-10
driver core: bus: add bus_get_dev_root() function
Greg Kroah-Hartman
1
-0
/
+20
2023-02-09
driver core: bus: constify bus_unregister()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-09
driver core: bus: constify some internal functions
Greg Kroah-Hartman
1
-2
/
+2
2023-02-09
driver core: bus: constify bus_get_kset()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-09
driver core: bus: constify bus_register/unregister_notifier()
Greg Kroah-Hartman
1
-2
/
+2
2023-02-09
driver core: remove private pointer from struct bus_type
Greg Kroah-Hartman
1
-4
/
+0
2023-02-09
driver core: create bus_is_registered()
Greg Kroah-Hartman
1
-0
/
+16
2023-02-09
driver core: bus: clean up driver_find()
Greg Kroah-Hartman
1
-8
/
+15
2023-02-09
driver core: move driver_find() to bus.c
Greg Kroah-Hartman
1
-0
/
+27
2023-02-09
driver core: bus: clean up bus_sort_breadthfirst()
Greg Kroah-Hartman
1
-6
/
+5
2023-02-09
driver core: bus: bus iterator cleanups
Greg Kroah-Hartman
1
-6
/
+12
2023-02-09
driver core: bus: bus_add/remove_driver() cleanups
Greg Kroah-Hartman
1
-13
/
+26
2023-02-09
driver core: bus: bus_register/unregister_notifier() cleanups
Greg Kroah-Hartman
1
-5
/
+23
2023-02-09
driver core: bus: bus_get_kset() cleanup
Greg Kroah-Hartman
1
-1
/
+10
2023-02-09
driver core: bus: subsys_interface_register/unregister() cleanups
Greg Kroah-Hartman
1
-16
/
+29
2023-02-09
driver core: bus: bus_register/unregister() cleanups
Greg Kroah-Hartman
1
-28
/
+26
2023-02-09
driver core: bus: bus_add/probe/remove_device() cleanups
Greg Kroah-Hartman
1
-33
/
+54
2023-02-09
driver core: bus: sysfs function cleanups
Greg Kroah-Hartman
1
-6
/
+29
2023-02-09
driver core: bus: convert bus_create/remove_file to be constant
Greg Kroah-Hartman
1
-11
/
+17
2023-02-09
driver core: bus: constantify the bus_find_* functions
Greg Kroah-Hartman
1
-3
/
+3
2023-02-09
driver core: bus: implement bus_get/put() without the private pointer
Greg Kroah-Hartman
1
-8
/
+53
2023-02-08
driver core: make kobj_type structures constant
Thomas Weißschuh
1
-2
/
+2
2023-02-01
driver core: bus: move lock_class_key into dynamic structure
Greg Kroah-Hartman
1
-1
/
+4
2023-01-18
driver core: bus: move bus notifier logic into bus.c
Greg Kroah-Hartman
1
-0
/
+8
2023-01-10
driver core: move struct subsys_dev_iter to a local file
Greg Kroah-Hartman
1
-0
/
+5
2023-01-10
driver core: make subsys_dev_iter_exit() static
Greg Kroah-Hartman
1
-2
/
+1
2023-01-10
driver core: make subsys_dev_iter_next() static
Greg Kroah-Hartman
1
-2
/
+1
2023-01-10
driver core: make subsys_dev_iter_init() static
Greg Kroah-Hartman
1
-3
/
+2
2023-01-10
driver core: remove subsys_find_device_by_id()
Greg Kroah-Hartman
1
-41
/
+0
2023-01-10
driver core: make bus_get_device_klist() static
Greg Kroah-Hartman
1
-2
/
+1
2022-11-22
kobject: kset_uevent_ops: make filter() callback take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-05-19
driver: base: fix UAF when driver_attach failed
Schspa Shi
1
-1
/
+3
2021-12-28
kobject: remove kset from struct kset_uevent_ops callbacks
Greg Kroah-Hartman
1
-1
/
+1
2021-12-27
driver core: make kobj_type constant.
Wedson Almeida Filho
1
-1
/
+1
2021-07-21
driver: base: Replace symbolic permissions with octal permissions
Jinchao Wang
1
-3
/
+3
2021-06-22
driver core: Flow the return code from ->probe() through to sysfs bind
Christoph Hellwig
1
-5
/
+1
2021-06-22
driver core: Pull required checks into driver_probe_device()
Jason Gunthorpe
1
-1
/
+1
2021-01-27
drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printk
Joe Pater
1
-1
/
+1
2021-01-07
drivers: base: remove unused function find_bus()
Joe Pater
1
-17
/
+0
2020-10-02
drivers core: Miscellaneous changes for sysfs_emit
Joe Perches
1
-1
/
+1
2019-12-16
device.h: move 'struct bus' stuff out to device/bus.h
Greg Kroah-Hartman
1
-0
/
+1
2019-07-30
drivers: Introduce device lookup variants by name
Suzuki K Poulose
1
-24
/
+0
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
1
-3
/
+3
2019-01-31
driver core: Probe devices asynchronously instead of the driver
Alexander Duyck
1
-20
/
+3
2019-01-31
device core: Consolidate locking and unlocking of parent and device
Alexander Duyck
1
-19
/
+4
2019-01-08
driver core: drop use of BUS_ATTR()
Greg Kroah-Hartman
1
-1
/
+8
2019-01-08
driver core: bus: convert to use BUS_ATTR_WO and RW
Greg Kroah-Hartman
1
-6
/
+5
2018-12-19
sysfs: Disable lockdep for driver bind/unbind files
Daniel Vetter
1
-2
/
+5
[next]