aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/au0828 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner8-87/+8
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
2017-08-27media: au0828: fix RC_CORE dependencyArnd Bergmann1-0/+1
2017-08-27media: au0828: fix unbalanced lock/unlock in au0828_usb_probeGustavo A. R. Silva1-0/+2
2017-08-26media: usb: make i2c_adapter constBhumika Goyal1-1/+1
2017-08-26media: usb: make i2c_algorithm constBhumika Goyal1-1/+1
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-2/+2
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-1/+1
2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal1-1/+1
2017-06-24media: Replace initalized ->initializedMauro Carvalho Chehab1-1/+1
2017-06-06[media] au0828: Add timer to restart TS stream if no data arrives on bulk endpointDevin Heitmueller2-0/+32
2017-04-05[media] usb: au0828: remove redundant codeColin Ian King1-7/+0
2017-03-03[media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()Mauro Carvalho Chehab1-1/+1
2017-02-03[media] media: Protect enable_source and disable_source handler code pathsShuah Khan1-12/+9
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti1-2/+1