From: Magnus Damm <magnus.damm@gmail.com>
To: video4linux-list@redhat.com
Cc: paulius.zaleckas@teltonika.lt, linux-sh@vger.kernel.org,
mchehab@infradead.org, lethal@linux-sh.org,
akpm@linux-foundation.org, g.liakhovetski@gmx.de
Subject: [PATCH 00/04] soc_camera: SuperH Mobile CEU support V2
Date: Sat, 05 Jul 2008 02:53:35 +0000 [thread overview]
Message-ID: <20080705025335.27137.98068.sendpatchset@rx1.opensource.se> (raw)
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(-)
WARNING: multiple messages have this Message-ID (diff)
From: Magnus Damm <magnus.damm@gmail.com>
To: video4linux-list@redhat.com
Cc: paulius.zaleckas@teltonika.lt, linux-sh@vger.kernel.org,
mchehab@infradead.org, lethal@linux-sh.org,
akpm@linux-foundation.org, g.liakhovetski@gmx.de
Subject: [PATCH 00/04] soc_camera: SuperH Mobile CEU support V2
Date: Sat, 05 Jul 2008 11:53:35 +0900 [thread overview]
Message-ID: <20080705025335.27137.98068.sendpatchset@rx1.opensource.se> (raw)
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(-)
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
next reply other threads:[~2008-07-05 2:53 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-05 2:53 Magnus Damm [this message]
2008-07-05 2:53 ` [PATCH 00/04] soc_camera: SuperH Mobile CEU support V2 Magnus Damm
2008-07-05 2:53 ` [PATCH 01/04] soc_camera: Move spinlocks Magnus Damm
2008-07-05 2:53 ` Magnus Damm
2008-07-05 4:19 ` Guennadi Liakhovetski
2008-07-05 4:19 ` Guennadi Liakhovetski
2008-07-05 4:24 ` Magnus Damm
2008-07-05 4:24 ` Magnus Damm
2008-07-05 2:53 ` [PATCH 02/04] soc_camera: Add 16-bit bus width support Magnus Damm
2008-07-05 2:53 ` Magnus Damm
2008-07-05 2:54 ` [PATCH 03/04] videobuf: Add physically contiguous queue code V2 Magnus Damm
2008-07-05 2:54 ` Magnus Damm
2008-07-08 14:33 ` [PATCH 03/04] videobuf: Add physically contiguous queue code Paulius Zaleckas
2008-07-08 14:33 ` [PATCH 03/04] videobuf: Add physically contiguous queue code V2 Paulius Zaleckas
2008-07-08 14:42 ` Laurent Pinchart
2008-07-08 14:42 ` Laurent Pinchart
2008-07-09 8:33 ` Magnus Damm
2008-07-09 8:33 ` Magnus Damm
2008-07-11 21:33 ` Guennadi Liakhovetski
2008-07-11 21:33 ` Guennadi Liakhovetski
2008-07-14 3:51 ` Magnus Damm
2008-07-14 3:51 ` Magnus Damm
2008-07-14 9:25 ` [PATCH 03/04] videobuf: Add physically contiguous queue code Paulius Zaleckas
2008-07-14 9:25 ` [PATCH 03/04] videobuf: Add physically contiguous queue code V2 Paulius Zaleckas
2008-07-11 13:38 ` Karicheri, Muralidharan
2008-07-11 13:38 ` Karicheri, Muralidharan
2008-07-15 3:48 ` Paul Mundt
2008-07-15 8:28 ` Magnus Damm
2008-07-15 8:28 ` Magnus Damm
2008-07-05 2:54 ` [PATCH 04/04] sh_mobile_ceu_camera: Add SuperH Mobile CEU driver V2 Magnus Damm
2008-07-05 2:54 ` Magnus Damm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080705025335.27137.98068.sendpatchset@rx1.opensource.se \
--to=magnus.damm@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=g.liakhovetski@gmx.de \
--cc=lethal@linux-sh.org \
--cc=linux-sh@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=paulius.zaleckas@teltonika.lt \
--cc=video4linux-list@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.