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
/
media
/
usb
/
au0828
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-24
media: media/usb: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
1
-2
/
+2
2019-07-23
media: drivers/media: don't set pix->priv = 0
Hans Verkuil
1
-2
/
+0
2019-07-22
media: media/usb: don't set description in ENUM_FMT
Hans Verkuil
1
-4
/
+0
2019-06-11
Merge tag 'v5.2-rc4' into media/master
Mauro Carvalho Chehab
8
-87
/
+8
2019-06-05
media: media/usb: set device_caps in struct video_device
Hans Verkuil
1
-11
/
+10
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
8
-87
/
+8
2019-05-28
Merge tag 'v5.2-rc2' into patchwork
Mauro Carvalho Chehab
2
-14
/
+2
2019-05-22
media: au0828: fix null dereference in error path
Sean Young
1
-6
/
+6
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1
Thomas Gleixner
1
-14
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-18
media: prefix header search paths with $(srctree)/
Masahiro Yamada
1
-2
/
+2
2019-04-22
media: au0828: stop video streaming only when last user stops
Hans Verkuil
1
-5
/
+8
2019-04-22
media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()
Shuah Khan
1
-0
/
+3
2019-04-22
media: au0828: fix enable and disable source audio and video inconsistencies
Shuah Khan
2
-39
/
+149
2019-04-22
media: change au0828 to use Media Device Allocator API
Shuah Khan
3
-8
/
+8
2019-03-20
media: Kconfig files: use the right help coding style
Mauro Carvalho Chehab
1
-3
/
+3
2019-03-19
media: au0828: minor fix to a misleading comment in _close()
Shuah Khan
1
-2
/
+2
2019-03-01
media: a few more typos at staging, pci, platform, radio and usb
Mauro Carvalho Chehab
1
-1
/
+1
2019-03-01
media: usb: fix several typos
Mauro Carvalho Chehab
2
-2
/
+2
2018-11-20
media: vidioc_cropcap -> vidioc_g_pixelaspect
Hans Verkuil
1
-6
/
+6
2018-11-20
media: cropcap/g_selection split
Hans Verkuil
1
-7
/
+23
2018-10-04
media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macros
Sean Young
1
-4
/
+1
2018-09-24
media: au0828: Fix incorrect error messages
Brad Love
1
-2
/
+2
2018-09-24
media: au0828: cannot kfree dev before usb disconnect
Brad Love
1
-1
/
+0
2018-09-17
media: au0828: use signals instead of hardcoding a pad number
Mauro Carvalho Chehab
1
-5
/
+7
2018-09-11
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
1
-9
/
+9
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
2
-3
/
+3
2018-08-03
media: au0828: fix spelling mistake: "completition" -> "completion"
Colin Ian King
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+3
2018-03-21
media: add tuner standby op, use where needed
Hans Verkuil
1
-2
/
+2
2018-03-05
Merge commit 'v4.16-rc4~0' into patchwork
Mauro Carvalho Chehab
1
-1
/
+1
2018-02-26
media: au0828: fix VIDEO_V4L2 dependency
Arnd Bergmann
1
-2
/
+3
2018-02-23
media: au0828: add VIDEO_V4L2 dependency
Arnd Bergmann
1
-1
/
+1
2018-01-04
media: replace all <spaces><tab> occurrences
Mauro Carvalho Chehab
3
-5
/
+5
2017-12-28
media: move dvb kAPI headers to include/media
Mauro Carvalho Chehab
2
-7
/
+6
2017-12-11
media: usb: add SPDX identifiers to some code I wrote
Mauro Carvalho Chehab
1
-18
/
+7
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
2
-12
/
+9
2017-11-22
treewide: init_timer() -> setup_timer()
Kees Cook
1
-3
/
+2
2017-11-16
Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-6
/
+6
2017-11-07
media: au0828: make const array addr_list static
Colin Ian King
1
-1
/
+1
2017-11-07
media: usb: fix spelling mistake: "synchronuously" -> "synchronously"
Colin Ian King
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-27
media: au0828/em28xx: make vb2_ops const
Bhumika Goyal
2
-2
/
+2
2017-09-23
media: usb: make i2c_client const
Bhumika Goyal
1
-1
/
+1
2017-08-27
media: au0828: fix RC_CORE dependency
Arnd Bergmann
1
-0
/
+1
2017-08-27
media: au0828: fix unbalanced lock/unlock in au0828_usb_probe
Gustavo A. R. Silva
1
-0
/
+2
2017-08-26
media: usb: make i2c_adapter const
Bhumika Goyal
1
-1
/
+1
2017-08-26
media: usb: make i2c_algorithm const
Bhumika Goyal
1
-1
/
+1
2017-08-20
media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*
Sean Young
1
-2
/
+2
2017-08-20
media: rc-core: rename input_name to device_name
Sean Young
1
-1
/
+1
[next]