aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/au0828
AgeCommit message (Expand)Author
2019-08-04media: au0828: fix null dereference in error pathSean Young
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada
2019-04-22media: au0828: stop video streaming only when last user stopsHans Verkuil
2019-04-22media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan
2019-04-22media: au0828: fix enable and disable source audio and video inconsistenciesShuah Khan
2019-04-22media: change au0828 to use Media Device Allocator APIShuah Khan
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab
2019-03-19media: au0828: minor fix to a misleading comment in _close()Shuah Khan
2019-03-01media: a few more typos at staging, pci, platform, radio and usbMauro Carvalho Chehab
2019-03-01media: usb: fix several typosMauro Carvalho Chehab
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil
2018-11-20media: cropcap/g_selection splitHans Verkuil
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young
2018-09-24media: au0828: Fix incorrect error messagesBrad Love
2018-09-24media: au0828: cannot kfree dev before usb disconnectBrad Love
2018-09-17media: au0828: use signals instead of hardcoding a pad numberMauro Carvalho Chehab
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-08-03media: au0828: fix spelling mistake: "completition" -> "completion"Colin Ian King
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-21media: add tuner standby op, use where neededHans Verkuil
2018-03-05Merge commit 'v4.16-rc4~0' into patchworkMauro Carvalho Chehab
2018-02-26media: au0828: fix VIDEO_V4L2 dependencyArnd Bergmann
2018-02-23media: au0828: add VIDEO_V4L2 dependencyArnd Bergmann
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab
2017-12-11media: usb: add SPDX identifiers to some code I wroteMauro Carvalho Chehab
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-07media: au0828: make const array addr_list staticColin Ian King
2017-11-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27media: au0828/em28xx: make vb2_ops constBhumika Goyal
2017-09-23media: usb: make i2c_client constBhumika Goyal
2017-08-27media: au0828: fix RC_CORE dependencyArnd Bergmann
2017-08-27media: au0828: fix unbalanced lock/unlock in au0828_usb_probeGustavo A. R. Silva
2017-08-26media: usb: make i2c_adapter constBhumika Goyal
2017-08-26media: usb: make i2c_algorithm constBhumika Goyal
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young
2017-08-20media: rc-core: rename input_name to device_nameSean Young
2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal
2017-06-24media: Replace initalized ->initializedMauro Carvalho Chehab
2017-06-06[media] au0828: Add timer to restart TS stream if no data arrives on bulk end...Devin Heitmueller
2017-04-05[media] usb: au0828: remove redundant codeColin Ian King
2017-03-03[media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()Mauro Carvalho Chehab
2017-02-03[media] media: Protect enable_source and disable_source handler code pathsShuah Khan