Re: [patch 2.6.29-rc3-git] input: twl4030_keypad driver

2009-04-20 Thread David Brownell
On Friday 06 February 2009, David Brownell wrote: > From: David Brownell > > Add a driver for the keypad controller on TWL4030 family chips. PING? I was told this was in the input queue, but it's not in http://git.kernel.org/?p=linux/kernel/git/dtor/input.git Here's a current version of the

Re: git pull request for omap fixes, v2 (Re: [PATCH 00/11] Omap fixes for 2.6.30-rc1)

2009-04-20 Thread Tony Lindgren
* Tony Lindgren [090416 18:23]: > * Tony Lindgren [090414 14:48]: > > Hi all, > > > > Here are some omap fixes for review. > > Also merged in Paul's clock fixes posted here earlier. > > Russell, here's the pull request for you. I merged in Paul's updated patch "OMAP2/3 GPTIMER: allow system t

RE: 2.6.29 and SDP3430

2009-04-20 Thread Shilimkar, Santosh
Thanks Richard for root casing the issue. Yes I also did observed this. Second time when framework calls "omap2_gp_timer_set_mode" set the periodic mode, R0 contains 0 (CLOCK_EVT_MODE_UNUSED) instead of 2(CLOCK_EVT_MODE_PERIODIC). The assembly generated looks shocking because it prepares the se

[PATCH] DSPBRIDGE: Replacing custom implementation for Mapping

2009-04-20 Thread Ramirez Luna, Omar
From: Omar Ramirez Luna Date: Mon, 20 Apr 2009 21:45:46 -0500 Subject: [PATCH] DSPBRIDGE: Replacing custom implementation for Mapping DSPBRIDGE: Replacing custom implementation for Mapping Currently, we walk through the entire page table translating the addresses from virtual to physical wheneve

RE: LDP broken in 2.6.30-rc 2

2009-04-20 Thread Pandita, Vikram
>-Original Message- >From: linux-omap-ow...@vger.kernel.org >[mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of >Christensen, Mikkel >Sent: Monday, April 20, 2009 3:28 PM >To: linux-omap@vger.kernel.org >Subject: LDP broken in 2.6.30-rc 2 > >Hi, > > >I cloned master a few days ago and

Re: [PATCH] OMAP3: PM: Add the wakeup source driver, v3

2009-04-20 Thread Kevin Hilman
Kim Kyuwon writes: > Sometimes, it is necessary to find out "what does wake up my board > from suspend?". Notifying wake-up source feature may be used to blame > unexpected wake-up events which increase power consumption. And user > mode applications can act smartly according to the wake-up event

RE: 2.6.29 and SDP3430

2009-04-20 Thread Aguirre Rodriguez, Sergio Alberto
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Mark Brown > Sent: Thursday, April 09, 2009 4:34 PM > To: Menon, Nishanth > Cc: Woodruff, Richard; Jarkko Nikula; linux-omap > Subject: Re: 2.6.29 and SDP3430 > > On Th

Re: [PM PATCH] OMAP3: PM: Save and restore I2C wakeup sources

2009-04-20 Thread Kevin Hilman
Aaro Koskinen writes: > Save and restore I2C wakeup sources. > > Signed-off-by: Aaro Koskinen Sorry for the delay, this one slipped through the cracks. Pushing to PM branch. Kevin > --- > drivers/i2c/busses/i2c-omap.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff

Re: [PATCH take 2] PM: OMAP: Fix build with CONFIG_OMAP_PM_NONE set

2009-04-20 Thread Kevin Hilman
Roger Quadros writes: > From: Roger Quadros > Date: Wed, 8 Apr 2009 17:12:43 +0300 > Subject: [PATCH] PM: OMAP: Fix build with CONFIG_OMAP_PM_NONE set > > Removes undefined symbol link errors when CONFIG_OMAP_PM is set. > The required symbols are defined in common.c and omap-pm.h > Dummy variabl

[PATCH] twl4030: Add some error checking to twl4030 init

2009-04-20 Thread Amit Kucheria
Whitespace-fixed version and passed through checkpatch.pl Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 Signed-off-by: Amit Kucheria --- drivers/mfd/twl4030-core.c |2 +- drivers/mfd/twl4030-power.c | 49 ++-

RE: [PATCH] twl4030: Add some error checking to twl4030 init

2009-04-20 Thread Premi, Sanjeev
> -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Amit Kucheria > Sent: Monday, April 20, 2009 6:20 PM > To: linux-omap@vger.kernel.org > Subject: [PATCH] twl4030: Add some error checking to twl4030 init > > Check for re

LDP broken in 2.6.30-rc 2

2009-04-20 Thread Christensen, Mikkel
Hi, I cloned master a few days ago and when I boot up the OMAP3 LDP, the board seem to hang in the "i2c /dev entries driver" dialog and after a minute the kernel dumps. Have anybody else seen this problem? Log is below. Best regards, Mikkel Bytes transferred = 1851164 (1c3f1c hex) ## Boo

[no subject]

2009-04-20 Thread Dmitry_Shvedov
subscribe -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Compilation Issue with OMAP_SMARTREFLEX, CONFIG_USB_ARCH_HAS_EHCI

2009-04-20 Thread Dmitry Shvedov
Hi, The following set of .config settings: #CONFIG_PM set to OFF CONFIG_USB_ARCH_HAS_EHCI=y triggers the following compile error: ... CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arch/arm/mach-omap2/built-in.o: In function `omap3_sr_init': usb-ehci.c:(.init.text+0xc0

Re: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-20 Thread Hans Verkuil
On Monday 20 April 2009 12:31:53 Hiremath, Vaibhav wrote: > Thanks, > Vaibhav Hiremath > > > -Original Message- > > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > > Sent: Saturday, April 18, 2009 9:24 PM > > To: Hiremath, Vaibhav > > Cc: linux-me...@vger.kernel.org; Aguirre Rodriguez, Ser

[APPLIED] n800 build error in clock24xx.c: 'secure_32k_ck' undeclared

2009-04-20 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change): dc1ac9cea15e3317badd0fdece931926413f6759 PatchWorks http://patchwork.kernel.org/patch/19037/ Git http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=dc1ac9

