All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/06] soc_camera: SuperH Mobile CEU patches V3
@ 2008-07-14 12:02 ` Magnus Damm
  0 siblings, 0 replies; 39+ messages in thread
From: Magnus Damm @ 2008-07-14 12:02 UTC (permalink / raw)
  To: video4linux-list
  Cc: paulius.zaleckas, linux-sh, mchehab, lethal, akpm, g.liakhovetski

This is V3 of the SuperH Mobile CEU interface patches.

[PATCH 01/06] soc_camera: Move spinlocks
[PATCH 02/06] soc_camera: Add 16-bit bus width support
[PATCH 03/06] videobuf: Fix gather spelling
[PATCH 04/06] videobuf: Add physically contiguous queue code V3
[PATCH 05/06] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver V3
[PATCH 06/06] soc_camera_platform: Add SoC Camera Platform driver

Changes since V2:
 - use dma_handle for physical address for videobuf-dma-contig
 - spell gather correctly
 - remove SUPERH Kconfig dependency
 - move sh_mobile_ceu.h to include/media
 - add board callback support with enable_camera()/disable_camera()
 - add support for declare_coherent_memory
 - rework video memory limit
 - more verbose error messages
 - add soc_camera_platform driver for simple camera devices

Changes since V1:
 - dropped former V1 patches [01/07]->[04/07]
 - rebased on top of [PATCH] soc_camera: make videobuf independent
 - rewrote spinlock changes into the new [01/04] patch
 - updated the videobuf-dma-contig code with feeback from Paulius Zaleckas
 - fixed the CEU driver to work with the newly updated patches

Signed-off-by: Magnus Damm <damm@igel.co.jp>
---

 drivers/media/video/Kconfig                |   19 
 drivers/media/video/Makefile               |    3 
 drivers/media/video/pxa_camera.c           |   17 
 drivers/media/video/sh_mobile_ceu_camera.c |  657 ++++++++++++++++++++++++++++
 drivers/media/video/soc_camera.c           |   39 -
 drivers/media/video/soc_camera_platform.c  |  198 ++++++++
 drivers/media/video/videobuf-dma-contig.c  |  417 +++++++++++++++++
 drivers/media/video/videobuf-dma-sg.c      |    2 
 drivers/media/video/videobuf-vmalloc.c     |    2 
 include/media/sh_mobile_ceu.h              |   12 
 include/media/soc_camera.h                 |   12 
 include/media/soc_camera_platform.h        |   15 
 include/media/videobuf-dma-contig.h        |   32 +
 include/media/videobuf-dma-sg.h            |    2 
 include/media/videobuf-vmalloc.h           |    2 
 15 files changed, 1368 insertions(+), 61 deletions(-)

^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2008-07-18 23:15 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-14 12:02 [PATCH 00/06] soc_camera: SuperH Mobile CEU patches V3 Magnus Damm
2008-07-14 12:02 ` Magnus Damm
2008-07-14 12:02 ` [PATCH 01/06] soc_camera: Move spinlocks Magnus Damm
2008-07-14 12:02   ` Magnus Damm
2008-07-14 12:31   ` Guennadi Liakhovetski
2008-07-14 12:31     ` Guennadi Liakhovetski
2008-07-14 12:36     ` Paulius Zaleckas
2008-07-14 12:36       ` Paulius Zaleckas
2008-07-14 12:43       ` Guennadi Liakhovetski
2008-07-14 12:43         ` Guennadi Liakhovetski
2008-07-15  8:23     ` Magnus Damm
2008-07-15  8:23       ` Magnus Damm
2008-07-14 12:02 ` [PATCH 02/06] soc_camera: Add 16-bit bus width support Magnus Damm
2008-07-14 12:02   ` Magnus Damm
2008-07-14 12:02 ` [PATCH 03/06] videobuf: Fix gather spelling Magnus Damm
2008-07-14 12:02   ` Magnus Damm
2008-07-14 12:02 ` [PATCH 04/06] videobuf: Add physically contiguous queue code V3 Magnus Damm
2008-07-14 12:02   ` Magnus Damm
2008-07-14 12:20   ` [PATCH 04/06] videobuf: Add physically contiguous queue code Paulius Zaleckas
2008-07-14 12:20     ` [PATCH 04/06] videobuf: Add physically contiguous queue code V3 Paulius Zaleckas
2008-07-14 12:02 ` [PATCH 05/06] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver V3 Magnus Damm
2008-07-14 12:02   ` Magnus Damm
2008-07-18  7:39   ` [PATCH 05/06] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver Guennadi Liakhovetski
2008-07-18  7:39     ` [PATCH 05/06] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver V3 Guennadi Liakhovetski
2008-07-18  8:07     ` Magnus Damm
2008-07-18  8:07       ` Magnus Damm
2008-07-18  8:23       ` [PATCH 05/06] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver Guennadi Liakhovetski
2008-07-18  8:23         ` [PATCH 05/06] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver V3 Guennadi Liakhovetski
2008-07-18 21:05   ` Paul Mundt
2008-07-18 21:46   ` Paul Mundt
2008-07-18 22:14     ` [PATCH 05/06] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver Guennadi Liakhovetski
2008-07-18 22:14       ` [PATCH 05/06] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver V3 Guennadi Liakhovetski
2008-07-18 22:27   ` Paul Mundt
2008-07-18 22:48     ` [PATCH 05/06] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver Guennadi Liakhovetski
2008-07-18 22:48       ` [PATCH 05/06] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver V3 Guennadi Liakhovetski
2008-07-14 12:02 ` [PATCH 06/06] soc_camera_platform: Add SoC Camera Platform driver Magnus Damm
2008-07-14 12:02   ` Magnus Damm
2008-07-18  7:40 ` [PATCH 00/06] soc_camera: SuperH Mobile CEU patches V3 Guennadi Liakhovetski
2008-07-18  7:40   ` Guennadi Liakhovetski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.