index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
/
au0828
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-15
media: au0828: add support for Monoprice 106456 USB ATSC/QAM tuner
Joseph Breihan
3
-0
/
+16
2026-03-25
media: au0828: Fix green screen in analog
Bradford Love
1
-2
/
+23
2026-03-17
media: rc: fix race between unregister and urb/irq callbacks
Sean Young
1
-0
/
+1
2026-03-17
media: au0828: Add new Hauppauge HVR1265 and ImpactVCB-e
Bradford Love
4
-0
/
+54
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-2
/
+2
2025-08-29
media: au0828: Use USB API functions rather than constants
Chen Ni
1
-3
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-3
/
+3
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2
-8
/
+8
2024-10-28
media: usb: drop vb2_ops_wait_prepare/finish
Hans Verkuil
2
-4
/
+0
2024-05-03
media: au0828: Use umin macro
Ricardo Ribalda
1
-4
/
+1
2023-05-25
media: mc: Make media_get_pad_index() use pad type flag
Sakari Ailus
1
-1
/
+1
2023-04-11
media: mc-device: remove unnecessary __must_check
Jason Kim
1
-7
/
+2
2023-04-11
media: au0828: remove unnecessary (void*) conversions
Yu Zhe
2
-3
/
+3
2022-11-25
media: vb2/au0828: move the v4l_vb2q_enable_media_source to the au0828 driver
Hans Verkuil
2
-0
/
+3
2022-09-24
media: mc: convert pipeline funcs to take media_pad
Tomi Valkeinen
1
-4
/
+4
2022-08-29
media: avoid use of 'videobuf'
Hans Verkuil
1
-2
/
+2
2022-03-18
media: Kconfig: cleanup VIDEO_DEV dependencies
Mauro Carvalho Chehab
1
-3
/
+3
2021-11-29
media: au0828-i2c: drop a duplicated function
Mauro Carvalho Chehab
1
-7
/
+0
2021-06-02
media: au0828: fix a NULL vs IS_ERR() check
Dan Carpenter
1
-2
/
+2
2020-11-16
media: au0828: Consolidate dmesg output
Thomas Gleixner
1
-3
/
+2
2020-11-16
media: au0828: use semicolons rather than commas to separate statements
Julia Lawall
1
-1
/
+1
2020-09-03
media: rc: harmonize infrared durations to microseconds
Sean Young
1
-4
/
+4
2020-08-28
media: media/usb: use vb2_video_unregister_device()
Hans Verkuil
1
-8
/
+4
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
[next]