SDIO card for wifi

2009-04-20 Thread Kalpesh Rathod
Hi, I am planning to have network functionality on beagle board. I want it to connect to wireless network through SDIO interface. Can someone here tell me which SDIO card to use? I mean for which the driver is available in the omap kernel? Regards, Kalpesh -- To unsubscribe from this list: send

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 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

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);

[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 amit.kuche...@verdurent.com --- drivers/mfd/twl4030-core.c |2 +- drivers/mfd/twl4030-power.c | 52 +++--- 2 files changed,

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

Re: ehci problem on OMAP35xx

2009-04-20 Thread Remith Ravi
On Wed, Apr 15, 2009 at 9:34 PM, twebb taliaferr...@gmail.com 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

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

2009-04-20 Thread Kevin Hilman
Nayak, Rajendra rna...@ti.com 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

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

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

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 fa9ef57a1efdd4e7c41a42db71d99b9b69e9b356 I

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

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 version of

[APPLIED] n800 build error in clock24xx.c: #39;secure_32k_ck#39; 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

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, Sergio Alberto;

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':

[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

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) ##

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 return

[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 amit.kuche...@verdurent.com --- drivers/mfd/twl4030-core.c |2 +- drivers/mfd/twl4030-power.c | 49

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

2009-04-20 Thread Kevin Hilman
Roger Quadros ext-roger.quad...@nokia.com writes: From: Roger Quadros ext-roger.quad...@nokia.com 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

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

2009-04-20 Thread Kevin Hilman
Aaro Koskinen aaro.koski...@nokia.com writes: Save and restore I2C wakeup sources. Signed-off-by: Aaro Koskinen aaro.koski...@nokia.com 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,

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 Thu, Apr

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

2009-04-20 Thread Kevin Hilman
Kim Kyuwon chamm...@gmail.com 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

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 when I

[PATCH] DSPBRIDGE: Replacing custom implementation for Mapping

2009-04-20 Thread Ramirez Luna, Omar
From: Omar Ramirez Luna x0084...@ti.com 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

RE: 2.6.29 and SDP3430 now 2.6.30-rc2, q3-2007 compiler error

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

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 t...@atomide.com [090416 18:23]: * Tony Lindgren t...@atomide.com [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