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
/
staging
/
most
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-29
staging: most: usb: init return value in default path of switch/case expression
Christian Gromm
1
-0
/
+1
2020-05-27
staging: most: usb: use function sysfs_streq
Christian Gromm
1
-6
/
+6
2020-05-27
staging: most: usb: add missing put_device calls
Christian Gromm
1
-0
/
+2
2020-05-27
staging: most: usb: use correct error codes
Christian Gromm
1
-3
/
+3
2020-05-27
staging: most: usb: replace code to calculate array index
Christian Gromm
1
-3
/
+8
2020-05-27
staging: most: usb: don't use error path to exit function on success
Christian Gromm
1
-2
/
+2
2020-05-27
staging: most: usb: move allocation of URB out of critical section
Christian Gromm
1
-7
/
+5
2020-05-27
staging: most: usb: return 0 instead of variable
Christian Gromm
1
-2
/
+2
2020-05-27
staging: most: usb: change return value of function drci_rd_reg
Christian Gromm
1
-5
/
+7
2020-05-27
staging: most: usb: don't use expressions that might fail in a declaration
Christian Gromm
1
-3
/
+6
2020-05-27
staging: most: usb: change order of function parameters
Christian Gromm
1
-5
/
+6
2020-05-15
staging: most: usb: use macro ATTRIBUTE_GROUPS
Christian Gromm
1
-9
/
+2
2020-05-15
staging: most: fix typo in Kconfig
Christian Gromm
1
-1
/
+1
2020-05-15
staging: most: usb: use dev_dbg function
Christian Gromm
1
-11
/
+11
2020-05-15
staging: most: usb: check number of reported endpoints
Christian Gromm
1
-7
/
+6
2020-05-15
staging: most: usb: remove reference to USB error codes
Christian Gromm
1
-97
/
+0
2020-05-15
staging: most: usb: use dev_*() functions to print messages
Christian Gromm
1
-8
/
+8
2020-05-13
staging: most: usb: sanity check channel before using it as an index into arrays
Colin Ian King
1
-5
/
+6
2020-05-13
staging: most: usb: add PM functions
Christian Gromm
1
-0
/
+28
2020-05-05
staging: most: usb: consolidate code
Christian Gromm
1
-4
/
+2
2020-05-05
staging: most: usb: drop unlikely macros
Christian Gromm
1
-5
/
+5
2020-05-05
staging: most: usb: use EINVAL error code
Christian Gromm
1
-5
/
+5
2020-05-05
staging: most: usb: remove overcautious parameter checking
Christian Gromm
1
-8
/
+3
2020-03-31
Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
14
-3090
/
+10
2020-03-24
staging: most: Documentation: move ABI description files out of staging area
Christian Gromm
2
-491
/
+0
2020-03-24
staging: most: Documentation: update ABI description
Christian Gromm
2
-29
/
+3
2020-03-24
staging: most: move core files out of the staging area
Christian Gromm
12
-2573
/
+10
2020-03-12
staging: most: core: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-3
/
+3
2020-02-24
media: staging/most: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
1
-2
/
+2
2020-01-24
staging: most: usb: check for NULL device
Christian Gromm
1
-1
/
+2
2020-01-24
staging: next: configfs: fix release link
Christian Gromm
1
-7
/
+19
2020-01-24
staging: most: core: fix logging messages
Christian Gromm
1
-15
/
+13
2020-01-24
staging: most: core: remove container struct
Christian Gromm
1
-34
/
+32
2020-01-24
staging: most: remove struct device core driver
Christian Gromm
2
-34
/
+19
2020-01-24
staging: most: core: drop device reference
Christian Gromm
1
-0
/
+1
2020-01-24
staging: most: remove device from interface structure
Christian Gromm
4
-33
/
+38
2020-01-22
staging: most: net: fix buffer overflow
Andrey Shvetsov
1
-0
/
+10
2020-01-16
staging: most: remove header include path to drivers/staging
Masahiro Yamada
17
-17
/
+15
2020-01-15
staging: most: core: remove noisy log messages
Christian Gromm
1
-8
/
+0
2020-01-15
staging: most: core: use dev_* function for logging
Christian Gromm
1
-31
/
+30
2020-01-15
staging: most: core: fix date in file comment
Christian Gromm
1
-1
/
+1
2019-12-17
staging: most: use angle brackets in include path
Christian Gromm
6
-6
/
+6
2019-12-17
staging: most: configfs: reduce array size
Christian Gromm
1
-7
/
+9
2019-12-17
staging: most: configfs: use strlcpy
Christian Gromm
1
-4
/
+6
2019-12-17
staging: most: rename enum mbo_status_flags
Christian Gromm
1
-2
/
+2
2019-12-17
staging: most: rename struct core_component
Christian Gromm
7
-36
/
+36
2019-12-17
staging: most: rename core.h to most.h
Christian Gromm
10
-9
/
+9
2019-12-10
staging: most: Drop superfluous ioctl PCM ops
Takashi Iwai
1
-1
/
+0
2019-12-10
staging: most: Use managed buffer allocation
Takashi Iwai
1
-43
/
+1
2019-12-10
staging: most: fix improper SPDX-License comment style
Christian Gromm
1
-1
/
+1
[next]