aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/sti (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-31[media] st-hva: hva_dbg_summary() should be staticMauro Carvalho Chehab1-1/+1
2017-01-31[media] st-hva: add debug file systemJean-Christophe Trotin6-3/+583
2017-01-31[media] st-hva: encoding summary at instance releaseJean-Christophe Trotin5-11/+62
2016-11-21[media] c8sectpfe: fix error return code in c8sectpfe_probe()Wei Yongjun1-0/+2
2016-11-18[media] c8sectpfe: Remove clk_disable_unprepare hacksPeter Griffin1-5/+1
2016-11-16[media] st-hva: fix a copy-and-paste variable name errorColin Ian King1-1/+1
2016-11-16[media] st-hva: fix some error handling in hva_hw_probe()Dan Carpenter1-3/+3
2016-10-24[media] bdisp: fix error return code in bdisp_probe()Wei Yongjun1-0/+1
2016-10-21[media] c8sectpfe: don't break long linesMauro Carvalho Chehab1-10/+6
2016-09-19[media] hva: fix sparse warningsHans Verkuil1-2/+2
2016-09-19[media] platform: constify vb2_ops structuresJulia Lawall1-1/+1
2016-09-09[media] st-hva: add H.264 video encoding supportJean-Christophe Trotin4-7/+1189
2016-09-09[media] st-hva: multi-format video encoder V4L2 driverJean-Christophe Trotin7-0/+2273
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-18/+8
2016-07-12[media] c8sectpfe: fix memory leakSudip Mukherjee1-0/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2-16/+4
2016-06-24bdisp: move the V/H filter spec to bdisp-hw.cMauro Carvalho Chehab2-304/+305
2016-05-09[media] c8sectpfe: Rework firmware loading mechanismPeter Griffin1-43/+22
2016-05-09[media] c8sectpfe: Demote print to dev_dbgPeter Griffin1-1/+1
2016-05-09[media] c8sectpfe: Fix broken circular buffer wp managementPeter Griffin1-1/+1
2016-02-01[media] constify stv6110x_devctl structureJulia Lawall1-1/+1
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-2/+2
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-6/+4
2015-11-19[media] c8sectpfe: Combine three checks into a single if blockMarkus Elfring1-8/+9