summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2014-01-291-1/+1
|\
| * fsl-viu: adjust for OF based clock lookupGerhard Sittig2014-01-121-1/+1
* | Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds2014-01-242-6/+17
|\ \
| * | omap3isp: Modify clocks registration to avoid circular referencesSylwester Nawrocki2013-12-042-6/+17
| |/
* | treewide: Fix typos in printkMasanari Iida2013-12-191-2/+2
* | [media] media: marvell-ccic: use devm to release clkLibin Yang2013-12-091-31/+8Star
* | [media] media_tree: Fix spelling errorsJonathan McCrohan2013-12-0912-19/+19
* | [media] v4l: omap3isp: Don't check for missing get_fmt op on remote subdevLaurent Pinchart2013-12-041-5/+2Star
* | [media] marvell-ccic: drop resource free in driver removeLibin Yang2013-11-291-7/+0Star
* | [media] v4l: vsp1: Fix error return code in vsp1_video_init()Wei Yongjun2013-11-291-1/+3
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-202-3/+2Star
|\
| * Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-162-3/+2Star
| |\
| | * dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-142-3/+2Star
* | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-191-3/+3
|\ \ \
| * | | media: exynos4-is: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-3/+3
| | |/ | |/|
* | | Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/li...Linus Torvalds2013-11-191-0/+1
|\ \ \
| * | | [media] platform drivers: Fix build on frv archMauro Carvalho Chehab2013-11-081-0/+1
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-1931-173/+4566
|\| | |
| * | | [media] sh_mobile_ceu_camera: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-311-1/+1
| * | | [media] media: rcar_vin: Add preliminary r8a7790 supportValentine Barshak2013-10-311-1/+4
| * | | [media] V4L2: soc-camera: work around unbalanced calls to .s_power()Guennadi Liakhovetski2013-10-311-6/+16
| * | | [media] soc-camera: switch to using the new struct v4l2_subdev_platform_dataGuennadi Liakhovetski2013-10-311-12/+12
| * | | [media] s5p-mfc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-281-1/+1
| * | | [media] s5p-mfc: call wake_up_dev if in suspend modePrathyush K2013-10-281-4/+6
| * | | [media] s5p-mfc: Adjust the default values of some encoder paramsArun Kumar K2013-10-281-4/+4
| * | | [media] platform: Kconfig: Select SRAM for VIDEO_CODAFabio Estevam2013-10-281-0/+1
| * | | [media] coda: v4l2-compliance fix: zero pixel format priv fieldPhilipp Zabel2013-10-281-0/+2
| * | | [media] coda: v4l2-compliance fix: implement try_decoder_cmdPhilipp Zabel2013-10-281-8/+20
| * | | [media] coda: v4l2-compliance fix: overwrite invalid pixel formats with the c...Philipp Zabel2013-10-281-16/+56
| * | | [media] coda: prefix v4l2_ioctl_ops with coda_ instead of vidioc_Philipp Zabel2013-10-281-60/+63
| * | | [media] coda: use picture type returned from hardwarePhilipp Zabel2013-10-281-2/+1Star
| * | | [media] coda: move coda_product_name above vidioc_querycapPhilipp Zabel2013-10-281-16/+19
| * | | [media] coda: fix FMO value setting for CodaDx6Philipp Zabel2013-10-281-3/+1Star
| * | | [media] coda: add compressed flag to format enumeration outputPhilipp Zabel2013-10-281-0/+2
| * | | [media] coda: only set buffered input queue for decoderPhilipp Zabel2013-10-281-2/+3
| * | | [media] coda: allow more than four instances on CODA7541Philipp Zabel2013-10-281-4/+10
| * | | [media] exynos-gsc: Handle ctx job finish when abortedShaik Ameer Basha2013-10-282-13/+17
| * | | [media] mem2mem_testdev: Remove casting the return value which is a void pointerJingoo Han2013-10-281-2/+1Star
| * | | [media] m2m-deinterlace: Remove casting the return value which is a void pointerJingoo Han2013-10-281-2/+1Star
| * | | [media] s5p-g2d: Remove casting the return value which is a void pointerJingoo Han2013-10-281-1/+1
| * | | [media] v4l: ti-vpe: Add de-interlacer support in VPEArchit Taneja2013-10-281-34/+358
| * | | [media] v4l: ti-vpe: Add VPE mem to mem driverArchit Taneja2013-10-285-0/+2294
| * | | [media] v4l: ti-vpe: Add helpers for creating VPDMA descriptorsArchit Taneja2013-10-283-0/+838
| * | | [media] v4l: ti-vpe: Create a vpdma helper libraryArchit Taneja2013-10-283-0/+852
| * | | [media] marvell-ccic: drop free_irq for devm_request_irq allocated irqWei Yongjun2013-10-171-1/+0Star
| * | | [media] media: Remove unnecessary semicolonsJoe Perches2013-10-176-6/+6
| * | | [media] timblogiw: fix two sparse warningsHans Verkuil2013-10-151-2/+2
| * | | [media] davinci: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-032-3/+3
| * | | [media] media/v4l2: VIDEO_RENESAS_VSP1 should depend on HAS_DMAGeert Uytterhoeven2013-10-031-1/+1
| * | | [media] davinci: vpif_capture: fix error return code in vpif_probe()Wei Yongjun2013-10-031-1/+1