From: Sakari Ailus <sakari.ailus@nokia.com>
To: ext Trilok Soni <soni.trilok@gmail.com>
Cc: video4linux-list@redhat.com,
"linux-omap@vger.kernel.org Mailing List"
<linux-omap@vger.kernel.org>
Subject: Re: [PATCH] Add OMAP2 camera driver
Date: Thu, 27 Nov 2008 11:35:05 +0200 [thread overview]
Message-ID: <492E69C9.9080904@nokia.com> (raw)
In-Reply-To: <5d5443650811262323l759d8c02s835c9a7454508b85@mail.gmail.com>
ext Trilok Soni wrote:
> Hi Hans,
Hello, Hans and Soni!
>> 2) The Kconfig is probably missing a ARCH_OMAP dependency (sounds
>> reasonable, at least), so now it also compiles for the i686 but that
>> architecture doesn't have a clk_get function.
It *might* be possible that the same camera block would be used in
non-OMAP CPUs as well but I guess it is safe to assume that it depends
on ARCH_OMAP now.
>> 4) I get a bunch of compile warnings (admittedly when compiling for
>> i686) that you might want to look at. Compiled against the 2.6.27
>> kernel with gcc-4.3.1. It might be bogus since I didn't compile for the
>> omap architecture.
>
> I will update my toolchain to gcc-4.3.x for ARM and see if it
> generates the warnings like below. But I think we are fine once we add
> ARCH_OMAP dependency to this driver.
>
> Thanks for the review comments. I will resubmit the patch.
Is this exactly the same code that was removed from linux-omap a while ago?
---
commit ebdae9abf598ae8a3ee1c8c477138f82b40e7809
Author: Tony Lindgren <tony@atomide.com>
Date: Mon Oct 27 13:33:13 2008 -0700
REMOVE OMAP LEGACY CODE: Delete all old omap specific v4l drivers
All v4l development must be done on the v4l mailing list with
linux-omap
list cc'd.
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
Although I haven't had time to discuss this anywhere, I though a
possible reason of for the removal was that some parts of the code are
not that pretty (e.g. DMA) and those parts should be rewritten.
But yes, the OMAP 2 camera driver does actually work and I would suppose
it has users, too (think N800/N810).
I'm in if the aim is to get this back to linux-omap. :-) (Waiting for
the next patch from Trilok.)
Cheers,
--
Sakari Ailus
sakari.ailus@nokia.com
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
next prev parent reply other threads:[~2008-11-27 9:35 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-26 18:44 [PATCH] Add OMAP2 camera driver Trilok Soni
2008-11-26 20:16 ` Hans Verkuil
2008-11-26 20:16 ` Hans Verkuil
2008-11-27 7:23 ` Trilok Soni
2008-11-27 7:23 ` Trilok Soni
2008-11-27 9:35 ` Sakari Ailus [this message]
2008-11-27 17:42 ` Trilok Soni
2008-11-27 17:42 ` Trilok Soni
2008-11-28 17:04 ` Tony Lindgren
2008-11-28 10:07 ` Trilok Soni
2008-12-01 12:57 ` Hans Verkuil
2008-12-01 13:32 ` Trilok Soni
2008-12-01 13:32 ` Trilok Soni
2008-12-01 13:34 ` Sakari Ailus
2008-12-01 13:34 ` Sakari Ailus
2008-12-03 4:41 ` Hiremath, Vaibhav
2008-12-03 4:41 ` Hiremath, Vaibhav
2008-12-03 6:48 ` Trilok Soni
2008-12-03 6:48 ` Trilok Soni
2008-12-03 7:05 ` Hiremath, Vaibhav
2008-12-03 7:05 ` Hiremath, Vaibhav
2008-12-03 7:32 ` Hans Verkuil
2008-12-03 9:34 ` Koen Kooi
2008-12-03 9:37 ` Hiremath, Vaibhav
2008-12-04 23:45 ` Tony Lindgren
2008-12-05 18:57 ` Hiremath, Vaibhav
2008-12-05 18:57 ` Hiremath, Vaibhav
2008-12-05 19:12 ` Tony Lindgren
2008-12-03 9:41 ` Trilok Soni
2008-12-03 9:41 ` Trilok Soni
2008-12-03 12:47 ` Sakari Ailus
2008-12-04 18:28 ` Aguirre Rodriguez, Sergio Alberto
2008-12-08 12:05 ` Sakari Ailus
2008-12-08 21:37 ` Mauro Carvalho Chehab
2008-12-08 21:37 ` Mauro Carvalho Chehab
2008-12-08 21:42 ` Mauro Carvalho Chehab
2008-12-08 21:42 ` Mauro Carvalho Chehab
2008-12-08 21:58 ` Mauro Carvalho Chehab
2008-12-08 21:58 ` Mauro Carvalho Chehab
2008-12-09 8:53 ` Sakari Ailus
2008-12-09 8:53 ` Sakari Ailus
2008-12-10 11:43 ` Trilok Soni
2008-12-10 11:43 ` Trilok Soni
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=492E69C9.9080904@nokia.com \
--to=sakari.ailus@nokia.com \
--cc=linux-omap@vger.kernel.org \
--cc=soni.trilok@gmail.com \
--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.