Re: trouble with alsa, wolfson, and TI OMAP35xx McBSP

2009-04-23 Thread Jarkko Nikula
On Wed, 22 Apr 2009 20:05:40 +0200 ext Menon, Nishanth n...@ti.com wrote: Test tone is being presented by the user application, providing a 1Khz tone sampled at 44.1Khz. The data are S16_LE, right channel only. Left channel is quiet. The data seems to slip back and forth from left to

Re: [PATCH] ARM: OMAP2/3: Reorganize Makefile to add omap4 support (Re: [PATCH 7/7][RFC] OMAP4: Enable basic build support.)

2009-04-23 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [090422 22:07]: This ifeq else we don't want to do as it breaks things for multi-omap. How do we handle this. For OMAP4, those files are not common and needed at this point of time. More so if we agree that OMAP4 won't support

Re: [PATCH 3/7][RFC] OMAP4: Update common omap platform headers.

2009-04-23 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [090422 22:18]: This ifdef we don't want to do as it blocks the compile for multi-omap. Not sure why this should break multi-omap. As I mentioned in one of the patch OMAP4 may not be able to support multi-omap because of major

[PATCH] ARM: OMAP: Fix tusb6010 init error and compilation warning

2009-04-23 Thread Jarkko Nikula
Fix tusb6010 init error 5, -19 and compilation warning from function tusb6010_platform_retime warning: 'sysclk_ps' is used uninitialized in this function. I suppose commit c094ba34b8f780885d029ce3c2715a194b780e5d was meant to test for zero fclk_ps instead of sysclk_ps. Signed-off-by: Jarkko

RE: [PATCH] ARM: OMAP2/3: Reorganize Makefile to add omap4 support (Re: [PATCH 7/7][RFC] OMAP4: Enable basic build support.)

2009-04-23 Thread Shilimkar, Santosh
should do their builds with the multi-omap selected. Also the distros want multi-omap. Only the product specific kernels should be built with only one option selected to optimize for speed and size. I think most of the things are in place for multi-omap for OMAP4 as well if

Re: [PATCH 1/7] OMAP24xx/25xx clock: init osc_ck, sys_ck internal lists early

2009-04-23 Thread Russell King - ARM Linux
On Wed, Apr 22, 2009 at 08:01:29PM -0600, Paul Walmsley wrote: The patch also renames clk_init_one() to clk_preinit() to distinguish its function from clk_init() and the individual struct clk init functions. That's rather unnecessary. 'clk_init_one' is already unique. In the long run, it's

Re: [PATCH 1/7] OMAP24xx/25xx clock: init osc_ck, sys_ck internal lists early

2009-04-23 Thread Paul Walmsley
Hello Russell, On Thu, 23 Apr 2009, Russell King - ARM Linux wrote: On Wed, Apr 22, 2009 at 08:01:29PM -0600, Paul Walmsley wrote: The patch also renames clk_init_one() to clk_preinit() to distinguish its function from clk_init() and the individual struct clk init functions. That's

Re: PM: 4 Problems in OMAP3430 DVFS (SmartReflex, Cpufreq)

2009-04-23 Thread Paul Walmsley
Hello Richard, On Thu, 23 Apr 2009, Kim Kyuwon wrote: 4. Current PM code didn't enable the maximum clock (i.e. CPU: 600Mhz) according to the comment as below: /* Avoid registering the 120% Overdrive with CPUFreq */ prcm = mpu_opps + MAX_VDD1_OPP - 1; But in some cases, we

[PATCH 0/1] Fix OMAP_CHIP_INIT usage

2009-04-23 Thread Kalle Jokiniemi
Found this chip init problem while debugging a problem with usb host getting stuck at active mode when toggling the /sys/power/enable_off_mode. The OMAP_CHIP_INIT calls used is ES2.0 macros, while it should be now according to the new macro definitions greater or equal to ES2.0. Boot tested on

[PATCH] ARM: OMAP3: Fix OMAP_CHIP_INIT usage

