summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-04-25[media] tw686x: Don't go past arrayMauro Carvalho Chehab1-2/+11
2016-04-25[media] media/i2c/adv*: make controls inheritable instead of privateHans Verkuil4-28/+0
2016-04-25[media] tc358743: drop bogus commentHans Verkuil1-1/+0
2016-04-25[media] sta2x11: remove unused varsMauro Carvalho Chehab1-2/+0
2016-04-25[media] sta2x11_vip: fix s_stdHans Verkuil1-16/+10
2016-04-25[media] adv7180: fix broken standards handlingHans Verkuil1-38/+80
2016-04-25[media] cx231xx: silence uninitialized variable warningDan Carpenter1-1/+2
2016-04-25[media] tw686x-video: test for 60Hz instead of 50HzHans Verkuil1-4/+4
2016-04-20[media] tpg: Export the tpg code from vivid as a moduleHelen Mae Koike Fornazier11-675/+36
2016-04-20[media] vivid: use new v4l2-rect.h headerHans Verkuil5-213/+110
2016-04-20[media] ivtv/cx18: use the new mask variants of the v4l2_device_call_* definesHans Verkuil2-22/+4
2016-04-20[media] v4l2-device.h: add v4l2_device_mask_ variantsHans Verkuil1-1/+1
2016-04-20[media] adv7180: Add g_tvnorms operationNiklas Söderlund1-1/+7
2016-04-20[media] adv7180: Add cropcap operationNiklas Söderlund1-0/+16
2016-04-20[media] adv7180: Add g_std operationNiklas Söderlund1-0/+10
2016-04-20[media] Staging: media: bcm2048: defined region_configs[] array as const arrayClaudiu Beznea1-1/+1
2016-04-20[media] tc358743: zero the reserved arrayHans Verkuil1-0/+4
2016-04-20[media] dib0090: fix smatch errorHans Verkuil1-1/+1
2016-04-20[media] pvrusb2: fix smatch errorsHans Verkuil1-5/+4
2016-04-20[media] vivid: fix smatch errorsHans Verkuil1-8/+11
2016-04-20[media] tw686x: Specify that the DMA is 32 bitsEzequiel Garcia1-0/+1
2016-04-20[media] tw686x-kh: rename three functions to prevent clash with tw686x driverHans Verkuil3-12/+12
2016-04-20[media] tw686x: add missing staticsHans Verkuil1-2/+2
2016-04-20[media] tw686x-kh: add audio support to the TODO listHans Verkuil1-1/+4
2016-04-20[media] tw686x-kh: specify that the DMA is 32 bitsHans Verkuil1-0/+1
2016-04-20[media] tw686x-kh: use the cached valueMauro Carvalho Chehab1-1/+1
2016-04-20[media] media: Support Intersil/Techwell TW686x-based video capture cardsEzequiel Garcia9-0/+2031
2016-04-20[media] TW686x frame grabber driverKrzysztof Hałasa9-0/+1207
2016-04-20[media] media-device: get rid of the spinlockMauro Carvalho Chehab2-34/+21
2016-04-14[media] m88ds3103: fix undefined divisionPeter Rosin1-1/+1
2016-04-14[media] media: platform: rcar_jpu, vsp1: Use ARCH_RENESASSimon Horman1-2/+2
2016-04-14[media] v4l: vsp1: Update WPF and LIF maximum sizes for Gen3Laurent Pinchart2-5/+12
2016-04-14[media] v4l: vsp1: Fix V4L2_PIX_FMT_XRGB444 format definitionLaurent Pinchart1-1/+1
2016-04-14[media] v4l: vsp1: Add global alpha support for DRM pipelineLaurent Pinchart1-1/+4
2016-04-14[media] v4l: vsp1: Add Z-order support for DRM pipelineLaurent Pinchart3-77/+116
2016-04-14[media] v4l: vsp1: Add support for the RPF alpha multiplier on Gen3Laurent Pinchart4-3/+73
2016-04-14[media] v4l: vsp1: lut: Use display list fragments to fill LUTLaurent Pinchart2-6/+31
2016-04-14[media] v4l: vsp1: dl: Add support for multi-body display listsLaurent Pinchart2-46/+251
2016-04-14[media] v4l: vsp1: dl: Fix race conditionsLaurent Pinchart1-12/+29
2016-04-14[media] v4l: vsp1: dl: Make reg_count field unsignedLaurent Pinchart1-1/+1
2016-04-14[media] v4l: vsp1: Fix LUT format settingLaurent Pinchart1-0/+1
2016-04-14[media] v4l: vsp1: Factorize frame size enumeration codeLaurent Pinchart6-111/+69
2016-04-14Revert "[media] v4l2-ioctl: simplify code"Mauro Carvalho Chehab1-29/+22
2016-04-14[media] v4l: vsp1: Factorize media bus codes enumeration codeLaurent Pinchart7-132/+60
2016-04-14[media] v4l: vsp1: Factorize get pad format codeLaurent Pinchart9-126/+36
2016-04-14[media] v4l: vsp1: RPF entities can't be target nodesLaurent Pinchart1-5/+5
2016-04-14[media] v4l: vsp1: Allocate pipelines on demandLaurent Pinchart8-61/+75
2016-04-14[media] v4l: vsp1: video: Reorder functionsLaurent Pinchart1-133/+133
2016-04-14[media] v4l: vsp1: Store pipeline pointer in rwpfLaurent Pinchart5-22/+19
2016-04-14[media] v4l: vsp1: Pass pipe pointer to entity configure functionsLaurent Pinchart11-14/+29