RE: [alsa-devel] [PATCHv3 1/7] OMAP4: PMIC: Add support for twl6030 codec

2009-10-07 Thread Shilimkar, Santosh
(Looping Samuel) -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Mark Brown Sent: Tuesday, October 06, 2009 10:06 PM To: Peter Ujfalusi Cc: alsa-de...@alsa-project.org; Lopez Cruz, Misael; linux- o...@vger.kernel.org;

[PATCH] OMAP3: PM: Update omap3_pm_defconfig

2009-10-07 Thread Rajendra Nayak
Some of the sysfs deprecated entries, if not enabled cause root filesystem mounts to fail at boot. This is seen on both the 3430SDP as well as 3430zoom platforms. Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/configs/omap3_pm_defconfig |3 ++- 1 files changed, 2 insertions(+), 1

Re: [alsa-devel] [PATCHv3 1/7] OMAP4: PMIC: Add support for twl6030 codec

2009-10-07 Thread Peter Ujfalusi
On Tuesday 06 October 2009 19:53:03 ext Lopez Cruz, Misael wrote: Peter Ujfalusi wrote: How does the twl4030 series would fit with this modification? I have also added the twl4030 codec as a child for the twl MFD, but I have not finished the cleanup of the codec fully. twl6030 codec data

Re: [alsa-devel] [PATCHv3 1/7] OMAP4: PMIC: Add support for twl6030 codec

2009-10-07 Thread Peter Ujfalusi
On Wednesday 07 October 2009 08:20:35 ext Krishnamoorthy, Balaji T wrote: #define twl_has_mmc() false #endif +#if defined(CONFIG_SND_SOC_TWL6030) || defined(CONFIG_SND_SOC_TWL6030_MODULE) || defined(CONFIG_SND_SOC_TWL4030) || defined(CONFIG_SND_SOC_TWL4030_MODULE)

Re: [PATCH 00/19] OMAP: DSS2: Intro

2009-10-07 Thread Felipe Contreras
On Wed, Sep 30, 2009 at 12:21 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, Andrew, do you have time to check out the DSS2 driver? Or suggestions how should I proceed. I rebased DSS2 on top of today's linux-tree, and there were no conflicts, so the posted patches should apply. But

[PATCH]ZOOM2: Initialization of SDRC params on Zoom2

2009-10-07 Thread Reddy, Teerth
From: Teerth Reddy tee...@ti.com This patch initializes the SDRC params for Zoom2 Signed-off-by: Teerth Reddy tee...@ti.com --- arch/arm/mach-omap2/board-zoom2.c |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: linux-omap-2.6/arch/arm/mach-omap2/board-zoom2.c

Re: [PATCH v2] SDMA: Fixing bug in omap_dma_set_global_params()

2009-10-07 Thread Venkatraman S
On Mon, Oct 5, 2009 at 10:11 PM, Randy Dunlap rdun...@xenotime.net wrote: On Mon,  5 Oct 2009 14:12:43 +0530 Anuj Aggarwal wrote: Argument tparams was not being used to program global register GCR.HI_THREAD_RESERVED. This patch fixes the same. Signed-off-by: Anuj Aggarwal

Re: [alsa-devel] [PATCHv3 1/7] OMAP4: PMIC: Add support for twl6030 codec

2009-10-07 Thread Mark Brown
On Wed, Oct 07, 2009 at 11:56:38AM +0530, Shilimkar, Santosh wrote: [I've reflowed your mail to fit into 80 columns] Since there is some sort of dependency on ASOC series with TWL_6030 core series by Balaji, its better that these gets merged in correct order to avoid reworks. There's no

RE: [alsa-devel] [PATCHv3 1/7] OMAP4: PMIC: Add support for twl6030 codec

2009-10-07 Thread Shilimkar, Santosh
-Original Message- From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] Sent: Wednesday, October 07, 2009 3:07 PM To: Shilimkar, Santosh Cc: Peter Ujfalusi; sa...@linux.intel.com; alsa-de...@alsa-project.org; Lopez Cruz, Misael; linux-omap@vger.kernel.org; Krishnamoorthy,

RE: [PATCH 1/1] OMAP: I2C: Add mpu wake up latency constraint in i2c

