aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/marvell-ccic (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-12[media] marvell-ccic: fix RGB444 formatHans Verkuil1-5/+4
2015-05-11Merge tag 'v4.1-rc3' into patchworkMauro Carvalho Chehab2-11/+11
2015-05-01[media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil1-3/+5
2015-05-01[media] v4l2: replace try_mbus_fmt by set_fmt in bridge driversHans Verkuil1-4/+7
2015-05-01[media] marvell-ccic: fix memory leak on failure path in cafe_smbus_setup()Alexey Khoroshilov1-4/+8
2015-05-01[media] marvell-ccic: fix V4L2_PIX_FMT_SBGGR8 supportHans Verkuil1-0/+4
2015-05-01[media] marvell-ccic: drop support for PIX_FMT_422PHans Verkuil1-19/+0
2015-05-01[media] marvell-ccic: fix the bytesperline and sizeimage calculationsHans Verkuil1-6/+10
2015-05-01[media] marvell-ccic: drop V4L2_PIX_FMT_JPEG dead codeHans Verkuil1-9/+0
2015-05-01[media] marvell-ccic: add planar support to dma-vmallocHans Verkuil1-48/+46
2015-05-01[media] marvell-ccic: correctly requeue buffersHans Verkuil1-7/+32
2015-05-01[media] marvell-ccic: fix streaming issuesHans Verkuil1-1/+3
2015-05-01[media] marvell-ccic: add DMABUF support for all three DMA modesHans Verkuil1-6/+3
2015-05-01[media] marvell-ccic: add create_bufs supportHans Verkuil1-2/+5
2015-05-01[media] marvell-ccic: use vb2 helpers and core lockingHans Verkuil2-176/+43
2015-05-01[media] marvell-ccic: implement control eventsHans Verkuil1-0/+3
2015-05-01[media] marvell-ccic: switch to struct v4l2_fhHans Verkuil1-22/+26
2015-05-01[media] marvell-ccic: control handler fixesHans Verkuil1-8/+11
2015-05-01[media] marvell-ccic: fill in colorspaceHans Verkuil1-0/+2
2015-05-01[media] marvell-ccic: webcam drivers shouldn't support g/s_stdHans Verkuil1-15/+0
2015-05-01[media] marvell-ccic: fill in bus_infoHans Verkuil4-0/+7
2015-05-01[media] marvell-ccic: fix vb2 warningHans Verkuil1-0/+1
2015-04-27[media] marvell-ccic: fix Y'CbCr orderingHans Verkuil2-11/+11
2015-03-23[media] v4l2-subdev: add support for the new enum_frame_interval 'which' fieldHans Verkuil1-4/+44
2015-02-02[media] marvell-ccic: MMP_CAMERA no longer buildsArnd Bergmann1-1/+1
2014-12-23[media] VIDEO_CAFE_CCIC should select VIDEOBUF2_DMA_SGGeert Uytterhoeven1-0/+1
2014-12-23[media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil1-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-02[media] media: marvell-ccic: use vb2_ops_wait_prepare/finish helperPrabhakar Lad1-24/+5
2014-12-02[media] media/platform: fix querycapHans Verkuil1-2/+2
2014-11-25[media] vb2-dma-sg: move dma_(un)map_sg hereHans Verkuil1-17/+1
2014-11-25[media] vb2-dma-sg: add allocation context to dma-sgHans Verkuil2-1/+13
2014-11-14[media] platform: Make use of media_bus_format enumBoris BREZILLON2-12/+11
2014-10-20media: platform: marvell-ccic: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-03[media] marvel-ccic: don't initialize static vars with 0Mauro Carvalho Chehab1-1/+1
2014-08-26[media] be sure that HAS_DMA is enabled for vb2-dma-contigMauro Carvalho Chehab1-0/+2
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil1-4/+3
2014-03-11[media] vb2: change result code of buf_finish to voidHans Verkuil1-2/+1
2013-11-29[media] media: marvell-ccic: use devm to release clkLibin Yang1-31/+8
2013-11-29[media] marvell-ccic: drop resource free in driver removeLibin Yang1-7/+0
2013-10-17[media] marvell-ccic: drop free_irq for devm_request_irq allocated irqWei Yongjun1-1/+0
2013-09-26[media] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_tableRicardo Ribalda1-6/+8
2013-08-22[media] marvell-ccic/mmp-driver.c: simplify use of devm_ioremap_resourceJulia Lawall1-8/+0
2013-07-26[media] marvell-ccic: switch to resource managed allocation and requestLibin Yang1-38/+22
2013-07-26[media] marvell-ccic: add SOF / EOF pair check for marvell-ccic driverLibin Yang1-4/+26
2013-07-26[media] marvell-ccic: add new formats support for marvell-ccic driverLibin Yang2-33/+165
2013-07-26[media] marvell-ccic: refine mcam_set_contig_buffer functionLibin Yang1-11/+10
2013-07-26[media] marvell-ccic: reset ccic phy when stop streaming for stabilityLibin Yang3-0/+33
2013-07-26[media] marvell-ccic: add clock tree support for marvell-ccic driverLibin Yang2-0/+66
2013-07-26[media] marvell-ccic: add MIPI support for marvell-ccic driverLibin Yang4-13/+244