Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2008-12-02 Thread Trilok Soni
Hi, On Tue, Dec 2, 2008 at 11:58 AM, Trilok Soni [EMAIL PROTECTED] wrote: Hi Mauro, This is one of the lack of the features on mercurial. It doesn't have a meta tag for committer. On mercurial, the -hg user and the author should be the same person. Since we want to identify the patch

Re: [PATCH 2/2] TVP514x Driver with Review comments fixed

2008-12-02 Thread David Brownell
On Monday 01 December 2008, Hiremath, Vaibhav wrote: [Hiremath, Vaibhav] We are almost on same page, but you are looking to implement this in probe function where we do have id straight coming as params. Yes ... you can't initialize the device before probe() since you don't have the

Re: [PATCH 2/2] TVP514x Driver with Review comments fixed

2008-12-02 Thread David Brownell
On Monday 01 December 2008, David Brownell wrote: - Pointer to init_reg_seq, which is pointer to array of structure   for tvp514x_regs. This is little bit ugly, since will have to   export tvp514x_regs structure. The platform_data should not hold such stuff; it's

Re: Oops in MMC

2008-12-02 Thread Högander Jouni
ext Premi, Sanjeev [EMAIL PROTECTED] writes: Hi, I was trying to mount the filesystem from MMC card on OMAP3EVM. Came across this oops. However, when I boot via ramdisk/NFS and mount /dev/mmcblk0p2; there is no oops. Anything missing in the configuration? Here is my snapshot

Re: Oops in MMC

2008-12-02 Thread Adrian Hunter
Premi, Sanjeev wrote: I was trying to mount the filesystem from MMC card on OMAP3EVM. Came across this oops. [snip] Starting system logger: 1Unhandled fault: external abort on non-linefetch (0x1808) at 0xd809c104 Unhandled fault: external abort on non-linefetch (0x1808) at 0xd809c104

RE: Oops in MMC