2009-10-07 Thread Kalle Jokiniemi
Hi, On Mon, 2009-10-05 at 20:08 +0300, Pandita, Vikram wrote: Jokiniemi -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Kalle Jokiniemi Sent: Thursday, September 17, 2009 11:29 AM To: khil...@deeprootsystems.com

[PATCH V3] OMAP: I2C: Add mpu wake up latency constraint in i2c

2009-10-07 Thread Kalle Jokiniemi
While waiting for completion of the i2c transfer, the MPU could hit OFF mode and cause several msecs of delay that made i2c transfers fail more often. The extra delays and subsequent re-trys cause i2c clocks to be active more often. This has also an negative effect on power consumption. Added a

Re: [PATCH 1/1] OMAP: I2C: Add mpu wake up latency constraint in i2c

2009-10-07 Thread Nishanth Menon
Kalle Jokiniemi said the following on 10/07/2009 05:10 AM: extra delays and subsequent re-trys cause i2c clocks to be active more often. This has also an negative effect on power consumption. Added a constraint that allows MPU to wake up in few hundred usecs, which is roughly the average i2c

RE: [PATCH] OMAP3: PM: Update omap3_pm_defconfig

2009-10-07 Thread Gadiyar, Anand
Some of the sysfs deprecated entries, if not enabled cause root filesystem mounts to fail at boot. This is seen on both the 3430SDP as well as 3430zoom platforms. Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/configs/omap3_pm_defconfig |3 ++- 1 files changed, 2

RE: [PATCH] OMAP3: PM: Update omap3_pm_defconfig

2009-10-07 Thread Nayak, Rajendra
-Original Message- From: Gadiyar, Anand Sent: Wednesday, October 07, 2009 5:31 PM To: Nayak, Rajendra; linux-omap@vger.kernel.org Subject: RE: [PATCH] OMAP3: PM: Update omap3_pm_defconfig Some of the sysfs deprecated entries, if not enabled cause root filesystem mounts to fail at boot.

[PATCH] omap-pm: Fixes behaviour of some shared resource framework functions

2009-10-07 Thread Dasgupta, Romit
(Tested on Zoom2). 'omap_pm_dsp_set_min_opp' 'omap_pm_cpu_set_freq' were using their own struct device *. This is a problem because invoking these functions from different clients would result in setting of the resource level as requested by the last caller. Fixes this by introducing a struct

Re: [PATCH]PM: Initialization of SDRC params for DVFS on Zoom2

2009-10-07 Thread Kevin Hilman
Reddy, Teerth tee...@ti.com writes: From ba898041224fc496f6694b0ebca9afa77190abf0 Mon Sep 17 00:00:00 2001 From: Teerth Reddy tee...@ti.com Date: Wed, 9 Sep 2009 10:38:30 +0530 Subject: [PATCH] ARM: OMAP3: PM: Initialize SDRC params for DVFS for Zoom2 This patch initializes the SDRC params

Re: [PATCH] OMAP3: PM: Update omap3_pm_defconfig

2009-10-07 Thread Kevin Hilman
Nayak, Rajendra rna...@ti.com writes: -Original Message- From: Gadiyar, Anand Sent: Wednesday, October 07, 2009 5:31 PM To: Nayak, Rajendra; linux-omap@vger.kernel.org Subject: RE: [PATCH] OMAP3: PM: Update omap3_pm_defconfig Some of the sysfs deprecated entries, if not enabled cause

Re: [PATCH]ZOOM2: Initialization of SDRC params on Zoom2

2009-10-07 Thread Kevin Hilman
Reddy, Teerth tee...@ti.com writes: From: Teerth Reddy tee...@ti.com This patch initializes the SDRC params for Zoom2 Not a very useful changelog. Something about *why* the changes are neede should be present in each changelog. Something like the need of correct SDRC settings for DVFS.

RE: [PATCH 1/1] OMAP: I2C: Add mpu wake up latency constraint in i2c

2009-10-07 Thread Sonasath, Moiz
Hello Jokiniemi, -Original Message- From: Kalle Jokiniemi [mailto:kalle.jokini...@digia.com] Sent: Wednesday, October 07, 2009 10:01 AM To: Nishanth Menon Cc: Pandita, Vikram; khil...@deeprootsystems.com; Sonasath, Moiz; jhnik...@gmail.com; linux-omap@vger.kernel.org; jouni.hogander

