aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/au0828 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-29media: au0828-i2c: drop a duplicated functionMauro Carvalho Chehab1-7/+0
2021-06-02media: au0828: fix a NULL vs IS_ERR() checkDan Carpenter1-2/+2
2020-11-16media: au0828: Consolidate dmesg outputThomas Gleixner1-3/+2
2020-11-16media: au0828: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young1-4/+4
2020-08-28media: media/usb: use vb2_video_unregister_device()Hans Verkuil1-8/+4
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2019-07-23media: drivers/media: don't set pix->priv = 0Hans Verkuil1-2/+0
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil1-4/+0
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab8-87/+8
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil1-11/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner8-87/+8
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2-14/+2
2019-05-22media: au0828: fix null dereference in error pathSean Young1-6/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-04-22media: au0828: stop video streaming only when last user stopsHans Verkuil1-5/+8
2019-04-22media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan1-0/+3
2019-04-22media: au0828: fix enable and disable source audio and video inconsistenciesShuah Khan2-39/+149
2019-04-22media: change au0828 to use Media Device Allocator APIShuah Khan3-8/+8
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-3/+3
2019-03-19media: au0828: minor fix to a misleading comment in _close()Shuah Khan1-2/+2
2019-03-01media: a few more typos at staging, pci, platform, radio and usbMauro Carvalho Chehab1-1/+1
2019-03-01media: usb: fix several typosMauro Carvalho Chehab2-2/+2
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-6/+6
2018-11-20media: cropcap/g_selection splitHans Verkuil1-7/+23
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young1-4/+1
2018-09-24media: au0828: Fix incorrect error messagesBrad Love1-2/+2
2018-09-24media: au0828: cannot kfree dev before usb disconnectBrad Love1-1/+0
2018-09-17media: au0828: use signals instead of hardcoding a pad numberMauro Carvalho Chehab1-5/+7
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-9/+9
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-3/+3
2018-08-03media: au0828: fix spelling mistake: "completition" -> "completion"Colin Ian King1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2018-03-21media: add tuner standby op, use where neededHans Verkuil1-2/+2
2018-03-05Merge commit 'v4.16-rc4~0' into patchworkMauro Carvalho Chehab1-1/+1
2018-02-26media: au0828: fix VIDEO_V4L2 dependencyArnd Bergmann1-2/+3
2018-02-23media: au0828: add VIDEO_V4L2 dependencyArnd Bergmann1-1/+1
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab3-5/+5
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2-7/+6
2017-12-11media: usb: add SPDX identifiers to some code I wroteMauro Carvalho Chehab1-18/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-12/+9
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+2
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds5-6/+6
2017-11-07media: au0828: make const array addr_list staticColin Ian King1-1/+1
2017-11-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27media: au0828/em28xx: make vb2_ops constBhumika Goyal2-2/+2
2017-09-23media: usb: make i2c_client constBhumika Goyal1-1/+1