summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* media: vivid: fix missing cec adapter nameHans Verkuil2019-07-301-4/+4
* Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-221-1/+1
|\
| * media: v4l2-subdev: fix regression in check_pad()Hans Verkuil2019-07-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-112-24/+28
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-22187-1182/+187Star
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-18125-808/+127Star
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07825-7877/+844Star
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-011-13/+17
| |\ \ \ \ \
| | * | | | | bpf: media: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-13/+17
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-31238-3086/+238Star
| |\ \ \ \ \ \
| * | | | | | | tua6100: Avoid build warnings.David S. Miller2019-05-301-11/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | | | | | | | Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds2019-07-091-5/+1Star
|\ \ \ \ \ \ \ \
| * | | | | | | | fbdev: make unregister/unlink functions not failDaniel Vetter2019-06-121-5/+1Star
| |/ / / / / / /
* | | | | | | | Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-09430-5120/+10194
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | media: radio-raremono: change devm_k*alloc to k*allocLuke Nowakowski-Krijger2019-06-271-7/+23
| * | | | | | media: stv0297: fix frequency range limitMauro Carvalho Chehab2019-06-271-1/+1
| * | | | | | media: rc: Prefer KEY_NUMERIC_* for number buttons on remotesBastien Nocera2019-06-27109-1240/+1244
| * | | | | | media: dvb_frontend: split dvb_frontend_handle_ioctl functionArnd Bergmann2019-06-271-63/+77
| * | | | | | media: mceusb: disable "nonsensical irdata" messagesA Sun2019-06-271-2/+2
| * | | | | | media: rc: remove redundant dev_err messageDing Xiang2019-06-273-7/+2Star
| * | | | | | media: cec-notifier: add new notifier functionsHans Verkuil2019-06-271-0/+85
| * | | | | | media: cec: add struct cec_connector_info supportDariusz Marcinkiewicz2019-06-273-1/+35
| * | | | | | media: cec-notifier: rename variables, check kstrdup and n->conn_nameHans Verkuil2019-06-271-9/+18
| * | | | | | media: hdpvr: fix locking and a missing msleepHans Verkuil2019-06-241-6/+11
| * | | | | | media: v4l2: Test type instead of cfg->type in v4l2_ctrl_new_custom()Boris Brezillon2019-06-241-5/+4Star
| * | | | | | media: atmel: atmel-isc: fix i386 build errorEugen Hristev2019-06-242-6/+2Star
| * | | | | | media: v4l2-ctrl: Move compound control initializationEzequiel Garcia2019-06-241-15/+22
| * | | | | | media: pci: cx88: Change the type of 'missed' to u64Puranjay Mohan2019-06-241-2/+2
| * | | | | | media: vimc: cap: check v4l2_fill_pixfmt return valueAndré Almeida2019-06-241-1/+4
| * | | | | | media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-2427-192/+159Star
| * | | | | | media: v4l2-subdev: Verify v4l2_subdev_call() pad config argumentJanusz Krzysztofik2019-06-241-6/+21
| * | | | | | media: v4l2-subdev: Verify v4l2_subdev_call() pointer argumentsJanusz Krzysztofik2019-06-241-0/+27
| * | | | | | media: v4l2-subdev: Verify arguments in v4l2_subdev_call()Janusz Krzysztofik2019-06-241-92/+146
| * | | | | | media: coda: encoder parameter change supportPhilipp Zabel2019-06-244-0/+115
| * | | | | | media: coda: add coda_slice_mode() functionPhilipp Zabel2019-06-241-21/+24
| * | | | | | media: coda: store device pointer in driver structure instead of pdevPhilipp Zabel2019-06-243-23/+19Star
| * | | | | | media: coda: mark last returned framePhilipp Zabel2019-06-241-0/+17
| * | | | | | media: coda: mark last pending buffer or last meta on decoder stop commandPhilipp Zabel2019-06-243-7/+42
| * | | | | | media: coda: lock capture queue wakeup against encoder stop commandPhilipp Zabel2019-06-243-5/+27
| * | | | | | media: coda: flag the last encoded bufferPhilipp Zabel2019-06-241-7/+9
| * | | | | | media: coda: only wake up capture queue if no pending buffers to encodePhilipp Zabel2019-06-241-8/+9
| * | | | | | media: coda: retire coda_buf_is_end_of_streamPhilipp Zabel2019-06-241-11/+1Star
| * | | | | | media: coda: mark the last output buffer on encoder stop commandPhilipp Zabel2019-06-241-0/+5
| * | | | | | media: coda: only set the stream end flags if there are no more pending outpu...Philipp Zabel2019-06-241-8/+12
| * | | | | | media: coda: mark the last output buffer on decoder stop commandPhilipp Zabel2019-06-242-0/+9
| * | | | | | media: coda: allow flagging last output buffer internallyPhilipp Zabel2019-06-241-1/+19
| * | | | | | media: coda: increment sequence offset for the last returned framePhilipp Zabel2019-06-241-0/+3
| * | | | | | media: coda: flush bitstream ring buffer on decoder restartPhilipp Zabel2019-06-243-0/+28