summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/au0828
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-118-87/+8Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-308-87/+8Star
* | media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-051-11/+10Star
* | Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2019-05-282-14/+2Star
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1Star
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | media: au0828: fix null dereference in error pathSean Young2019-05-221-6/+6
|/
* media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* media: au0828: stop video streaming only when last user stopsHans Verkuil2019-04-221-5/+8
* media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan2019-04-221-0/+3
* media: au0828: fix enable and disable source audio and video inconsistenciesShuah Khan2019-04-222-39/+149
* media: change au0828 to use Media Device Allocator APIShuah Khan2019-04-223-8/+8
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-3/+3
* media: au0828: minor fix to a misleading comment in _close()Shuah Khan2019-03-191-2/+2
* media: a few more typos at staging, pci, platform, radio and usbMauro Carvalho Chehab2019-03-011-1/+1
* media: usb: fix several typosMauro Carvalho Chehab2019-03-012-2/+2
* media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2018-11-201-6/+6
* media: cropcap/g_selection splitHans Verkuil2018-11-201-7/+23
* media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young2018-10-041-4/+1Star
* media: au0828: Fix incorrect error messagesBrad Love2018-09-241-2/+2
* media: au0828: cannot kfree dev before usb disconnectBrad Love2018-09-241-1/+0Star
* media: au0828: use signals instead of hardcoding a pad numberMauro Carvalho Chehab2018-09-171-5/+7
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-9/+9
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-112-3/+3
* media: au0828: fix spelling mistake: "completition" -> "completion"Colin Ian King2018-08-031-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+3
* media: add tuner standby op, use where neededHans Verkuil2018-03-211-2/+2
* Merge commit 'v4.16-rc4~0' into patchworkMauro Carvalho Chehab2018-03-051-1/+1
|\
| * media: au0828: add VIDEO_V4L2 dependencyArnd Bergmann2018-02-231-1/+1
* | media: au0828: fix VIDEO_V4L2 dependencyArnd Bergmann2018-02-261-2/+3
|/
* media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-043-5/+5
* media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-282-7/+6Star
* media: usb: add SPDX identifiers to some code I wroteMauro Carvalho Chehab2017-12-111-18/+7Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-222-12/+9Star
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-221-3/+2Star
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-165-6/+6
|\
| * media: au0828: make const array addr_list staticColin Ian King2017-11-071-1/+1
| * media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King2017-11-071-2/+2
| * media: au0828/em28xx: make vb2_ops constBhumika Goyal2017-10-272-2/+2
| * media: usb: make i2c_client constBhumika Goyal2017-09-231-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* media: au0828: fix RC_CORE dependencyArnd Bergmann2017-08-271-0/+1
* media: au0828: fix unbalanced lock/unlock in au0828_usb_probeGustavo A. R. Silva2017-08-271-0/+2
* media: usb: make i2c_adapter constBhumika Goyal2017-08-261-1/+1
* media: usb: make i2c_algorithm constBhumika Goyal2017-08-261-1/+1
* media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-201-2/+2
* media: rc-core: rename input_name to device_nameSean Young2017-08-201-1/+1
* media: : usb: add const to v4l2_file_operations structuresBhumika Goyal2017-07-201-1/+1
* media: Replace initalized ->initializedMauro Carvalho Chehab2017-06-241-1/+1
* [media] au0828: Add timer to restart TS stream if no data arrives on bulk end...Devin Heitmueller2017-06-062-0/+32