Re: [PATCH v2] SDMA: Fixing bug in omap_dma_set_global_params()

2009-10-07 Thread Randy Dunlap
On Wed, 7 Oct 2009 14:48:26 +0530 Venkatraman S wrote: On Mon, Oct 5, 2009 at 10:11 PM, Randy Dunlap rdun...@xenotime.net wrote: On Mon,  5 Oct 2009 14:12:43 +0530 Anuj Aggarwal wrote: Argument tparams was not being used to program global register GCR.HI_THREAD_RESERVED. This patch fixes

Linux omap blocked on boot

2009-10-07 Thread Alberto J. Perez
Hi all! I'm recompiling the linux-omap-2.6/origin/pm branch and every time I get the boot process stalled after kernel image decompression. - With the linux-omap-2.6/origin/2.6.30 branch I have no problems. - I've tried with 2008q3-72 2009q1-203 arm compilers. I attach the .config I used.

omap7xx rtc ?

2009-10-07 Thread Christopher Friedt
Hi, There was a post recently by Alistair Buxton about the omap850 / 730 rtc, and I was wondering if the relevent changes have been made yet. I'm working on an htc wizard and still fixing a few bugs, one of which is the rtc. It depends on the 32kHz timer, which is present on the both the 730 and

Re: OMAP850 RTC and MMC registers differ from other OMAP1, how to implement?

2009-10-07 Thread Christopher Friedt
Hi Alistair, I'm also doing a bit of work with the omap850 for my htc wizard. Has anything happened with the rtc patches lately? I haven't seen anything show up in linux-omap git, but I might have missed them. If not, can you please post them ? I don't mind implementing the omap1 compatibiity

RE: Linux omap blocked on boot

2009-10-07 Thread Gadiyar, Anand
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Alberto J. Perez Sent: Wednesday, October 07, 2009 11:34 PM Cc: linux-omap@vger.kernel.org Subject: Linux omap blocked on boot Hi all! I'm recompiling the

Re: Timeout after setting SD/MMC clock, bus width on 3530

