summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-18[media] si4713: Modified i2c driver to handle cases where interrupts are not ...Dinesh Ram1-44/+64
2013-12-18[media] si4713: Reorganized drivers/media/radio directoryDinesh Ram7-26/+39
2013-12-18[media] staging: media: davinci_vpfe: Rewrite return statement in vpfe_video.cLisa Nguyen1-1/+1
2013-12-18[media] staging: media: davinci_vpfe: Remove spaces before semicolonsLisa Nguyen3-4/+4
2013-12-18[media] v4l: of: Drop endpoint node reference in v4l2_of_get_remote_port()Laurent Pinchart1-1/+1
2013-12-18[media] v4l: of: Remove struct v4l2_of_endpoint remote fieldLaurent Pinchart1-2/+0
2013-12-18[media] v4l: of: Return an int in v4l2_of_parse_endpoint()Laurent Pinchart2-4/+8
2013-12-18[media] omap3isp: Fix buffer flags handling when querying bufferLaurent Pinchart1-0/+2
2013-12-18[media] omap3isp: Use devm_ioremap_resource()Laurent Pinchart2-22/+5
2013-12-18[media] omap3isp: Modify clocks registration to avoid circular referencesSylwester Nawrocki2-6/+17
2013-12-18[media] s5p-jpeg: Synchronize cached controls with V4L2 coreJacek Anaszewski1-3/+15
2013-12-18[media] s5p-jpeg: Fix lack of spin_lock protectionJacek Anaszewski1-1/+10
2013-12-18[media] s5p-jpeg: Fix clock resource managementJacek Anaszewski1-5/+30
2013-12-18[media] s5p-jpeg: Rename functions specific to the S5PC210 SoC accordinglyJacek Anaszewski1-24/+34
2013-12-18[media] s5p-jpeg: Remove superfluous call to the jpeg_bound_align_image functionJacek Anaszewski1-7/+0
2013-12-18[media] s5p-jpeg: Fix erroneous condition while validating bytesperline valueJacek Anaszewski1-1/+1
2013-12-18[media] s5p-jpeg: Fix output YUV 4:2:0 fourcc for decoderJacek Anaszewski1-1/+1
2013-12-18[media] s5p-jpeg: Reorder quantization tablesJacek Anaszewski1-58/+58
2013-12-18[media] s5p-jpeg: Add initial device tree support for S5PV210/Exynos4210 SoCsSylwester Nawrocki2-1/+22
2013-12-18[media] s5p-jpeg: Fix encoder and decoder video dev namesSeung-Woo Kim1-4/+4
2013-12-13Merge branch 'upstream-fixes' into patchworkMauro Carvalho Chehab17-31/+63
2013-12-11[media] v4l: vsp1: Add LUT supportLaurent Pinchart10-3/+344
2013-12-11[media] v4l: vsp1: Add SRU supportLaurent Pinchart9-1/+431
2013-12-11[media] v4l: vsp1: Add HST and HSI supportLaurent Pinchart8-1/+287
2013-12-11[media] v4l: Add media format codes for AHSV8888 on 32-bit bussesLaurent Pinchart2-0/+160
2013-12-11[media] v4l: vsp1: Add cropping supportLaurent Pinchart4-16/+141
2013-12-11[media] v4l: vsp1: Supply frames to the DU continuouslyLaurent Pinchart1-0/+13
2013-12-11[media] mt9v032: Add support for the MT9V034Laurent Pinchart1-8/+46
2013-12-11[media] mt9v032: Add support for model-specific parametersLaurent Pinchart1-15/+67
2013-12-11[media] mt9v032: Add support for monochrome modelsLaurent Pinchart1-3/+34
2013-12-11[media] mt9v032: Fix binning configurationLaurent Pinchart1-23/+45
2013-12-11[media] mt9v032: Fix pixel array sizeLaurent Pinchart1-2/+3
2013-12-11[media] mt9v032: Remove unused macroLaurent Pinchart1-2/+0
2013-12-11[media] v4l: omap4iss: resizer: Fix comment regarding bypass modeLaurent Pinchart1-1/+3
2013-12-11[media] v4l: omap4iss: Cancel streaming when a fatal error occursLaurent Pinchart5-3/+68
2013-12-11[media] v4l: omap4iss: csi2: Replace manual if statement with a subclk fieldLaurent Pinchart2-8/+6
2013-12-11[media] v4l: omap4iss: Reset the ISS when the pipeline can't be stoppedLaurent Pinchart4-0/+39
2013-12-11[media] v4l: omap4iss: Enable/disabling the ISP interrupts globallyLaurent Pinchart5-36/+30
2013-12-11[media] v4l: omap4iss: Propagate stop timeouts from submodules to the driver ...Laurent Pinchart5-13/+15
2013-12-11[media] v4l: omap4iss: Add enum_fmt_vid_cap ioctl supportLaurent Pinchart1-0/+36
2013-12-11[media] v4l: omap4iss: Make __iss_video_get_format() return a v4l2_mbus_framefmtLaurent Pinchart1-10/+15
2013-12-11[media] v4l: omap4iss: Add description field to iss_format_info structureLaurent Pinchart2-19/+21
2013-12-11[media] v4l: omap4iss: Convert hexadecimal constants to lower caseLaurent Pinchart3-233/+233
2013-12-11[media] v4l: omap4iss: resizer: Stop the whole resizer to avoid FIFO overflowsLaurent Pinchart1-3/+5
2013-12-11[media] v4l: omap4iss: csi: Create and use register access functionsLaurent Pinchart4-85/+76
2013-12-11[media] v4l: omap4iss: Create and use register access functionsLaurent Pinchart5-224/+265
2013-12-11[media] v4l: omap4iss: csi2: Enable automatic ULP mode transitionLaurent Pinchart1-2/+2
2013-12-11[media] v4l: omap4iss: ipipeif: Shift input data according to the input formatLaurent Pinchart2-2/+4
2013-12-11[media] v4l: omap4iss: isif: Ignore VD0 interrupts when no buffer is availableLaurent Pinchart1-0/+7
2013-12-11[media] v4l: omap4iss: Fix operators precedence in ternary operatorsLaurent Pinchart4-23/+15