2009-04-23 Thread Kalle Jokiniemi
Some modules have been specified only to exist in ES2.0 devices while they should exist on = ES2.0 devices. Fixed OMAP_CHIP_INIT() calls to take this to account. Signed-off-by: Kalle Jokiniemi kalle.jokini...@digia.com --- arch/arm/mach-omap2/omapdev3xxx.h |8

[PATCH] DSPBRIDGE: Replacing custom mapping implementation

2009-04-23 Thread Ameya Palande
From: Omar Ramirez Luna x0084...@ti.com From: Omar Ramirez Luna x0084...@ti.com Currently, we walk through the entire page table translating the addresses from virtual to physical whenever we map a buffer. This custom implementation is meant to be optimized for performance, but it bypasses the

Re: [PATCH 1/1] Activate VDD1, VDD2 and VPLL1 at startup

2009-04-23 Thread Mark Brown
On Wed, Apr 22, 2009 at 06:35:29PM +0300, Peter 'p2' De Schrijver wrote: This patch activates VDD1, VDD2 and VPLL1 when booting. This is necessary because these resources are in warm reset state after a reboot. This means their voltage levels cannot be modified so DVFS and smartreflex don't

Re: trouble with alsa, wolfson, and TI OMAP35xx McBSP

2009-04-23 Thread Peter Ujfalusi
On Wednesday 22 April 2009 20:58:01 ext twebb wrote: Problem 2: Test tone is being presented by the user application, providing a 1Khz tone sampled at 44.1Khz. The data are S16_LE, right channel only. Left channel is quiet. The data seems to slip back and forth from left to right channel.

Re: [PATCH 0/1] Fix OMAP_CHIP_INIT usage

2009-04-23 Thread Kalle Jokiniemi
On Thu, 2009-04-23 at 12:43 +0300, Kalle Jokiniemi wrote: Found this chip init problem while debugging a problem with usb host getting stuck at active mode when toggling the BTW, this usb host problem is not fixed by this chip init patch. I'm sending a separate patch that completely disables

[PATCH] PM: Disable usb host HW save and restore

2009-04-23 Thread Kalle Jokiniemi
The hardware SAVEANDRESTORE mechanism seems to leave USB HOST power domain permanently into active state after one transition from off to active state. Disabling for now. Signed-off-by: Kalle Jokiniemi ext-kalle.jokini...@nokia.com --- arch/arm/mach-omap2/powerdomains34xx.h |8 +++- 1

Re: Problems while designing TPS65023 regulator driver

2009-04-23 Thread Trilok Soni
Hi Anuj, On Sat, Apr 4, 2009 at 5:35 AM, Tony Lindgren t...@atomide.com wrote: * Mark Brown broo...@sirena.org.uk [090403 01:53]: On Fri, Apr 03, 2009 at 01:33:58PM +0530, Aggarwal, Anuj wrote: I could not find the commit in linux-OMAP git where the init data is passed as a parameter to

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

2009-04-23 Thread Kalle Valo
Paul Walmsley p...@pwsan.com writes: Hi Kalle, Hi Paul, sorry for a late answer. On Fri, 17 Apr 2009, Kalle Valo wrote: 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

RE: PM: 4 Problems in OMAP3430 DVFS (SmartReflex, Cpufreq)

2009-04-23 Thread Woodruff, Richard
From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Thursday, April 23, 2009 3:53 AM To: Woodruff, Richard 4. Current PM code didn't enable the maximum clock (i.e. CPU: 600Mhz) according to the comment as below: /* Avoid registering the 120% Overdrive with CPUFreq */ prcm =

Re: trouble with alsa, wolfson, and TI OMAP35xx McBSP

2009-04-23 Thread Alejandro Blanca G.
Hi everyone. We are working with bringing up another audio codec with the Beagle Board. Probably the issue we are seeing is related: we are having problems when doing playback and observe that the information corresponding to 2 channels is being sent only through the left channel. We might have

