]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'topic/omap3isp' into to_next
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 25 May 2014 21:38:38 +0000 (18:38 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 25 May 2014 21:38:38 +0000 (18:38 -0300)
commit656111f4b9cbc5a9b86cc2d6ac54dea0855209f0
tree4f081e28d351fb8a12c5267c8ab8ad1ebb16d8e0
parentdf6ab88531023376da7c22be3c35901a0599e783
parent21d8582d480443574d6a8811e25ccb65dff974d5
Merge branch 'topic/omap3isp' into to_next

* topic/omap3isp: (32 commits)
  [media] omap3isp: Rename isp_buffer isp_addr field to dma
  [media] omap3isp: Move to videobuf2
  [media] v4l: vb2: Add a function to discard all DONE buffers
  [media] omap3isp: Cancel all queued buffers when stopping the video stream
  [media] omap3isp: Move buffer irqlist to isp_buffer structure
  [media] omap3isp: Move queue irqlock to isp_video structure
  [media] omap3isp: Move queue mutex to isp_video structure
  [media] omap3isp: queue: Don't build scatterlist for kernel buffer
  [media] omap3isp: Use the ARM DMA IOMMU-aware operations
  [media] omap3isp: queue: Use sg_alloc_table_from_pages()
  [media] omap3isp: queue: Map PFNMAP buffers to device
  [media] omap3isp: queue: Fix the dma_map_sg() return value check
  [media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherent
  [media] omap3isp: queue: Inline the ispmmu_v(un)map functions
  [media] omap3isp: queue: Merge the prepare and sglist functions
  [media] omap3isp: queue: Use sg_table structure
  [media] omap3isp: queue: Move IOMMU handling code to the queue
  [media] omap3isp: video: Set the buffer bytesused field at completion time
  [media] omap3isp: ccdc: Use the DMA API for FPC
  [media] omap3isp: ccdc: Use the DMA API for LSC
  ...