aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/sti (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-21media: sti: Use vb2_get_bufferEzequiel Garcia1-1/+3
2019-06-05media: platform: Fix Warning of Unneeded Semicolon reported by coccicheckShobhit Kukreti1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner5-0/+5
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-05-18media: remove unneeded header search pathsMasahiro Yamada1-1/+0
2019-04-22media: stih_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil1-14/+7
2019-03-25media: sti/delta: remove uneeded checkMauro Carvalho Chehab1-4/+2
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-1/+1
2019-03-01media: platform: fix several typosMauro Carvalho Chehab3-3/+3
2019-01-21media: platform: sti: remove bdisp_dbg_declare() and hva_dbg_declare()Yangtao Li2-47/+23
2018-12-05media: sti/bdisp: don't pass GFP_DMA32 to dma_alloc_attrsChristoph Hellwig1-1/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab3-6/+6
2018-08-02media: headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann1-0/+1
2018-06-28media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlockEzequiel Garcia1-18/+0
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+1
2018-05-25media: st-hva: don't use GFP_DMAFabien Dessenne2-1/+5
2018-05-25media: bdisp: don't use GFP_DMAFabien Dessenne2-1/+5
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-1/+1
2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab1-1/+0
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab4-15/+15
2017-12-18media: bdisp: Fix a possible sleep-in-atomic bug in bdisp_hw_save_requestJia-Ju Bai1-1/+1
2017-12-13media: platform: sti: Adopt SPDX identifierBenjamin Gaignard36-77/+36
2017-12-13media: c8sectpfe: Use resource_size function on memory resourceVasyl Gomonovych1-1/+1
2017-12-13media: c8sectpfe: fix potential NULL pointer dereference in c8sectpfe_timer_interruptGustavo A. R. Silva1-1/+3
2017-12-13media: c8sectpfe: DVB_C8SECTPFE should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2017-11-30media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab1-5/+13
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-5/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31media: st-hva: hva-h264: use swap macro in hva_h264_encodeGustavo A. R. Silva1-4/+1
2017-10-31media: bdisp: remove redundant assignment to pixColin Ian King1-1/+1
2017-08-26media: stih-cec: use CEC_CAP_DEFAULTSHans Verkuil1-3/+1
2017-08-20media: bdisp: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-08-20media: st-delta: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-07-19media: st-delta: constify vb2_ops structuresGustavo A. R. Silva1-2/+2
2017-06-24media: bdisp-debug: Replace a seq_puts() call by seq_putc() in seven functionsMarkus Elfring1-7/+7
2017-06-20[media] stih-cec/vivid/pulse8/rainshadow: use cec_transmit_attempt_doneHans Verkuil1-5/+4
2017-06-06[media] cec: stih: fix typos in commentsBenjamin Gaignard1-2/+3
2017-06-06[media] cec: stih: allow to use max CEC logical addressesBenjamin Gaignard1-1/+1
2017-04-10[media] c8sectpfe: use setup_timerGeliang Tang1-3/+2
2017-04-10[media] stih-cec: add CEC notifier supportBenjamin Gaignard2-0/+405
2017-04-05[media] st-delta: mjpeg: fix static checker warningHugues Fruchet1-1/+1
2017-03-03[media] bdisp: Clean up file handle in open() error pathShailendra Verma1-1/+1
2017-02-08[media] st-delta: debug: trace stream/frame information & summaryHugues Fruchet4-5/+117
2017-02-08[media] st-delta: add mjpeg supportHugues Fruchet7-0/+874
2017-02-08[media] st-delta: EOS (End Of Stream) supportHugues Fruchet2-1/+168
2017-02-08[media] st-delta: rpmsg ipc supportHugues Fruchet5-1/+703
2017-02-08[media] st-delta: add memory allocator helper functionsHugues Fruchet4-1/+74
2017-02-08[media] st-delta: STiH4xx multi-format video decoder v4l2 driverHugues Fruchet4-0/+2390
2017-02-03[media] media: platform: sti: return -ENOMEM on errorsPan Bian1-1/+1