Re: [PATCH] ARM: OMAP: Fix tusb6010 init error and compilation warning

2009-04-23 Thread Kalle Valo
Jarkko Nikula jarkko.nik...@nokia.com writes: Fix tusb6010 init error 5, -19 and compilation warning from function tusb6010_platform_retime warning: 'sysclk_ps' is used uninitialized in this function. I suppose commit c094ba34b8f780885d029ce3c2715a194b780e5d was meant to test for zero

Re: [PATCH 1/7] OMAP24xx/25xx clock: init osc_ck, sys_ck internal lists early

2009-04-23 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [090423 01:35]: Hello Russell, On Thu, 23 Apr 2009, Russell King - ARM Linux wrote: On Wed, Apr 22, 2009 at 08:01:29PM -0600, Paul Walmsley wrote: The patch also renames clk_init_one() to clk_preinit() to distinguish its function from clk_init() and the

stlc45xx in 2.6.30-rc1

2009-04-23 Thread Kalle Valo
Hello, I just want to inform that stlc45xx (wi-fi driver for n800/n810) is now in 2.6.30-rc1 staging directory. I just tried with latest linux-omap and I was able to associate to an AP and ping. Here's the config entry: config STLC45XX tristate stlc4550/4560 support depends on

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

2009-04-23 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090421 08:55]: * Tony Lindgren t...@atomide.com [090420 21:58]: * 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

Re: [alsa-devel] trouble with alsa, wolfson, and TI OMAP35xx McBSP

2009-04-23 Thread Mark Brown
On Thu, Apr 23, 2009 at 11:50:25AM -0500, Alejandro Blanca G. wrote: Probably the issue we are seeing is related: we are having problems when doing playback and observe that the information corresponding to 2 channels is being sent only through the left channel. We might have some other

Re: [PATCH 1/1] Activate VDD1, VDD2 and VPLL1 at startup

2009-04-23 Thread Tony Lindgren
* Mark Brown broo...@sirena.org.uk [090423 03:17]: On Wed, Apr 22, 2009 at 06:35:29PM +0300, Peter 'p2' De Schrijver wrote: This patch activates VDD1, VDD2 and VPLL1 when booting. This is necessary because these resources are in warm reset state after a reboot. This means their voltage

Re: stlc45xx in 2.6.30-rc1

2009-04-23 Thread green
Kalle Valo wrote at 2009-04-23 13:16 -0500: I just want to inform that stlc45xx (wi-fi driver for n800/n810) is now in 2.6.30-rc1 staging directory. I just tried with latest linux-omap and I was able to associate to an AP and ping. I did notice it in there. That's good news; thanks.

usb-to-eth dongle on usb ehci host port

2009-04-23 Thread twebb
I'm trying to get network connectivity via a usb-to-eth dongle on HSUSB2/EHCI port of an OMAP35xx. The dongle is recognized and enumerated by the ehci controller, but no eth0 net device is dynamically created. I'm passing the basic IP parameters to the kernel using u-boot kernel args. Is a

Re: usb-to-eth dongle on usb ehci host port

2009-04-23 Thread twebb
Sounds like the usb device didn't get recognized as an ethernet adaptor.  I use netgear fa120 USB ethernet adaptor with my beagleboard and it works great. Next time include some boot output and we can likely provide more specific suggestions. Todd Here are portions of output from kernel

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

2009-04-23 Thread David Brownell
On Monday 20 April 2009, Amit Kucheria wrote: 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 ---

Re: usb-to-eth dongle on usb ehci host port

2009-04-23 Thread David Brownell
On Thursday 23 April 2009, twebb wrote:  It does look like it recognizes it (REALTEK USB 10/100 LAN), but how to tell if it recognizes it specifically as a eth adaptor? drivers/net/usb/Kconfig has a USB_RTL8150 entry you might try. usb 1-2.2: New USB device found, idVendor=0bda,

