LWN.net Logo

Advertisement

AOSP, Kernel Androidisms, System Server, Internals / 5-days / O'Reilly Author Instructor

Advertise here

soc_camera: SuperH Mobile CEU support V2

From:  Magnus Damm <magnus.damm@gmail.com>
To:  video4linux-list@redhat.com
Subject:  [PATCH 00/04] soc_camera: SuperH Mobile CEU support V2
Date:  Sat, 05 Jul 2008 11:53:35 +0900
Message-ID:  <20080705025335.27137.98068.sendpatchset@rx1.opensource.se>
Cc:  paulius.zaleckas@teltonika.lt, linux-sh@vger.kernel.org, akpm@linux-foundation.org, mchehab@infradead.org, lethal@linux-sh.org, Magnus Damm <magnus.damm@gmail.com>, g.liakhovetski@gmx.de
Archive-link:  Article, Thread

This is V2 of the SuperH Mobile CEU interface patches.

[PATCH 01/04] soc_camera: Move spinlocks
[PATCH 02/04] soc_camera: Add 16-bit bus width support
[PATCH 03/04] videobuf: Add physically contiguous queue code V2
[PATCH 04/04] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver V2

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>
---

 Applies on top of 2.6.26-rc8-next-20080703 together with
 "[PATCH] soc_camera: make videobuf independent".

 drivers/media/video/Kconfig                |   13 
 drivers/media/video/Makefile               |    2 
 drivers/media/video/pxa_camera.c           |   17 
 drivers/media/video/sh_mobile_ceu_camera.c |  623 ++++++++++++++++++++++++++++
 drivers/media/video/soc_camera.c           |   39 -
 drivers/media/video/videobuf-dma-contig.c  |  417 ++++++++++++++++++
 include/asm-sh/sh_mobile_ceu.h             |   10 
 include/media/soc_camera.h                 |   12 
 include/media/videobuf-dma-contig.h        |   32 +
 9 files changed, 1108 insertions(+), 57 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds