aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/sti (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-19[media] c8sectpfe: Delete unnecessary checks before two function callsMarkus Elfring1-3/+2
2015-11-18[media] c8sectpfe: Update binding to reset-gpiosPeter Griffin1-1/+1
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-15/+16
2015-10-22[media] c8sectpfe: fix return of garbageSudip Mukherjee1-2/+2
2015-10-22[media] c8sectpfe: fix ininitialized error return on firmware load failureColin Ian King1-2/+1
2015-10-20[media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACKTakashi Iwai1-1/+0
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+2
2015-10-01[media] c8sectpfe: fix namespace on memcpy/memsetMauro Carvalho Chehab1-2/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-11/+12
2015-09-03[media] c8sectpfe: Remove select on undefined LIBELF_32Peter Griffin1-1/+0
2015-09-03[media] c8sectpfe: Use %pad to print 'dma_addr_t'Fabio Estevam1-2/+2
2015-08-11[media] c8sectpfe: fix pinctrl dependenciesMauro Carvalho Chehab2-1/+3
2015-08-11[media] c8sectpfe: don't go past channel_data arrayMauro Carvalho Chehab1-1/+1
2015-08-11[media] c8sectpfe: Allow compiling it with COMPILE_TESTMauro Carvalho Chehab1-1/+1
2015-08-11[media] c8sectpfe: Add Kconfig and Makefile for the driverPeter Griffin2-0/+37
2015-08-11[media] c8sectpfe: Add c8sectpfe debugfs supportPeter Griffin2-0/+297
2015-08-11[media] c8sectpfe: Add support for various ST NIM cardsPeter Griffin2-0/+264
2015-08-11[media] c8sectpfe: Add LDVB helper functionsPeter Griffin2-0/+329
2015-08-11[media] c8sectpfe: STiH407/10 Linux DVB demux supportPeter Griffin2-0/+1523
2015-07-17[media] bdisp: fix debug info memory accessFabien Dessenne1-2/+2
2015-07-17[media] bdisp: add debug info for RGB24 formatFabien Dessenne1-0/+8
2015-07-17[media] bdisp: composing supportFabien Dessenne2-29/+55
2015-06-22[media] bdisp: prevent compiling on random archMauro Carvalho Chehab1-9/+0
2015-06-11[media] bdisp-debug: don't try to divide by s64Mauro Carvalho Chehab1-11/+22
2015-06-10[media] bdisp: remove unused varMauro Carvalho Chehab1-3/+0
2015-06-10[media] bdisp: remove needless checkFabien Dessenne1-2/+1
2015-06-09[media] bdisp: add debug file systemFabien Dessenne5-2/+755
2015-06-09[media] bdisp: 2D blitter driver using v4l2 mem2mem frameworkFabien Dessenne7-0/+2967