2008-12-02 Thread Premi, Sanjeev
-Original Message- From: Högander Jouni [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 5:27 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: Oops in MMC ext Premi, Sanjeev [EMAIL PROTECTED] writes: Hi, I was trying to mount the filesystem from

RE: Oops in MMC

2008-12-02 Thread Premi, Sanjeev
-Original Message- From: Adrian Hunter [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 5:41 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: Oops in MMC Premi, Sanjeev wrote: I was trying to mount the filesystem from MMC card on OMAP3EVM. Came

Oops in MMC

2008-12-02 Thread Premi, Sanjeev
Hi, I was trying to mount the filesystem from MMC card on OMAP3EVM. Came across this oops. However, when I boot via ramdisk/NFS and mount /dev/mmcblk0p2; there is no oops. Anything missing in the configuration? Here is my snapshot menuconfig: --- MMC/SD/SDIO card support *** MMC/SD/SDIO

Re: Oops in MMC

2008-12-02 Thread Adrian Hunter
Premi, Sanjeev wrote: -Original Message- From: Adrian Hunter [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 5:41 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: Oops in MMC Premi, Sanjeev wrote: I was trying to mount the filesystem from MMC card on

RE: Oops in MMC

2008-12-02 Thread Premi, Sanjeev
-Original Message- From: Adrian Hunter [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 6:15 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: Oops in MMC Premi, Sanjeev wrote: -Original Message- From: Adrian Hunter [mailto:[EMAIL

[PATCH 1/2] Fix omap_getspeed.

2008-12-02 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock34xx.c |1 + arch/arm/plat-omap/cpu-omap.c |6 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/clock34xx.c b/arch/arm/mach-omap2/clock34xx.c index

[PATCH 0/2] Bug fixes for DVFS

2008-12-02 Thread Peter 'p2' De Schrijver
The following patchset fixes some smaal bugs in cpufreq for OMAP3. The first patch fixes omap_getspeed to return meaningful values. The second patch makes sure the omap cpufreq driver is initialized after the cpufreq frameworks and governors are initialized. Peter 'p2' De Schrijver (2): Fix

RE: [PATCH 2/2] TVP514x Driver with Review comments fixed

2008-12-02 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: David Brownell [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 2:05 PM To: Hiremath, Vaibhav Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux- [EMAIL PROTECTED]; Jadav, Brijesh R; Shah, Hardik; Hadli,

RE: [PATCH] OMAP3: GPIO fixes for off-mode

2008-12-02 Thread Tero.Kristo
Hi, On Monday 01 December 2008, Tero Kristo wrote: Off mode is now using the omap2 retention fix code for scanning GPIOs only during off-mode transitions. All the *non_wakeup_gpios variables are now used for off-mode transition tracking on OMAP3. This patch fixes cases where GPIO state

[PATCH 1/2] Addition of set/get Routing ioctl support[V4]

2008-12-02 Thread hvaibhav
From: Vaibhav Hiremath [EMAIL PROTECTED] Fixed Community review comments: s/g_input: Removed input/output related ioctl, and made use of s/g_routing ioctl. Added entry for the same to the v4l2-int framework. s/g_input: Since from decoder point of view we really don't care

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng

2008-12-02 Thread Laurent Pinchart
Hi Mauro, On Monday 01 December 2008, Mauro Carvalho Chehab wrote: Hi Hans, On Mon, 1 Dec 2008 15:24:43 +0100 Laurent Pinchart [EMAIL PROTECTED] wrote: [snip] In a few months time (probably even earlier) the v4l2_device structure will be reworked (and possible renamed). Hmm... why? it

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng

2008-12-02 Thread Laurent Pinchart
Hi Hans, On Monday 01 December 2008, Hans Verkuil wrote: On Monday 01 December 2008 15:24:43 Laurent Pinchart wrote: [snip] In a few months time (probably even earlier) the v4l2_device structure will be reworked (and possible renamed). I'm fine with it going to linux-next now if we agree

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng

2008-12-02 Thread Mauro Carvalho Chehab
On Tue, 2 Dec 2008 17:58:35 +0100 Laurent Pinchart [EMAIL PROTECTED] wrote: Are you meaning marking this as experimental at Kconfig? This seems too complex, since we'll need to test for some var on every driver that were converted, providing two KABI options for each converted driver (the

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng

2008-12-02 Thread Hans Verkuil
On Tuesday 02 December 2008 18:21:00 Mauro Carvalho Chehab wrote: On Tue, 2 Dec 2008 17:58:35 +0100 Laurent Pinchart [EMAIL PROTECTED] wrote: Are you meaning marking this as experimental at Kconfig? This seems too complex, since we'll need to test for some var on every driver that were

Re: [PATCH 2/2] Make sure omap cpufreq driver initializes after cpufreq framework and governors

2008-12-02 Thread David Brownell
On Tuesday 02 December 2008, Peter 'p2' De Schrijver wrote: -arch_initcall(omap_cpufreq_init); +late_initcall(omap_cpufreq_init); So this might explain why I've been unable to run my OSK (5912) with cpufreq for a while now ... -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 2/2] TVP514x Driver with Review comments fixed [V4]

2008-12-02 Thread David Brownell
On Tuesday 02 December 2008, [EMAIL PROTECTED] wrote: +static int __init tvp514x_init(void) +{ +   int err; + +   err = i2c_add_driver(tvp514x_i2c_driver); +   if (err) { +   printk(KERN_ERR Failed to register MODULE_NAME .\n); +   return err; +   

Re: [PATCH 2/2] TVP514x Driver with Review comments fixed [V4]

2008-12-02 Thread David Brownell
Yep, nice to see an I2C driver that actually tries to cope with errors when reading/writing registers. :) I expect that I'll have some more comments later. On Tuesday 02 December 2008, [EMAIL PROTECTED] wrote: +void tvp514x_reg_dump(struct tvp514x_decoder *decoder) static void ... there

RE: [PATCH] Add OMAP2 camera driver

2008-12-02 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: [EMAIL PROTECTED] [mailto:video4linux-list- [EMAIL PROTECTED] On Behalf Of Hans Verkuil Sent: Monday, December 01, 2008 6:27 PM To: Trilok Soni Cc: Sakari Ailus; linux-omap@vger.kernel.org Mailing List; [EMAIL PROTECTED] Subject:

Re: [PATCH] Add OMAP2 camera driver

2008-12-02 Thread Trilok Soni
Hi Vaibhav, [Hiremath, Vaibhav] How about making a separate directory for OMAP, which will contain OMAP1/2/3 specific drivers? I really don't want omap directory for OMAP1 and OMAP2 atleast. Even in my next patches for OMAP1 camera controller I am going to remove omap/ directory existing

RE: [PATCH] Add OMAP2 camera driver

2008-12-02 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: Trilok Soni [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 12:18 PM To: Hiremath, Vaibhav Cc: Hans Verkuil; Sakari Ailus; linux-omap@vger.kernel.org Mailing List; [EMAIL PROTECTED] Subject: Re: [PATCH] Add OMAP2

Re: [PATCH] Add OMAP2 camera driver

2008-12-02 Thread Hans Verkuil
On Wednesday 03 December 2008 08:05:08 Hiremath, Vaibhav wrote: Thanks, Vaibhav Hiremath -Original Message- From: Trilok Soni [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 12:18 PM To: Hiremath, Vaibhav Cc: Hans Verkuil; Sakari Ailus; linux-omap@vger.kernel.org

[PATCH 2/2] OneNAND: OMAP2: Switch to gpio_request/free calls (OMAP and mainline)

2008-12-02 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] --- drivers/mtd/onenand/omap2.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c index 1298563..9ae49b1 100644 --- a/drivers/mtd/onenand/omap2.c +++

[PATCH 0/2] legacy gpio phaseout (V) ...

2008-12-02 Thread Jarkko Nikula
Hi With these two patches gpiolib conversion in mainline is almost complete when applied on top of Tony's Omap gpio update set for 2.6.29. Only board-apollon.c is remain in mainline but it is differentiated quite much from linux-omap so I'm going to send my next set against linux-omap only.

[PATCH 1/2] ARM: OMAP: SX1: Switch to gpio_request calls (OMAP and mainline)

2008-12-02 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-sx1.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c index 786c6a0..bfafba2 100644 --- a/arch/arm/mach-omap1/board-sx1.c

Re: [PATCH 2/2] OneNAND: OMAP2: Switch to gpio_request/free calls (OMAP and mainline)

2008-12-02 Thread Jarkko Nikula
On Wed, 3 Dec 2008 09:37:24 +0200 Jarkko Nikula [EMAIL PROTECTED] wrote: Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] --- drivers/mtd/onenand/omap2.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Grr, I forgot to add Adrian into cc list. diff --git