aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/au0828/au0828-video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
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-03-19media: au0828: minor fix to a misleading comment in _close()Shuah Khan1-2/+2
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-6/+6
2018-11-20media: cropcap/g_selection splitHans Verkuil1-7/+23
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-9/+9
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
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-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+6
2017-11-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King1-2/+2
2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal1-1/+1
2017-04-05[media] usb: au0828: remove redundant codeColin Ian King1-7/+0
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-5/+0
2016-10-21[media] au0828: don't break long linesMauro Carvalho Chehab1-2/+1
2016-09-19[media] usb: constify vb2_ops structuresJulia Lawall1-1/+1
2016-08-24[media] media: usb: au0828: au0828-video: don't print error when allocating urb failsWolfram Sang1-1/+0
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-05-09[media] media: au0828 fix au0828_v4l2_device_register() to not unlock and freeShuah Khan1-4/+0
2016-03-31[media] au0828: Fix dev_state handlingMauro Carvalho Chehab1-32/+31
2016-03-31[media] au0828: fix au0828_v4l2_close() dev_state race conditionShuah Khan1-1/+1
2016-03-03[media] media: au0828 enable the right media source when input changesShuah Khan1-1/+9
2016-03-03[media] media: au0828 set ctrl_input in au0828_s_input()Shuah Khan1-2/+8
2016-03-03[media] au0828: use v4l2_mc_create_media_graph()Mauro Carvalho Chehab1-98/+5
2016-03-03[media] au0828: use standard demod pads structMauro Carvalho Chehab1-4/+4
2016-02-27[media] media: au0828 video change to use v4l_enable_media_source()Shuah Khan1-63/+39
2016-02-27[media] media: au0828 add enable, disable source handlersShuah Khan1-0/+1
2016-02-27[media] media: au0828 disable tuner to demod linkShuah Khan1-1/+19
2016-02-27[media] media: au0828 create tuner to decoder link in disabled stateShuah Khan1-2/+1
2016-02-27[media] media: au0828 Use au8522_media_pads enum for pad definesShuah Khan1-4/+8
2016-02-16[media] au0828: get rid of AU0828_VMUX_DEBUGMauro Carvalho Chehab1-9/+3
2016-02-10[media] au0828: move V4L2-specific code to au0828-core.cMauro Carvalho Chehab1-1/+161
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-3/+3
2016-01-11[media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab1-4/+4
2016-01-11[media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab1-4/+4
2016-01-11[media] au0828: add support for the connectorsMauro Carvalho Chehab1-11/+65
2016-01-11[media] media: convert links from array to listMauro Carvalho Chehab1-5/+3
2016-01-11[media] au0828: Fix the logic that enables the analog demoder linkMauro Carvalho Chehab1-2/+2
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-2/+2
2016-01-11[media] au0828: Cache the decoder info at au0828 dev structureMauro Carvalho Chehab1-14/+5
2016-01-11[media] au0828: Add support for media controllerRafael Lourenço de Lima Chehab1-0/+83
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-8/+4
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-20/+25
2015-04-02[media] au0828: fix broken streamingHans Verkuil1-7/+7
2015-03-03[media] media: au0828 - embed vdev and vbi_dev structs in au0828_devShuah Khan1-42/+22