summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-2535-246/+170Star
|\
| * [media] smia: Fix compile failuresAlan Cox2012-06-192-1/+2
| * [media] s5p-fimc: Fix control creation functionKamil Debski2012-06-191-1/+1
| * [media] s5p-mfc: Fix checkpatch error in s5p_mfc_shm.h fileSachin Kamat2012-06-191-2/+1Star
| * [media] s5p-mfc: Fix setting controlsKamil Debski2012-06-191-2/+2
| * [media] v4l/s5p-mfc: added image size align in VIDIOC_TRY_FMTAndrzej Hajda2012-06-191-0/+2
| * [media] v4l/s5p-mfc: corrected encoder v4l control definitionsAndrzej Hajda2012-06-191-8/+2Star
| * [media] v4l: mem2mem_testdev: Fix race conditions in driverTomasz Moń2012-06-191-24/+26
| * [media] s5p-mfc: Bug fix of timestamp/timecode copy mechanismKamil Debski2012-06-192-1/+8
| * [media] em28xx: Show a warning if the board does not support remote controlsMartin Blumenstingl2012-06-181-0/+2
| * [media] em28xx: Add remote control support for Terratec's Cinergy HTC Stick HDMartin Blumenstingl2012-06-181-0/+1
| * [media] Revert "[media] media: mx2_camera: Fix mbus format handling"Guennadi Liakhovetski2012-06-181-47/+5Star
| * [media] bw-qcam: driver and pixfmt documentation fixesHans Verkuil2012-06-111-10/+37
| * [media] cx88: fix firmware load on big-endian systemsHans Verkuil2012-06-111-1/+1
| * [media] cx18: support big-endian systemsHans Verkuil2012-06-114-13/+23
| * [media] ivtv: fix support for big-endian systemsHans Verkuil2012-06-112-10/+10
| * [media] tuner-core: return the frequency range of the correct tunerHans Verkuil2012-06-111-1/+1
| * [media] v4l2-dev.c: fix g_parm regression in determine_valid_ioctls()Hans Verkuil2012-06-111-1/+1
| * [media] v4l2-ioctl: set readbuffers to 2 in g_parmHans Verkuil2012-06-111-0/+1
| * [media] vino: fix compiler warningsHans Verkuil2012-06-111-2/+2
| * [media] gspca - sonixj: Fix bad values of webcam 0458:7025Jean-Francois Moine2012-06-111-1/+1
| * [media] gspca - ov534/ov534_9: Fix sccd_read/write errorsJean-Francois Moine2012-06-112-0/+2
| * [media] gspca-core: Fix buffers staying in queued state after a stream_offHans de Goede2012-06-111-1/+3
| * [media] gspca_ov534: make AGC and AWB controls independentAntonio Ospite2012-06-111-29/+2Star
| * [media] gscpa_sn9c20x: Move clustering of controls to after error checkingHans de Goede2012-06-111-10/+14
| * [media] gspca_pac7311: Correct number of controlsHans de Goede2012-06-111-1/+1
| * [media] bttv: The Hauppauge 61334 needs the msp3410 to do radio demodulationHans de Goede2012-06-113-0/+10
| * [media] bttv: Remove unused needs_tvaudio card variableHans de Goede2012-06-112-77/+0Star
| * [media] bttv: Use btv->has_radio rather then the card info when registering t...Hans de Goede2012-06-111-2/+2
| * [media] Fix query/enum_dv_timings regressionHans Verkuil2012-06-111-0/+2
| * [media] Fix vivi regressionHans Verkuil2012-06-111-1/+5
* | media: pms.c needs linux/slab.hRandy Dunlap2012-06-211-0/+1
* | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-2/+2
|\ \
| * | media mx3 camera: prepare clk before enabling itSascha Hauer2012-04-251-2/+2
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-24256-13317/+20373
|\ \ \ | | |/ | |/|
| * | [media] saa7134-cards: Remove a PCI entry added by mistakeMauro Carvalho Chehab2012-05-211-6/+0Star
| * | [media] patch for Asus My Cinema PS3-100 (1043:48cd)remi schwartz2012-05-204-0/+98
| * | [media] au0828: Move the Kconfig knob under V4L_USB_DRIVERSIsmael Luceno2012-05-201-2/+2
| * | [media] em28xx: simple comment fixAntti Palosaari2012-05-201-2/+2
| * | [media] smiapp: Use v4l2_ctrl_new_int_menu() instead of v4l2_ctrl_new_custom()Sakari Ailus2012-05-201-11/+6Star
| * | [media] smiapp: Add support for 8-bit uncompressed formatsSakari Ailus2012-05-201-0/+4
| * | [media] smiapp: Allow generic quirk registersSakari Ailus2012-05-203-0/+60
| * | [media] smiapp: Use non-binning limits if the binning limit is zeroSakari Ailus2012-05-201-3/+28
| * | [media] smiapp: Initialise rval in smiapp_read_nvm()Sakari Ailus2012-05-201-1/+1
| * | [media] smiapp: Round minimum pre_pll up rather than down in ip_clk_freq checkSakari Ailus2012-05-201-2/+3
| * | [media] smiapp: Use 8-bit reads only before identifying the sensorSakari Ailus2012-05-201-29/+34
| * | [media] smiapp: Quirk for sensors that only do 8-bit readsSakari Ailus2012-05-203-9/+66
| * | [media] smiapp: Pass struct sensor to register writing commands instead of i2...Sakari Ailus2012-05-204-87/+84Star
| * | [media] smiapp: Allow using external clock from the clock frameworkSakari Ailus2012-05-202-7/+49
| * | [media] media: add support to gspca/pac7302.c for 093a:2627 (Genius FaceCam 300)Jozsef Marton2012-05-201-0/+1