index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] v4l: Support extending the v4l2_pix_format structure
Laurent Pinchart
2014-07-17
7
-14
/
+0
*
[media] v4l2-ctrls: use ptrs for all but the s32 type
Hans Verkuil
2014-07-17
1
-2
/
+2
*
[media] v4l2-ctrls: increase internal min/max/step/def to 64 bit
Hans Verkuil
2014-07-17
1
-1
/
+4
*
[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO
Ramakrishnan Muthukrishnan
2014-07-04
9
-10
/
+0
*
[media] dm644x_ccdc: remove check for CONFIG_DM644X_VIDEO_PORT_ENABLE
Paul Bolle
2014-07-04
1
-5
/
+0
*
[media] V4L2: soc_camera: Add run-time dependencies to sh_mobile drivers
Jean Delvare
2014-06-17
1
-0
/
+2
*
[media] media: mx2_camera: Change Kconfig dependency
Alexander Shiyan
2014-06-17
1
-1
/
+1
*
[media] media: mx1_camera: Remove driver
Alexander Shiyan
2014-06-17
3
-880
/
+0
*
[media] V4L2: soc_camera: add run-time dependencies to R-Car VIN driver
Jean Delvare
2014-06-17
1
-0
/
+1
*
[media] rcar_vin: copy flags from pdata
Ben Dooks
2014-06-17
1
-6
/
+6
*
[media] V4L: soc-camera: explicitly free allocated managed memory on error
Guennadi Liakhovetski
2014-06-17
1
-4
/
+8
*
[media] m2m-deinterlace: Convert to devm* API
Alexander Shiyan
2014-06-17
1
-5
/
+2
*
[media] media: davinci: vpif_capture: fix v4l-compliance issues
Lad, Prabhakar
2014-06-17
1
-137
/
+54
*
[media] media: davinci: vpif_capture: drop unneeded module params
Lad, Prabhakar
2014-06-17
2
-64
/
+1
*
[media] v4l: vsp1: Remove the unneeded vsp1_video_buffer video field
Laurent Pinchart
2014-06-17
2
-3
/
+0
*
Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-06-13
18
-1744
/
+432
|
\
|
*
[media] omap3isp: Rename isp_buffer isp_addr field to dma
Laurent Pinchart
2014-05-25
7
-17
/
+17
|
*
[media] omap3isp: Move to videobuf2
Laurent Pinchart
2014-05-25
5
-1286
/
+108
|
*
[media] omap3isp: Cancel all queued buffers when stopping the video stream
Laurent Pinchart
2014-05-25
1
-0
/
+2
|
*
[media] omap3isp: Move buffer irqlist to isp_buffer structure
Laurent Pinchart
2014-05-25
3
-21
/
+22
|
*
[media] omap3isp: Move queue irqlock to isp_video structure
Laurent Pinchart
2014-05-25
5
-27
/
+19
|
*
[media] omap3isp: Move queue mutex to isp_video structure
Laurent Pinchart
2014-05-25
4
-91
/
+86
|
*
[media] omap3isp: queue: Don't build scatterlist for kernel buffer
Laurent Pinchart
2014-05-25
2
-25
/
+7
|
*
[media] omap3isp: Use the ARM DMA IOMMU-aware operations
Laurent Pinchart
2014-05-25
5
-61
/
+89
|
*
[media] omap3isp: queue: Use sg_alloc_table_from_pages()
Laurent Pinchart
2014-05-25
1
-14
/
+2
|
*
[media] omap3isp: queue: Map PFNMAP buffers to device
Laurent Pinchart
2014-05-25
2
-18
/
+23
|
*
[media] omap3isp: queue: Fix the dma_map_sg() return value check
Laurent Pinchart
2014-05-25
1
-1
/
+1
|
*
[media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherent
Laurent Pinchart
2014-05-25
2
-32
/
+27
|
*
[media] omap3isp: queue: Inline the ispmmu_v(un)map functions
Laurent Pinchart
2014-05-25
1
-32
/
+4
|
*
[media] omap3isp: queue: Merge the prepare and sglist functions
Laurent Pinchart
2014-05-25
2
-104
/
+69
|
*
[media] omap3isp: queue: Use sg_table structure
Laurent Pinchart
2014-05-25
2
-74
/
+40
|
*
[media] omap3isp: queue: Move IOMMU handling code to the queue
Laurent Pinchart
2014-05-25
3
-83
/
+78
|
*
[media] omap3isp: video: Set the buffer bytesused field at completion time
Laurent Pinchart
2014-05-25
1
-1
/
+4
|
*
[media] omap3isp: ccdc: Use the DMA API for FPC
Laurent Pinchart
2014-05-25
2
-24
/
+35
|
*
[media] omap3isp: ccdc: Use the DMA API for LSC
Laurent Pinchart
2014-05-25
2
-31
/
+29
|
*
[media] omap3isp: stat: Use the DMA API
Laurent Pinchart
2014-05-25
2
-72
/
+53
|
*
[media] omap3isp: stat: Store sg table in ispstat_buffer
Laurent Pinchart
2014-05-25
2
-11
/
+10
|
*
[media] omap3isp: stat: Merge dma_addr and iommu_addr fields
Laurent Pinchart
2014-05-25
4
-15
/
+11
|
*
[media] omap3isp: stat: Share common code for buffer allocation
Laurent Pinchart
2014-05-25
1
-60
/
+54
|
*
[media] omap3isp: stat: Remove impossible WARN_ON
Laurent Pinchart
2014-05-25
1
-2
/
+0
|
*
[media] omap3isp: stat: Rename IS_COHERENT_BUF to ISP_STAT_USES_DMAENGINE
Laurent Pinchart
2014-05-25
1
-7
/
+7
*
|
Merge branches 'topic/vsp1' and 'topic/adv76xx' of git://git.kernel.org/pub/s...
Linus Torvalds
2014-06-06
18
-94
/
+690
|
\
\
|
*
|
[media] v4l: vsp1: Add DT support
Laurent Pinchart
2014-04-23
1
-8
/
+44
|
*
|
[media] v4l: vsp1: Add BRU support
Laurent Pinchart
2014-04-23
13
-5
/
+586
|
*
|
[media] v4l: vsp1: Support multi-input entities
Laurent Pinchart
2014-04-23
10
-43
/
+54
|
*
|
[media] v4l: vsp1: uds: Enable scaling of alpha layer
Laurent Pinchart
2014-04-23
1
-2
/
+1
|
*
|
[media] v4l: vsp1: Remove unexisting rt clocks
Laurent Pinchart
2014-04-23
2
-36
/
+5
*
|
|
[media] s5p-tv: hdmiphy: Remove deprecated video-level DV timings operation
Laurent Pinchart
2014-05-25
1
-1
/
+0
*
|
|
[media] s5p-tv: hdmi: Remove deprecated video-level DV timings operations
Laurent Pinchart
2014-05-25
1
-3
/
+1
*
|
|
[media] s5p-tv: mixer: Switch to pad-level DV operations
Laurent Pinchart
2014-05-25
1
-2
/
+6
[next]