From: snjw23@gmail.com (Sylwester Nawrocki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI) support
Date: Fri, 13 May 2011 22:35:26 +0200 [thread overview]
Message-ID: <4DCD960E.3020504@gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.1105130956090.26356@axis700.grange>
On 05/13/2011 03:50 PM, Guennadi Liakhovetski wrote:
> On Thu, 12 May 2011, Josh Wu wrote:
>
>> This patch is to enable Atmel Image Sensor Interface (ISI) driver support.
>> - Using soc-camera framework with videobuf2 dma-contig allocator
>> - Supporting video streaming of YUV packed format
>> - Tested on AT91SAM9M10G45-EK with OV2640
>>
>> Signed-off-by: Josh Wu<josh.wu@atmel.com>
>> ---
...
>> diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile
>> index a10e4c3..f734a65 100644
>> --- a/drivers/media/video/Makefile
>> +++ b/drivers/media/video/Makefile
>> @@ -166,6 +166,7 @@ obj-$(CONFIG_VIDEO_SH_MOBILE_CSI2) += sh_mobile_csi2.o
>> obj-$(CONFIG_VIDEO_SH_MOBILE_CEU) += sh_mobile_ceu_camera.o
>> obj-$(CONFIG_VIDEO_OMAP1) += omap1_camera.o
>> obj-$(CONFIG_VIDEO_SAMSUNG_S5P_FIMC) += s5p-fimc/
>
> [OT] hm, wow, who has decided to put a generic V4L driver (set) in the
> Makefile together with other soc-camera drivers? It has to be converted now;)
In fact I've already converted that driver, but soc-camera wasn't unfortunately
my choice, just the media controller ;-) I'll probably move the entry when
preparing upstream patches, it just doesn't feel safe here;)
>
>> +obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o
>>
>> obj-$(CONFIG_ARCH_DAVINCI) += davinci/
--
Regards,
Sylwester Nawrocki
WARNING: multiple messages have this Message-ID (diff)
From: Sylwester Nawrocki <snjw23@gmail.com>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Josh Wu <josh.wu@atmel.com>,
mchehab@redhat.com, linux-media@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, lars.haring@atmel.com
Subject: Re: [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI) support
Date: Fri, 13 May 2011 22:35:26 +0200 [thread overview]
Message-ID: <4DCD960E.3020504@gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.1105130956090.26356@axis700.grange>
On 05/13/2011 03:50 PM, Guennadi Liakhovetski wrote:
> On Thu, 12 May 2011, Josh Wu wrote:
>
>> This patch is to enable Atmel Image Sensor Interface (ISI) driver support.
>> - Using soc-camera framework with videobuf2 dma-contig allocator
>> - Supporting video streaming of YUV packed format
>> - Tested on AT91SAM9M10G45-EK with OV2640
>>
>> Signed-off-by: Josh Wu<josh.wu@atmel.com>
>> ---
...
>> diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile
>> index a10e4c3..f734a65 100644
>> --- a/drivers/media/video/Makefile
>> +++ b/drivers/media/video/Makefile
>> @@ -166,6 +166,7 @@ obj-$(CONFIG_VIDEO_SH_MOBILE_CSI2) += sh_mobile_csi2.o
>> obj-$(CONFIG_VIDEO_SH_MOBILE_CEU) += sh_mobile_ceu_camera.o
>> obj-$(CONFIG_VIDEO_OMAP1) += omap1_camera.o
>> obj-$(CONFIG_VIDEO_SAMSUNG_S5P_FIMC) += s5p-fimc/
>
> [OT] hm, wow, who has decided to put a generic V4L driver (set) in the
> Makefile together with other soc-camera drivers? It has to be converted now;)
In fact I've already converted that driver, but soc-camera wasn't unfortunately
my choice, just the media controller ;-) I'll probably move the entry when
preparing upstream patches, it just doesn't feel safe here;)
>
>> +obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o
>>
>> obj-$(CONFIG_ARCH_DAVINCI) += davinci/
--
Regards,
Sylwester Nawrocki
next prev parent reply other threads:[~2011-05-13 20:35 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-12 7:42 [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI) support Josh Wu
2011-05-12 7:42 ` Josh Wu
2011-05-12 7:47 ` Russell King - ARM Linux
2011-05-12 7:47 ` Russell King - ARM Linux
2011-05-12 9:26 ` [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI)support Wu, Josh
2011-05-12 9:26 ` Wu, Josh
2011-05-12 9:32 ` Guennadi Liakhovetski
2011-05-12 9:32 ` Guennadi Liakhovetski
2011-05-12 9:56 ` Wu, Josh
2011-05-12 9:56 ` Wu, Josh
2011-05-27 12:06 ` Wu, Josh
2011-05-27 12:06 ` Wu, Josh
2011-05-12 9:34 ` [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI) support Russell King - ARM Linux
2011-05-12 9:34 ` Russell King - ARM Linux
2011-05-13 4:57 ` [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI)support Wu, Josh
2011-05-13 4:57 ` Wu, Josh
2011-05-12 11:45 ` [PATCH] [media] at91: add Atmel Image Sensor Interface (ISI) support Jean-Christophe PLAGNIOL-VILLARD
2011-05-12 11:45 ` Jean-Christophe PLAGNIOL-VILLARD
2011-05-12 12:14 ` Guennadi Liakhovetski
2011-05-12 12:14 ` Guennadi Liakhovetski
2011-05-12 21:29 ` Ryan Mallon
2011-05-12 21:29 ` Ryan Mallon
2011-05-17 6:35 ` Wu, Josh
2011-05-17 6:35 ` Wu, Josh
2011-05-12 21:25 ` Ryan Mallon
2011-05-12 21:25 ` Ryan Mallon
2011-05-13 1:25 ` Jean-Christophe PLAGNIOL-VILLARD
2011-05-13 1:25 ` Jean-Christophe PLAGNIOL-VILLARD
2011-05-17 8:59 ` Wu, Josh
2011-05-17 8:59 ` Wu, Josh
2011-05-17 20:58 ` Ryan Mallon
2011-05-17 20:58 ` Ryan Mallon
2011-05-18 4:58 ` Jean-Christophe PLAGNIOL-VILLARD
2011-05-18 4:58 ` Jean-Christophe PLAGNIOL-VILLARD
2011-05-13 13:50 ` Guennadi Liakhovetski
2011-05-13 13:50 ` Guennadi Liakhovetski
2011-05-13 20:35 ` Sylwester Nawrocki [this message]
2011-05-13 20:35 ` Sylwester Nawrocki
2011-05-13 20:43 ` Guennadi Liakhovetski
2011-05-13 20:43 ` Guennadi Liakhovetski
2011-05-13 19:18 ` Arnd Bergmann
2011-05-13 19:18 ` Arnd Bergmann
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=4DCD960E.3020504@gmail.com \
--to=snjw23@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.