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
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
Age
Commit message (
Expand
)
Author
Files
Lines
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-09
driver core: add local subsys_get and subsys_put functions
Greg Kroah-Hartman
1
-0
/
+13
2023-02-08
mtd: mtdpart: Don't create platform device that'll never probe
Saravana Kannan
1
-0
/
+10
2023-02-08
firmware: arm_scmi: Set fwnode for the scmi_device
Saravana Kannan
1
-1
/
+2
2023-02-08
irqchip/irq-imx-gpcv2: Mark fwnode device as not initialized
Saravana Kannan
2
-1
/
+2
2023-02-08
of: property: Simplify of_link_to_phandle()
Saravana Kannan
1
-71
/
+13
2023-02-08
driver core: fw_devlink: Make cycle detection more robust
Saravana Kannan
1
-119
/
+129
2023-02-08
driver core: fw_devlink: Consolidate device link flag computation
Saravana Kannan
1
-13
/
+15
2023-02-08
driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
Saravana Kannan
1
-10
/
+40
2023-02-08
driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
Saravana Kannan
1
-10
/
+18
2023-02-08
gpiolib: Clear the gpio_device's fwnode initialized flag before adding
Saravana Kannan
1
-0
/
+7
2023-02-08
soc: renesas: Move away from using OF_POPULATED for fw_devlink
Saravana Kannan
1
-1
/
+1
2023-02-08
driver core: fw_devlink: Improve check for fwnode with no device/driver
Saravana Kannan
1
-2
/
+38
2023-02-08
driver core: fw_devlink: Don't purge child fwnode's consumer links
Saravana Kannan
1
-18
/
+79
2023-02-08
driver core: make kobj_type structures constant
Thomas Weißschuh
4
-6
/
+6
2023-02-08
drivers: base: dd: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-08
drivers: base: component: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-02
devtmpfs: convert to pr_fmt
Longlong Xia
1
-8
/
+8
2023-02-01
driver core: bus: move lock_class_key into dynamic structure
Greg Kroah-Hartman
2
-1
/
+6
2023-02-01
driver core: platform: simplify __platform_driver_probe()
Greg Kroah-Hartman
1
-11
/
+15
2023-02-01
driver core: platform: removed unneeded variable from __platform_driver_probe()
Greg Kroah-Hartman
1
-4
/
+4
2023-02-01
maple: remove unneeded maple_bus_uevent() callback.
Greg Kroah-Hartman
1
-7
/
+0
2023-01-31
cacheinfo: Initialize variables in fetch_cache_info()
Pierre Gondois
1
-1
/
+1
2023-01-31
driver core: soc: remove layering violation for the soc_bus
Greg Kroah-Hartman
1
-1
/
+3
2023-01-27
kobject: kset_uevent_ops: make uevent() callback take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
69
-143
/
+143
2023-01-27
platform/x86: wmi: move dev_to_wblock() and dev_to_wdev to use container_of_c...
Greg Kroah-Hartman
1
-9
/
+2
2023-01-27
driver core: device_get_devnode() should take a const *
Greg Kroah-Hartman
2
-1
/
+3
2023-01-27
driver core: make struct device_type.devnode() take a const *
Greg Kroah-Hartman
5
-11
/
+11
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
20
-47
/
+46
2023-01-27
i3c: move dev_to_i3cdev() to use container_of_const()
Greg Kroah-Hartman
1
-12
/
+0
2023-01-27
of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
4
-5
/
+20
2023-01-23
driver core: class: Clear private pointer on registration failures
Rafael J. Wysocki
1
-5
/
+11
2023-01-22
Merge 6.2-rc5 into driver-core-next
Greg Kroah-Hartman
335
-2001
/
+2470
2023-01-21
Merge tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-90
/
+99
2023-01-21
Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-7
/
+13
2023-01-21
Merge tag 'staging-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+3
2023-01-21
Merge tag 'tty-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-20
/
+47
2023-01-21
Merge tag 'usb-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
30
-76
/
+324
2023-01-21
Merge tag 'gpio-fixes-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+27
[next]