summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l2-dv-timings: rename v4l_match_dv_timings to v4l2_match_dv_timingsHans Verkuil2013-08-241-1/+1
* [media] coda: No need to check the return value of platform_get_resource()Fabio Estevam2013-08-241-5/+0
* [media] coda: Check the return value from clk_prepare_enable()Fabio Estevam2013-08-241-5/+22
* [media] coda: Fix error pathsFabio Estevam2013-08-241-14/+29
* [media] media/v4l2: VIDEO_SH_VEU should depend on HAS_DMAGeert Uytterhoeven2013-08-231-1/+1
* [media] marvell-ccic/mmp-driver.c: simplify use of devm_ioremap_resourceJulia Lawall2013-08-221-8/+0
* sh_mobile_ceu_camera: Fix a compilation warningMauro Carvalho Chehab2013-08-181-2/+1
* [media] exynos-gsc: fix s2r functionalityPrathyush K2013-08-181-5/+8
* [media] exynos4-is: Staticize local symbolSachin Kamat2013-08-181-1/+1
* [media] exynos4-is: Fix potential NULL pointer dereferenceSachin Kamat2013-08-181-6/+7
* [media] V4L2: mx3_camera: add support for asynchronous subdevice registrationGuennadi Liakhovetski2013-08-181-3/+13
* [media] V4L2: mx3_camera: print V4L2_MBUS_FMT_* codes in hexadecimal formatGuennadi Liakhovetski2013-08-181-3/+3
* [media] V4L2: mx3_camera: convert to managed resource allocationGuennadi Liakhovetski2013-08-181-37/+10
* [media] V4L2: soc-camera: fix requesting regulators in synchronous caseGuennadi Liakhovetski2013-08-181-6/+27
* [media] soc_camera: fix compiler warningHans Verkuil2013-08-181-2/+3
* [media] V4L2: soc_camera: Renesas R-Car VIN driverVladimir Barinov2013-08-183-0/+1495
* [media] v4l2: use new V4L2_DV_BT_BLANKING/FRAME definesHans Verkuil2013-08-182-16/+4
* [media] v4l2: use new V4L2_DV_BT_BLANKING/FRAME definesHans Verkuil2013-08-181-7/+2
* [media] vsp1: Use the maximum number of entities defined in platform dataKatsuya Matsubara2013-08-181-4/+4
* [media] vsp1: Fix lack of the sink entity registration for enabled linksKatsuya Matsubara2013-08-181-0/+3
* [media] v4l: Renesas R-Car VSP1 driverLaurent Pinchart2013-08-1818-0/+3907
* [media] s5p-mfc: Add support for VP8 encoderArun Kumar K2013-08-184-2/+200
* [media] s5p-mfc: Update driver for v7 firmwareArun Kumar K2013-08-183-9/+54
* [media] s5p-mfc: Core support for MFC v7Arun Kumar K2013-08-182-0/+34
* [media] s5p-mfc: Add register definition file for MFC v7Arun Kumar K2013-08-181-0/+58
* [media] s5p-mfc: Rename IS_MFCV6 macroArun Kumar K2013-08-186-24/+28
* [media] s5p-mfc: Update v6 encoder buffer sizesArun Kumar K2013-08-181-2/+2
* [media] coda: add CODA7541 decoding supportPhilipp Zabel2013-07-312-58/+813
* [media] coda: split encoder specific parts out of device_run and irq_handlerPhilipp Zabel2013-07-311-34/+48
* [media] coda: dynamic IRAM setup for decoderPhilipp Zabel2013-07-311-2/+48
* [media] V4L: Rename subdev field of struct v4l2_async_notifierSylwester Nawrocki2013-07-303-3/+3
* [media] V4L: Rename v4l2_async_bus_* to v4l2_async_match_*Sylwester Nawrocki2013-07-302-4/+4
* [media] marvell-ccic: switch to resource managed allocation and requestLibin Yang2013-07-261-38/+22
* [media] marvell-ccic: add SOF / EOF pair check for marvell-ccic driverLibin Yang2013-07-261-4/+26
* [media] marvell-ccic: add new formats support for marvell-ccic driverLibin Yang2013-07-262-33/+165
* [media] marvell-ccic: refine mcam_set_contig_buffer functionLibin Yang2013-07-261-11/+10
* [media] marvell-ccic: reset ccic phy when stop streaming for stabilityLibin Yang2013-07-263-0/+33
* [media] marvell-ccic: add clock tree support for marvell-ccic driverLibin Yang2013-07-262-0/+66
* [media] marvell-ccic: add MIPI support for marvell-ccic driverLibin Yang2013-07-264-13/+244
* [media] media: davinci: vpss: convert to devm* apiLad, Prabhakar2013-07-261-49/+13
* [media] media: davinci: vpbe_display: convert to devm* apiLad, Prabhakar2013-07-261-16/+7
* [media] media: davinci: vpbe_osd: convert to devm_* apiLad, Prabhakar2013-07-261-35/+10
* [media] media: davinci: vpbe_venc: convert to devm_* apiLad, Prabhakar2013-07-261-78/+19
* [media] media: davinci: vpif: display: add V4L2-async supportLad, Prabhakar2013-07-262-83/+130
* [media] media: davinci: vpif: capture: add V4L2-async supportLad, Prabhakar2013-07-262-48/+105
* [media] coda: add bitstream ringbuffer handling for decoderPhilipp Zabel2013-07-262-3/+134
* [media] coda: update CODA7541 to firmware 1.4.50Philipp Zabel2013-07-262-62/+182
* [media] coda: do not allocate maximum number of framebuffers for encoderPhilipp Zabel2013-07-261-1/+1
* [media] coda: dynamic IRAM setup for encoderPhilipp Zabel2013-07-262-10/+146
* [media] coda: use vb2_set_plane_payload instead of setting v4l2_planes[0].byt...Philipp Zabel2013-07-261-5/+5