aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'linux-stable/linux-3.0.y' into p-android-omap-3...Ziyan2015-10-253-6/+10
|\
| * media: au0828: fix case where STREAMOFF being called on stopped stream causes...Devin Heitmueller2012-10-281-4/+8
| * USB: spca506: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-09-141-1/+1
| * media: uvcvideo: Fix ENUMINPUT handlingLaurent Pinchart2012-06-011-1/+1
| * pvrusb2: fix 7MHz & 8MHz DVB-T tuner support for HVR1900 rev D1F5Michael Krufky2012-04-021-0/+10
| * hdpvr: fix race conditon during start of streamingJanne Grunau2012-02-291-1/+2
* | OMAP: TILER: Optimize placement for NV12 buffersAndy Gross2012-06-152-16/+32
* | UVC: Enable CONFIG_USB_VIDEO_CLASS to default.Saravanan Solaiyappan2012-06-151-0/+1
* | Merge latest changes from google kernel/common.gitRoman Shaposhnikov2012-06-132-1/+12
* | OMAP: TILER: validate input width and heightAndy Gross2012-05-221-12/+17
* | TILER: Add tiler_backpages methodLajos Molnar2012-05-151-11/+50
* | OMAP4: ION/TILER: Expose virtual stride and sizeAndy Gross2012-03-211-0/+6
* | OMAP4: TILER: Adds func to fill the virt. sizesAtanas (Tony) Zlatinski2012-03-211-0/+45
* | OMAP4: TILER: Add offset parameter for allocationAndy Gross2012-03-216-47/+70
* | OMAP4: TILER: Add variable alignment allocation APIAndy Gross2012-03-216-140/+182
* | OMAP: TILER: Kconfig: Disable tiler ioctl interfaceShivananda Hebbar2012-02-151-16/+16
* | OMAP: TILER: Make character driver creation configurableShivananda Hebbar2012-02-152-6/+22
* | OMAP: TILER: Add bounds checking on format inputsAndy Gross2012-02-031-0/+4
* | Merge branch 'linux-3.0.18' into p-android-omap-3.0Dan Murphy2012-02-0210-5/+95
|\ \ | |/
| * uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map()Haogang Chen2012-01-252-0/+10
| * V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()Dan Carpenter2012-01-251-0/+4
| * media: s5p-fimc: Use correct fourcc for RGB565 colour formatSylwester Nawrocki2012-01-061-1/+1
| * saa7164: Add support for another HVR2200 hardware revisionTony Jago2011-11-263-0/+68
| * tuner_xc2028: Allow selection of the frequency adjustment code for XC3028Mauro Carvalho Chehab2011-11-111-1/+1
| * uvcvideo: Set alternate setting 0 on resume if the bus has been resetMing Lei2011-11-113-3/+11
* | Merge commit 'v3.0.8' into linux-omap-3.0Colin Cross2011-10-271-1/+1
|\ \ | |/
| * uvcvideo: Fix crash when linking entitiesLaurent Pinchart2011-10-251-1/+1
* | OMAP: TILER: use correct type for usr_countAndy Gross2011-10-201-1/+2
* | OMAP: TILER: virt2phys requires taking mm semaphoreAndy Gross2011-09-231-1/+5
* | OMAP: TILER: Fix validation of address against vmaAndy Gross2011-09-231-13/+5
* | OMAP: TILER: Add mutex protection around dmac arrayLajos Molnar2011-09-231-0/+7
* | OMAP: TILER: Use fixed retries when programming PATAndy Gross2011-09-221-24/+53
* | OMAP: TILER: Correct usage of get_user_pagesAndy Gross2011-09-151-28/+37
* | OMAP: TILER: Use hwmod entry to create dmm/tiler devicesAndy Gross2011-08-291-3/+20
* | OMAP: TILER: Add suspend/resume functionality into Tiler driverAndy Gross2011-08-292-13/+41
* | tiler: fix a use-after free errorIliyan Malchev2011-08-221-1/+1
* | Merge commit 'v3.0' into linux-omap-3.0Colin Cross2011-08-102-11/+14
|\ \ | |/
| * Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-172-11/+14
| |\
| | * [media] tuner-core: fix a 2.6.39 regression with mt20xxMauro Carvalho Chehab2011-07-131-4/+12
| | * [media] Revert "V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)"Jarod Wilson2011-07-111-7/+2
* | | OMAP:TILER: Add alloc_debug parameter.Lajos Molnar2011-07-291-2/+52
* | | OMAP:TILER: Add debugfs entries for map print.Lajos Molnar2011-07-291-0/+191
* | | Merge commit 'v3.0-rc7' into linux-omap-3.0Colin Cross2011-07-1229-468/+432
|\ \ \ | |/ /
| * | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-117-136/+145
| |\ \ | | |/
| | * [media] msp3400: fill in v4l2_tuner based on vt->type fieldHans Verkuil2011-07-071-5/+7
| | * [media] tuner-core.c: don't change type field in g_tuner or g_frequencyHans Verkuil2011-07-071-19/+19
| | * [media] cx18/ivtv: fix g_tuner supportHans Verkuil2011-07-072-12/+4
| | * [media] tuner-core: power up tuner when called with s_power(1)Hans Verkuil2011-07-071-3/+7
| | * [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEKHans Verkuil2011-07-071-3/+9
| | * [media] tuner-core: simplify the standard fixupHans Verkuil2011-07-071-65/+28