index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
omap3isp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] omap3isp: use true/false for boolean vars
Mauro Carvalho Chehab
2014-09-03
1
-1
/
+1
*
[media] omap3isp: resizer: Protect against races when updating crop
Laurent Pinchart
2014-08-21
2
-12
/
+34
*
[media] omap3isp: resizer: Remove slow debugging message from interrupt handler
Laurent Pinchart
2014-08-21
1
-8
/
+9
*
[media] omap3isp: resizer: Remove needless variable initializations
Laurent Pinchart
2014-08-21
1
-6
/
+6
*
[media] omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656
Laurent Pinchart
2014-08-21
1
-2
/
+15
*
[media] omap3isp: ccdc: Don't timeout on stream off when the CCDC is stopped
Laurent Pinchart
2014-08-21
2
-0
/
+6
*
[media] omap3isp: ccdc: Fix freeze when a short frame is received
Laurent Pinchart
2014-08-21
1
-0
/
+29
*
[media] omap3isp: ccdc: Increment the frame number at VD0 time for BT.656
Laurent Pinchart
2014-08-21
1
-10
/
+10
*
[media] omap3isp: ccdc: Simplify ccdc_lsc_is_configured()
Laurent Pinchart
2014-08-21
1
-5
/
+4
*
[media] omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stopping
Laurent Pinchart
2014-08-21
1
-5
/
+5
*
[media] omap3isp: ccdc: Only complete buffer when all fields are captured
Laurent Pinchart
2014-08-21
2
-27
/
+58
*
[media] omap3isp: ccdc: Disable the video port when unused
Laurent Pinchart
2014-08-21
1
-41
/
+29
*
[media] omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC input
Laurent Pinchart
2014-08-21
2
-16
/
+80
*
[media] omap3isp: ccdc: Support the interlaced field orders at the CCDC output
Laurent Pinchart
2014-08-21
3
-60
/
+122
*
[media] omap3isp: ccdc: Add basic support for interlaced video
Laurent Pinchart
2014-08-21
3
-1
/
+28
*
[media] omap3isp: ccdc: Simplify the ccdc_isr_buffer() function
Laurent Pinchart
2014-08-21
1
-10
/
+5
*
[media] omap3isp: ccdc: Simplify the configuration function
Laurent Pinchart
2014-08-21
1
-5
/
+4
*
[media] omap3isp: video: Validate the video node field order
Laurent Pinchart
2014-08-21
1
-2
/
+3
*
[media] omap3isp: Default to progressive field order when setting the format
Laurent Pinchart
2014-08-21
1
-0
/
+9
*
[media] omap3isp: Move non-critical code out of the mutex-protected section
Laurent Pinchart
2014-08-21
1
-3
/
+2
*
[media] omap3isp: Remove boilerplate disclaimer and FSF address
Laurent Pinchart
2014-08-21
28
-280
/
+0
*
[media] omap3isp: Don't ignore subdev streamoff failures
Laurent Pinchart
2014-08-21
1
-6
/
+4
*
[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
4
-60
/
+86
*
[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
*
[media] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()
Peter Meerwald
2014-03-05
1
-4
/
+1
*
[media] omap3isp: Rename the variable names in description
Lad, Prabhakar
2014-03-05
7
-21
/
+22
*
[media] omap3isp: ispccdc: Remove unwanted comments
Lad, Prabhakar
2014-03-05
1
-6
/
+0
[next]