2009-10-07 Thread John Rigby
Your board setup file in arch/arm/mach-omap2/whatever.c should have a struct twl4030_hsmmc_info that sets up the platform dependent info about your board: static struct twl4030_hsmmc_info mmc[] = { { .mmc= 1, .wires= 4, .gpio_cd= -EINVAL,

Re: [RFC] OMAP1: Massive clean up of omap730/omap850 code

2009-10-07 Thread Tony Lindgren
* Alistair Buxton a.j.bux...@gmail.com [090928 14:19]: 2009/9/23 Tony Lindgren t...@atomide.com: Thanks, looks good to me. Can you please rebase against the mainline 2.6.32-rc1 once it gets tagged? Then please keep your branch around until it all gets merged into the mainline

RE: Linux omap blocked on boot

2009-10-07 Thread Gadiyar, Anand
(Hit send too soon) Hi all! I'm recompiling the linux-omap-2.6/origin/pm branch and every time I get the boot process stalled after kernel image decompression. - With the linux-omap-2.6/origin/2.6.30 branch I have no problems. - I've tried with 2008q3-72 2009q1-203 arm compilers. I

Re: Linux omap blocked on boot

2009-10-07 Thread Alberto J. Perez
Following your instructions I get the pm kernel working! Thanks a lot Kevin Anand. Alberto. Kevin Hilman wrote: Alberto J. Perez ape...@disca.upv.es writes: Hi all! I'm recompiling the linux-omap-2.6/origin/pm branch and every time I get the boot process stalled after kernel image

Re: mux strategy (was RE: [PATCH] [OMAP1] mux: Add MMC mux pins for omap7xx)

2009-10-07 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@deeprootsystems.com [091006 15:18]: Menon, Nishanth n...@ti.com writes: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman        

[GIT PULL] omap fixes for v2.6.32-rc3

2009-10-07 Thread Tony Lindgren
Linus, Please pull omap fixes from: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus Regards, Tony The following changes since commit 374576a8b6f865022c0fd1ca62396889b23d66dd: Linus Torvalds (1): Linux 2.6.32-rc3 are available in the

RE: [PATCH 1/1] OMAP: I2C: Add mpu wake up latency constraint in i2c

2009-10-07 Thread Woodruff, Richard
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kalle Jokiniemi Sent: Friday, October 02, 2009 5:59 AM Yes, this is a good idea in theory, but the reality of wake-up latencies kind-a kill this one. Wake-up from even C1 (MPU INA, CORE ON) takes

Re: mux strategy (was RE: [PATCH] [OMAP1] mux: Add MMC mux pins for omap7xx)

2009-10-07 Thread Cory Maccarrone
On Wed, Oct 7, 2009 at 11:33 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@deeprootsystems.com [091006 15:18]: Menon, Nishanth n...@ti.com writes: -Original Message- From: linux-omap-ow...@vger.kernel.org

Re: Timeout after setting SD/MMC clock, bus width on 3530

2009-10-07 Thread John Faith
Hi John, Thanks for the suggestion. I tried changing to .wires=1, but it again ended in a panic in mmc_omap_irq(), so I must be missing another piece. On your other suggestion (off-list) I'm also investigating the CPU pbias_mmc1 pin which the datasheet errata says should not be connected. Our

[APPLIED] [PATCHv3 1/1] Runtime detection of Si features

2009-10-07 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap3-upstream Initial commit ID (Likely to change): 44b528b5ae40ba5c4de9beff03f27584fcc4e768 PatchWorks http://patchwork.kernel.org/patch/50992/ Git (Likely to change, and takes a while to get

Re: [OMAP3] ALSA driver 'suspend/resume' handlers

2009-10-07 Thread Tony Lindgren
* Pandita, Vikram vikram.pand...@ti.com [090924 05:59]: -Original Message- From: Shilimkar, Santosh Sent: Thursday, September 24, 2009 2:24 AM To: Jarkko Nikula; hari n Cc: Pandita, Vikram; linux-omap@vger.kernel.org Subject: RE: [OMAP3] ALSA driver 'suspend/resume' handlers

Re: [PATCHv1 1/3] OMAP UART: Adds omap-serial driver support.

2009-10-07 Thread Tony Lindgren
* Govindraj.R govindraj.r...@ti.com [090924 03:29]: From: Govindraj R govindraj.r...@ti.com This patch adds support for OMAP3430-HIGH SPEED UART Controller. Signed-off-by:Govindraj R govindraj.r...@ti.com Reviewed-by: Alan Cox a...@lxorguk.ukuu.org.uk Reviewed-by: Tony Lindgren

[APPLIED] [PATCH] OMAP: Fix Unlikely(x) y

2009-10-07 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): aed93ee5b41b6b56e97631c713cacdef24417fa1 PatchWorks http://patchwork.kernel.org/patch/51923/ Git (Likely to change, and takes a while to get

Re: [PATCH v2] SDMA: Fixing bug in omap_dma_set_global_params()

2009-10-07 Thread Tony Lindgren
* Randy Dunlap rdun...@xenotime.net [091007 08:38]: On Wed, 7 Oct 2009 14:48:26 +0530 Venkatraman S wrote: On Mon, Oct 5, 2009 at 10:11 PM, Randy Dunlap rdun...@xenotime.net wrote: On Mon,  5 Oct 2009 14:12:43 +0530 Anuj Aggarwal wrote: Argument tparams was not being used to program

[APPLIED] [PATCH] Beagle: CONFIG_ISP1301_OMAP redefined in defconfig

2009-10-07 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): a97a239e31a0ff608742cd1945ddb6972f3d0ac9 PatchWorks http://patchwork.kernel.org/patch/51752/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH v2] SDMA: Fixing bug in omap_dma_set_global_params()

2009-10-07 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): dffdcf35f45c7767e96141d1e61bea021d6bd051 PatchWorks http://patchwork.kernel.org/patch/51708/ Git (Likely to change, and takes a while to get

[PATCH 1/2] arm/omap3: a driver for on-chip ETM and ETB