Re: n800 build error in clock24xx.c: 'secure_32k_ck' undeclared

2009-04-20 Thread Paul Walmsley
On Mon, 20 Apr 2009, Paul Walmsley wrote: > On Fri, 17 Apr 2009, Kalle Valo wrote: > > > In file included from arch/arm/mach-omap2/clock24xx.c:46: > > arch/arm/mach-omap2/clock24xx.h:1801: error: 'secure_32k_ck' undeclared > > here (not in a function) > > > > Any hints? > > This is a bug in the

RFC for supporting multiple PMICs

2009-04-20 Thread Aggarwal, Anuj
All, Based on our understanding/experiences till so far, we suggest the following: a) Remove all the PMIC-board related stuff from the EVM specific file ( like board-omap3evm.c) and keep it in a separate file (board-omap3evm- pmic.c). All platform related Inits should be done here. b) PMIC init

Re: n800 build error in clock24xx.c: 'secure_32k_ck' undeclared

2009-04-20 Thread Paul Walmsley
Hi Kalle, On Fri, 17 Apr 2009, Kalle Valo wrote: > In file included from arch/arm/mach-omap2/clock24xx.c:46: > arch/arm/mach-omap2/clock24xx.h:1801: error: 'secure_32k_ck' undeclared here > (not in a function) > > Any hints? This is a bug in the version of fa9ef57a1efdd4e7c41a42db71d99b9b69e9b3

Re: n800 build error in clock24xx.c: 'secure_32k_ck' undeclared

2009-04-20 Thread Tony Lindgren
* green [090419 18:43]: > Kalle Valo wrote at 2009-04-19 09:58 -0600: > > green writes: > > > > > Kalle Valo wrote at 2009-04-17 14:44 -0600: > > > > > >> arch/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi_epoll_wait': > > >> arch/arm/kernel/sys_oabi-compat.c:289: error: implicit declarati

[PATCH] musb_hdrc: Fix compile omap3 boards if CONFIG_PM is not set

2009-04-20 Thread Tony Lindgren
Hi, Here's a minimal build fix, please queue. Regards, Tony >From 4b1d3e9c32fb21056a1a8a20374be82e1d97d2c0 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Mon, 20 Apr 2009 10:06:35 -0700 Subject: [PATCH] musb_hdrc: Fix compile omap3 boards if CONFIG_PM is not set Otherwise we'll get: drive

Re: [PATCH 00/02] OMAP3 clock: Remove virtual clock nodes

2009-04-20 Thread Kevin Hilman
"Nayak, Rajendra" writes: > Resending this patch-set with some issues of tabs-to-spaces reported by Kevin > Hilman > fixed and also some warning removals from Jean Pihet. > > Patches apply on latest linux-omap pm branch + > [PATCH 00/10] OMAP3: SR: Fixes in Smartreflex driver sent on 04/15/09 >

Re: ehci problem on OMAP35xx

2009-04-20 Thread Remith Ravi
On Wed, Apr 15, 2009 at 9:34 PM, twebb wrote: > I'm having issues getting USB up and going on HSUSB2/EHCI on > OMAP35xx-based hardware (very similar to beagle board).  We're using > an SMSC3317 connected to HSUSB2, and in turn, the 3317 is connected to > an onboard hub - a SMSC USB2513.  When the

RE: [PATCH] [DSPBRIDGE] Various compile warning fixes

2009-04-20 Thread Kanigeri, Hari
Miku, > The field in question is declared in > arch/arm/plat-omap/include/dspbridge/_chnl_sm.h in line 120 as > u32, so checking for negative value makes no sense unless you > modify struct SHM too. -- You are right. I missed checking the declaration in _chnl_sm.h Thank you, Best regards, Hari

[PATCH] twl4030: Add some error checking to twl4030 init

2009-04-20 Thread Amit Kucheria
Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 Signed-off-by: Amit Kucheria --- drivers/mfd/twl4030-core.c |2 +- drivers/mfd/twl4030-power.c | 52 +++--- 2 files changed, 39 insertions(+), 15 deletion

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-20 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com] > Sent: Monday, April 20, 2009 4:15 PM > To: Hiremath, Vaibhav > Cc: Hans Verkuil; linux-me...@vger.kernel.org; Aguirre Rodriguez, > Sergio Alberto; Toivonen Tuukka.O (Nokia-D/Oulu

Re: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-20 Thread Dongsoo, Nathaniel Kim
Hello Vaibhav, This is user manual of S3C6400 (not much different from S3C6410) http://www.ebv.com/fileadmin/products/Products/Samsung/S3C6400/S3C6400X_UserManual_rev1-0_2008-02_661558um.pdf That SoC is from my company but not from the same division of mine. Actually I'm doing this driver job wit

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-20 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Saturday, April 18, 2009 9:24 PM > To: Hiremath, Vaibhav > Cc: linux-me...@vger.kernel.org; Aguirre Rodriguez, Sergio Alberto; > DongSoo(Nathaniel) Kim; Toivonen Tuukka.O (Nokia-D/Oulu)

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-20 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Dongsoo Kim > Sent: Sunday, April 19, 2009 12:06 PM > To: Hans Verkuil > Cc: Hiremath, Vaibhav; linux-me...@vger.kernel.org; Aguirre > Rodrig