summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* [media] exynos4-is: Add common FIMC-IS image sensor driverSylwester Nawrocki2013-04-054-0/+420
* [media] exynos4-is: Add FIMC-IS parameter region definitionsSylwester Nawrocki2013-04-052-0/+1977
* [media] exynos4-is: Add FIMC-IS ISP I2C bus driverSylwester Nawrocki2013-04-052-0/+144
* [media] exynos4-is: Add Exynos4x12 FIMC-IS driverSylwester Nawrocki2013-04-059-0/+3301
* [media] V4L: Remove incorrect EXPORT_SYMBOL() usage at v4l2-of.cSylwester Nawrocki2013-04-051-2/+1
* [media] exynos4-is: Remove dependency on SYSCON for non-dt platformsSylwester Nawrocki2013-04-054-3/+15
* [media] exynos: remove unnecessary header inclusionsArnd Bergmann2013-04-052-4/+0
* [media] soc_camera/soc_camera_platform: Fix warning related to spacingSachin Kamat2013-04-051-1/+1
* [media] soc_camera/sh_mobile_ceu_camera: Fix warning related to spacingSachin Kamat2013-04-051-1/+1
* [media] soc_camera/pxa_camera: Constify struct dev_pm_opsSachin Kamat2013-04-051-1/+1
* [media] soc_camera/pxa_camera: Fix warning related to spacingSachin Kamat2013-04-051-1/+1
* [media] soc_camera/mx3_camera: Fix warning related to spacingSachin Kamat2013-04-051-1/+1
* [media] soc_camera/mx2_camera: Fix warnings related to spacingSachin Kamat2013-04-051-2/+2
* [media] soc_camera/mx1_camera: Fix warnings related to spacingSachin Kamat2013-04-051-2/+2
* [media] atmel-isi: Update error check for unsigned variablesTushar Behera2013-04-051-1/+1
* [media] soc_camera: Add RGB666 & RGB888 formatsPhil Edworthy2013-04-051-0/+42
* [media] mx2_camera: use module_platform_driver_probe()Fabio Porcedda2013-04-051-2/+1
* [media] drivers: media: use module_platform_driver_probe()Fabio Porcedda2013-04-051-12/+1
* [media] soc-camera: protect against racing open(2) and rmmodGuennadi Liakhovetski2013-04-051-14/+28
* [media] siano: Fix array boundary at smscore_translate_msg()Mauro Carvalho Chehab2013-04-041-1/+1
* Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab2013-04-01501-3499/+8028
|\
| * Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-03-312-4/+20
| |\
| | * dw_dmac: adjust slave_id accordingly to request line baseAndy Shevchenko2013-03-302-1/+17
| | * dmaengine: dw_dma: fix endianess for DT xlate functionArnd Bergmann2013-03-301-3/+3
| * | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-03-3111-38/+53
| |\ \
| | * | [media] [REGRESSION] bt8xx: Fix too large height in cropcapHans de Goede2013-03-261-5/+15
| | * | [media] fix compilation with both V4L2 and I2C as 'm'Mauro Carvalho Chehab2013-03-251-1/+1
| | * | [media] m5mols: Fix bug in stream on handlerAndrzej Hajda2013-03-211-1/+1
| | * | [media] s5p-fimc: Do not attempt to disable not enabled media pipelineSylwester Nawrocki2013-03-211-20/+19
| | * | [media] s5p-mfc: Fix encoder control 15 issueArun Kumar K2013-03-211-0/+1
| | * | [media] s5p-mfc: Fix frame skip bugArun Kumar K2013-03-211-1/+1
| | * | [media] s5p-fimc: send valid m2m ctx to fimc_m2m_job_finishShaik Ameer Basha2013-03-211-2/+4
| | * | [media] exynos-gsc: send valid m2m ctx to gsc_m2m_job_finishShaik Ameer Basha2013-03-211-3/+5
| | * | [media] fimc-lite: Fix the variable type to avoid possible crashShaik Ameer Basha2013-03-211-4/+4
| | * | [media] fimc-lite: Initialize 'step' field in fimc_lite_ctrl structureShaik Ameer Basha2013-03-211-0/+1
| | * | [media] ir: IR_RX51 only works on OMAP2Arnd Bergmann2013-03-191-1/+1
| * | | Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds2013-03-3117-254/+698
| |\ \ \
| | * | | mg_disk: fix error return code in mg_probe()Wei Yongjun2013-03-281-1/+3
| | * | | rsxx: remove unused variablePhilip J Kelleher2013-03-261-1/+0
| | * | | rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher2013-03-263-5/+22
| | * | | block: removes dynamic allocation on stackPhilip J Kelleher2013-03-261-1/+6
| | * | | cciss: fix invalid use of sizeof in cciss_find_cfgtables()Wei Yongjun2013-03-221-1/+1
| | * | | loop: cleanup partitions when detaching loop devicePhillip Susi2013-03-221-2/+19
| | * | | loop: fix error return code in loop_add()Wei Yongjun2013-03-221-0/+1
| | * | | mtip32xx: fix error return code in mtip_pci_probe()Wei Yongjun2013-03-221-1/+3
| | * | | Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-03-224-107/+169
| | |\ \ \
| | | * | | xen-blkfront: remove frame list from blk_shadowRoger Pau Monne2013-03-191-5/+1
| | | * | | xen-blkfront: pre-allocate pages for requestsRoger Pau Monne2013-03-191-41/+79
| | | * | | xen-blkback: don't store dev_bus_addrRoger Pau Monne2013-03-192-16/+6
| | | * | | xen-blkfront: switch from llist to listRoger Pau Monne2013-03-191-23/+18