index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-25
[media] s5p-tv: mixer: Switch to pad-level DV operations
Laurent Pinchart
1
-2
/
+6
2014-05-25
[media] media: davinci: vpif: Switch to pad-level DV operations
Laurent Pinchart
2
-2
/
+6
2014-05-25
[media] media: bfin_capture: Switch to pad-level DV operations
Laurent Pinchart
1
-1
/
+3
2014-05-25
[media] tvp7002: Add pad-level DV timings operations
Laurent Pinchart
1
-0
/
+4
2014-05-25
[media] ths8200: Add pad-level DV timings operations
Laurent Pinchart
1
-0
/
+12
2014-05-25
[media] s5p-tv: hdmiphy: Add pad-level DV timings operations
Laurent Pinchart
1
-0
/
+8
2014-05-25
[media] s5p-tv: hdmi: Add pad-level DV timings operations
Laurent Pinchart
1
-0
/
+10
2014-05-25
[media] adv7842: Add pad-level DV timings operations
Laurent Pinchart
1
-0
/
+8
2014-05-25
[media] adv7511: Add pad-level DV timings operations
Laurent Pinchart
1
-28
/
+38
2014-05-25
[media] ad9389b: Add pad-level DV timings operations
Laurent Pinchart
1
-29
/
+39
2014-05-25
[media] omap3isp: Rename isp_buffer isp_addr field to dma
Laurent Pinchart
7
-17
/
+17
2014-05-25
[media] omap3isp: Move to videobuf2
Laurent Pinchart
5
-1286
/
+108
2014-05-25
[media] v4l: vb2: Add a function to discard all DONE buffers
Laurent Pinchart
1
-0
/
+24
2014-05-25
[media] omap3isp: Cancel all queued buffers when stopping the video stream
Laurent Pinchart
1
-0
/
+2
2014-05-25
[media] omap3isp: Move buffer irqlist to isp_buffer structure
Laurent Pinchart
3
-21
/
+22
2014-05-25
[media] omap3isp: Move queue irqlock to isp_video structure
Laurent Pinchart
5
-27
/
+19
2014-05-25
[media] omap3isp: Move queue mutex to isp_video structure
Laurent Pinchart
4
-91
/
+86
2014-05-25
[media] omap3isp: queue: Don't build scatterlist for kernel buffer
Laurent Pinchart
2
-25
/
+7
2014-05-25
[media] omap3isp: Use the ARM DMA IOMMU-aware operations
Laurent Pinchart
5
-61
/
+89
2014-05-25
[media] omap3isp: queue: Use sg_alloc_table_from_pages()
Laurent Pinchart
1
-14
/
+2
2014-05-25
[media] omap3isp: queue: Map PFNMAP buffers to device
Laurent Pinchart
2
-18
/
+23
2014-05-25
[media] omap3isp: queue: Fix the dma_map_sg() return value check
Laurent Pinchart
1
-1
/
+1
2014-05-25
[media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherent
Laurent Pinchart
2
-32
/
+27
2014-05-25
[media] omap3isp: queue: Inline the ispmmu_v(un)map functions
Laurent Pinchart
1
-32
/
+4
2014-05-25
[media] omap3isp: queue: Merge the prepare and sglist functions
Laurent Pinchart
2
-104
/
+69
2014-05-25
[media] omap3isp: queue: Use sg_table structure
Laurent Pinchart
2
-74
/
+40
2014-05-25
[media] omap3isp: queue: Move IOMMU handling code to the queue
Laurent Pinchart
3
-83
/
+78
2014-05-25
[media] omap3isp: video: Set the buffer bytesused field at completion time
Laurent Pinchart
1
-1
/
+4
2014-05-25
[media] omap3isp: ccdc: Use the DMA API for FPC
Laurent Pinchart
2
-24
/
+35
2014-05-25
[media] omap3isp: ccdc: Use the DMA API for LSC
Laurent Pinchart
2
-31
/
+29
2014-05-25
[media] omap3isp: stat: Use the DMA API
Laurent Pinchart
2
-72
/
+53
2014-05-25
[media] omap3isp: stat: Store sg table in ispstat_buffer
Laurent Pinchart
2
-11
/
+10
2014-05-25
[media] omap3isp: stat: Merge dma_addr and iommu_addr fields
Laurent Pinchart
4
-15
/
+11
2014-05-25
[media] omap3isp: stat: Share common code for buffer allocation
Laurent Pinchart
1
-60
/
+54
2014-05-25
[media] omap3isp: stat: Remove impossible WARN_ON
Laurent Pinchart
1
-2
/
+0
2014-05-25
[media] omap3isp: stat: Rename IS_COHERENT_BUF to ISP_STAT_USES_DMAENGINE
Laurent Pinchart
1
-7
/
+7
2014-05-24
[media] media: stk1160: Avoid stack-allocated buffer for control URBs
Ezequiel Garcia
2
-2
/
+9
2014-05-24
[media] v4l: subdev: Move [gs]_std operation to video ops
Laurent Pinchart
55
-85
/
+97
2014-05-24
[media] videobuf2-core: remove duplicated code
Victor Lambret
1
-4
/
+0
2014-05-24
[media] media: davinci: vpif: add Copyright message
Lad, Prabhakar
2
-0
/
+2
2014-05-24
[media] media: davinci: vpif_capture: drop check __KERNEL__
Lad, Prabhakar
1
-3
/
+0
2014-05-24
[media] media: davinci: vpif_capture: return -ENODATA for *std calls
Lad, Prabhakar
1
-1
/
+23
2014-05-24
[media] media: davinci: vpif_capture: return -ENODATA for *dv_timings calls
Lad, Prabhakar
1
-0
/
+50
2014-05-24
[media] media: davinci: vpif_capture: use SIMPLE_DEV_PM_OPS
Lad, Prabhakar
2
-37
/
+30
2014-05-24
[media] media: davinci: vpif_capture: group v4l2_ioctl_ops
Lad, Prabhakar
1
-7
/
+9
2014-05-24
[media] media: davinci: vpif_capture: drop cropcap
Lad, Prabhakar
1
-25
/
+0
2014-05-24
Revert "[media] media: davinci: vpif_capture: drop unneeded module params"
Mauro Carvalho Chehab
2
-1
/
+64
2014-05-23
[media] tvp5150: Replace container_of() with to_tvp5150()
Laurent Pinchart
1
-2
/
+2
2014-05-23
[media] s5p-mfc: Add support for resolution change event
Pawel Osciak
2
-0
/
+10
2014-05-23
[media] v4l: Add source change event
Arun Kumar K
1
-0
/
+36
[prev]
[next]