Re: Problems while designing TPS65023 regulator driver

2009-04-23 Thread David Brownell
On Thursday 23 April 2009, Trilok Soni wrote: Any updates on tps65023 regulator driver? Could you please submit the WIP patches to the list? FWIW, here's the last version I saw ... it includes a build hack for the regulator_register() call. I haven't build-tested it since that API change went

Re: [PATCH 1/7] OMAP24xx/25xx clock: init osc_ck, sys_ck internal lists early

2009-04-23 Thread Russell King - ARM Linux
On Thu, Apr 23, 2009 at 11:00:31AM -0700, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [090423 01:35]: Hello Russell, On Thu, 23 Apr 2009, Russell King - ARM Linux wrote: On Wed, Apr 22, 2009 at 08:01:29PM -0600, Paul Walmsley wrote: The patch also renames clk_init_one()

RE: 4 Problems in OMAP3430 DVFS (SmartReflex, Cpufreq)

2009-04-23 Thread Woodruff, Richard
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kim Kyuwon Sent: Thursday, April 23, 2009 12:00 AM 3. OP(Operating Point) transition time is set to 10seconds in cpu-omap.c as follows: The default sampling rate of CPUFreq is set to

Re: [PATCH] ARM: OMAP3: Fix OMAP_CHIP_INIT usage

2009-04-23 Thread Paul Walmsley
On Thu, 23 Apr 2009, Kalle Jokiniemi wrote: Some modules have been specified only to exist in ES2.0 devices while they should exist on = ES2.0 devices. Fixed OMAP_CHIP_INIT() calls to take this to account. Signed-off-by: Kalle Jokiniemi kalle.jokini...@digia.com At least the omapdev3xxx.h

Re: [PATCH 1/7] OMAP24xx/25xx clock: init osc_ck, sys_ck internal lists early

2009-04-23 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090423 15:26]: On Thu, Apr 23, 2009 at 11:00:31AM -0700, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [090423 01:35]: Hello Russell, On Thu, 23 Apr 2009, Russell King - ARM Linux wrote: On Wed, Apr 22, 2009 at

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

2009-04-23 Thread Dmitry Torokhov
On Mon, Apr 20, 2009 at 11:22:41PM -0700, David Brownell wrote: On Friday 06 February 2009, David Brownell wrote: From: David Brownell dbrown...@users.sourceforge.net Add a driver for the keypad controller on TWL4030 family chips. PING? I was told this was in the input queue, but it's

Re: [PATCH 1/7] OMAP24xx/25xx clock: init osc_ck, sys_ck internal lists early

2009-04-23 Thread Paul Walmsley
On Thu, 23 Apr 2009, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090423 15:26]: On Thu, Apr 23, 2009 at 11:00:31AM -0700, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [090423 01:35]: Hello Russell, On Thu, 23 Apr 2009, Russell King - ARM Linux

n800 high idle power consumption

2009-04-23 Thread Kalle Valo
Hello all, I was testing 2.6.30-rc3-omap1 on n800 and noticed that idle power consumption is very high, ten times compared to a 2.6.29 I tested few weeks back. I'm guessing that CPU doesn't sleep at all. Is this a regression? How should I debug this further? -- Kalle Valo -- To unsubscribe

Re: n800 high idle power consumption

2009-04-23 Thread Kalle Valo
Kalle Valo kalle.v...@iki.fi writes: Hello all, Hello again, I was testing 2.6.30-rc3-omap1 on n800 and noticed that idle power consumption is very high, ten times compared to a 2.6.29 I tested few weeks back. I'm guessing that CPU doesn't sleep at all. Is this a regression? How should I

Re: [PATCH 1/7] OMAP24xx/25xx clock: init osc_ck, sys_ck internal lists early

2009-04-23 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [090423 20:13]: On Thu, 23 Apr 2009, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090423 15:26]: On Thu, Apr 23, 2009 at 11:00:31AM -0700, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [090423 01:35]: Hello Russell,