2009-10-07 Thread virtuoso
From: Alexander Shishkin virtu...@slind.org This driver implements /dev/tracebuf and some control files for ETM and ETB in sysfs. Signed-off-by: Alexander Shishkin virtu...@slind.org --- arch/arm/Kconfig.debug|8 + arch/arm/include/asm/hardware/coresight.h | 164

[APPLIED] [PATCH 3/5] ARM: OMAP2/3/4: Move SRAM map to claim more io space

2009-10-07 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-headers Initial commit ID (Likely to change): 852d65020549b1c379dd6e0338de7b9ac8970fd0 PatchWorks http://patchwork.kernel.org/patch/43500/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 4/5] ARM: OMAP2/3/4: Fix DEBUG_LL UART io address

2009-10-07 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-headers Initial commit ID (Likely to change): 46eb041bc25a9f7c3511298efbc61ae3947115b2 PatchWorks http://patchwork.kernel.org/patch/43502/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 5/5] ARM: OMAP2/3/4: Add OMAP4 L3 and L4 peripherals.

2009-10-07 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-headers Initial commit ID (Likely to change): dc171a614162c9857d0567878617a6b261278b53 PatchWorks http://patchwork.kernel.org/patch/43501/ Git (Likely to change, and takes a while to get

Patches merged to split OMAP2_IO_ADDRESS

2009-10-07 Thread Tony Lindgren
Hi all, I've pushed Santosh' patches to split OMAP2_IO_ADDRESS into *_L3_IO_ADDRESS and *_L4_IO_ADDRESS so we can claim more kernel address space and support over 512MB of memory instead of 256MB. Of course, our goal is to convert everything except the .S files to use ioremap() instead, but that

[PATCH] omap: Use ioremap for omap_hwmod instead of OMAP2_IO_ADDRESS

2009-10-07 Thread Tony Lindgren
From f05ba4e3427bc0dc216f2fca32a9b1e8f0e38695 Mon Sep 17 00:00:00 2001 From: Tony Lindgren t...@atomide.com Date: Wed, 7 Oct 2009 17:10:18 -0700 Subject: [PATCH] omap: Use ioremap for omap_hwmod instead of OMAP2_IO_ADDRESS Otherwise we cannot get rid of OMAP2_IO_ADDRESS. Signed-off-by: Tony

[PATCH] omap: Use getnstimeofday for omap_device

2009-10-07 Thread Tony Lindgren
Don't know if this generic solution is accurate enough? Tony From 4b059c50262954ae4ce466983b5cf088851eab19 Mon Sep 17 00:00:00 2001 From: Tony Lindgren t...@atomide.com Date: Wed, 7 Oct 2009 17:10:18 -0700 Subject: [PATCH] omap: Use getnstimeofday for omap_device Otherwise we cannot remove

Query: EHCI clock management approach

2009-10-07 Thread Gadiyar, Anand
Hi all, I'd like to post a patch in a couple of days to refactor the EHCI clock management code. This would be useful to do aggressive clock management in the idle path. A current implementation I have is to simply factor out the clock_enable/disable calls out. Does it make sense to move this

RE: [alsa-devel] [PATCHv3 1/7] OMAP4: PMIC: Add support for twl6030 codec

2009-10-07 Thread Lopez Cruz, Misael
Krishnamoorthy, Balaji T wrote: CONFIG_TWL6030_CORE and CONFIG_TWL4030_CORE is merged to CONFIG_TWL_CORE As two different build config was not encouraged. Now switch twl_class_is_6030() will be used to decide at runtime time to support for 6030 related drivers, Similarly twl_class_is_4030()

Re: mux strategy (was RE: [PATCH] [OMAP1] mux: Add MMC mux pins for omap7xx)

2009-10-07 Thread Philip Balister
On 10/07/2009 10:47 AM, Tony Lindgren wrote: * Kevin Hilmankhil...@deeprootsystems.com [091006 15:18]: Menon, Nishanthn...@ti.com writes: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman

[RFC][PATCH] OMAP3: introduce OMAP3630

2009-10-07 Thread Nishanth Menon
Device intro: OMAP3630 is the latest in the family of OMAP3 devices and among the changes it introduces are: New OPP levels for new voltage and frequency levels. a bunch of Bug fixes to various modules feature additions, notably with ISP, sDMA etc. Details about the chip is available here: