aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds17-66/+47
2013-02-15Revert "[media] dvb_frontend: return -ENOTTY for unimplement IOCTL"Mauro Carvalho Chehab1-3/+3
2013-02-15Merge branch 'omap/multiplatform-fixes', tag 'v3.8-rc5' into next/multiplatformArnd Bergmann12-69/+58
2013-02-15[media] davinci: do not include mach/hardware.hArnd Bergmann1-1/+0
2013-02-14drivers/media: add missing GENERIC_HARDIRQS dependencyHeiko Carstens1-1/+1
2013-02-06Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-0/+13
2013-01-29Merge branch 'master' into for-nextJiri Kosina345-2258/+7735
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman11-68/+58
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman11-68/+58
2013-01-25media: Convert to devm_ioremap_resource()Thierry Reding10-49/+33
2013-01-24[media] radio: set vfl_dir correctly to fix modulator regressionHans Verkuil4-0/+13
2013-01-24Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-01-22Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesOlof Johansson1-1/+1
2013-01-21drivers/media: remove depends on CONFIG_EXPERIMENTALKees Cook2-5/+5
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-11drivers/media/video/s5p-tv: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2013-01-11drivers/media/video/s5p-fimc: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+0
2013-01-11drivers/media/video/pvrusb2: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+4
2013-01-11drivers/media/video/cx25821: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-11drivers/media: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+3
2013-01-11ARM: OMAP2+: Disable code that currently does not work with multiplaformTony Lindgren1-1/+1
2013-01-11[media] uvcvideo: Set error_idx properly for S_EXT_CTRLS failuresLaurent Pinchart1-1/+2
2013-01-11[media] uvcvideo: Cleanup leftovers of partial revertLaurent Pinchart1-5/+2
2013-01-11[media] uvcvideo: Return -EACCES when trying to set a read-only controlLaurent Pinchart1-1/+3
2013-01-11Merge tag 'v3.8-rc3' into v4l_for_linusMauro Carvalho Chehab118-454/+538
2013-01-08[media] coda: Fix build due to iram.h renameSascha Hauer1-1/+1
2013-01-06[media] omap3isp: Don't include <plat/cpu.h>Laurent Pinchart1-2/+0
2013-01-06[media] s5p-mfc: Fix interrupt error handling routineKamil Debski1-51/+37
2013-01-06[media] s5p-fimc: Fix return value of __fimc_md_create_flite_source_links()Sylwester Nawrocki1-1/+1
2013-01-06[media] m5mols: Fix typo in get_fmt callbackSylwester Nawrocki1-1/+1
2013-01-06[media] v4l: vb2: Set data_offset to 0 for single-plane output buffersLaurent Pinchart1-1/+3
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman102-373/+360
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2013-01-01[media] [FOR,v3.8] omap3isp: Don't include deleted OMAP plat/ header filesLaurent Pinchart1-3/+0
2012-12-30Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+0
2012-12-23Partly revert "[media] uvcvideo: Set error_idx properly for extended controls API failures"Rafael J. Wysocki2-18/+13
2012-12-21[media] gspca_sonixj: Add a small delay after i2c_w1Hans de Goede1-0/+1
2012-12-21[media] gspca_sonixb: Properly wait between i2c writesHans de Goede1-5/+8
2012-12-21[media] gspca_kinect: add Kinect for Windows USB idJacob Schloss1-0/+1
2012-12-17ARM: OMAP2+: Drop plat/cpu.h for omap2plusTony Lindgren1-2/+0
2012-12-15Merge tag 'fbdev-for-3.8' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds3-16/+46
2012-12-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds271-1576/+6801
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-4/+4
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+29
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-25/+72