OMAP not resuming after waking from suspend to RAM after addition of the new OMAP serial drivers

2010-11-04 Thread Laine Walker-Avina
of suspend? Thanks, -- Laine Walker-Avina Firmware Engineer PASCO scientific -- 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

Re: [PATCH RFC 2/2] usb: ehci-omap: add suspend/resume support

2010-10-07 Thread Laine Walker-Avina
before I repost. Thanks, Anand Any more developments on this? -- Laine Walker-Avina -- 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

Re: Hang on Suspend to RAM with 2.6.36-rc4

2010-09-29 Thread Laine Walker-Avina
On Wed, Sep 22, 2010 at 3:21 PM, Laine Walker-Avina lwalk...@pasco.com wrote: On Tue, Sep 14, 2010 at 4:02 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Laine Walker-Avina lwalk...@pasco.com writes: I just pulled the latest changes today from the linux-omap git tree, and something

Re: SYS_OFF_MODE signaling and CORE domain Transition to OFF Mode

2010-09-24 Thread Laine Walker-Avina
On Thu, Sep 23, 2010 at 11:05 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Laine Walker-Avina lwalk...@pasco.com writes: I'm having some troubles putting my OMAP3503(the one without the DSP or SGX modules) board to sleep. I'm using the current master on the l-o git repository. Looks

SYS_OFF_MODE signaling and CORE domain Transition to OFF Mode

2010-09-22 Thread Laine Walker-Avina
-mpu_pwrdm (0) prm_clkdm-wkup_pwrdm (0) cm_clkdm-core_pwrdm (0) Any ideas? -- Laine Walker-Avina -- 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

Re: Hang on Suspend to RAM with 2.6.36-rc4

2010-09-22 Thread Laine Walker-Avina
On Tue, Sep 14, 2010 at 4:02 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Laine Walker-Avina lwalk...@pasco.com writes: I just pulled the latest changes today from the linux-omap git tree, and something appears to have broken suspend to RAM on my OMAP3503 board. Is this on the master

Hang on Suspend to RAM with 2.6.36-rc4

2010-09-14 Thread Laine Walker-Avina
+0xcd0/0x1450) from [c0126698] (kjournald+0xbc/0x218) [ 48.537109] [c0126698] (kjournald+0xbc/0x218) from [c006e948] (kthread+0x80/0x88) [ 48.545196] [c006e948] (kthread+0x80/0x88) from [c002ef90] (kernel_thread_exit+0x0/0x8) [ 48.553802] no locks held by kjournald/325. -- Laine Walker-Avina

Re: DSS2 broken with 36-rc1

2010-08-24 Thread Laine Walker-Avina
, I'd reverse the order of the parameters on omap_vram_remap() so that they match the old ioremap_wc() call. Otherwise, I'd ACK this patch. -- Laine Walker-Avina Firmware Engineer PASCO scientific -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

Re: AM3517 (Sitara) MMC2 help

2010-08-24 Thread Laine Walker-Avina
On Tue, Aug 24, 2010 at 5:29 PM, Laine Walker-Avina lwalk...@ieee.org wrote: On Tue, Aug 24, 2010 at 5:42 AM, Igor Grinberg grinb...@compulab.co.il wrote:  Hi, I have am3517 based board and Libertas sdio (4 wires) wifi connected directly (no transceiver / level shifter) on mmc2 (which

Re: [PATCH] OMAP: DSS2: don't power off a panel twice

2010-08-10 Thread Laine Walker-Avina
) -- 1.6.3.3 -- Laine Walker-Avina Firmware Engineer PASCO scientific -- 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

OMAP DSS2 coming out of OFF mode without restoring context

2010-07-29 Thread Laine Walker-Avina
() in dss_clk_enable() appears to do the right thing. I'm using the current master branch of linux-omap. -- Laine Walker-Avina Firmware Engineer PASCO scientific -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH v2] OMAP: Make set_gpmc_timing_reg aware of the TIMEPARAGRANULARITY flag

2010-07-29 Thread Laine Walker-Avina
This patch modifies the math used to convert clock ticks to nanoseconds so that it is aware of the effect of the TIMEPARAGRANULARITY flag which acts as a divide by 2 to the GPMC timing registers. This enables the use of slower devices on the GPMC bus. --- arch/arm/mach-omap2/gpmc.c | 11

[PATCH 0/5] Initial change for merge of new board

2010-04-06 Thread Laine Walker-Avina
the clock API to select the divider for sys_clkout2 * Making the GPRC timing API aware of the time-granularity flag Let me know if there are any comments or questions. Cheers, Laine Walker-Avina PASCO scientific Laine Walker-Avina (5): OMAP: Add in helper macros for the SDRAM timings

[PATCH 1/5] OMAP: Add in helper macros for the SDRAM timings

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/plat-omap/include/plat/sdrc.h | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/sdrc.h b/arch/arm/plat-omap/include/plat/sdrc.h index 7b76f50..c74d1e7

[PATCH 2/5] OMAP: Convert the sdram-*.h timings to use the SDRAM timing macros

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h | 44 +++-- arch/arm/mach-omap2/sdram-micron-mt46h32m32lf-6.h | 44 +++-- arch/arm/mach-omap2/sdram-numonyx-m65kam.h | 52

[PATCH 3/5] OMAP: Add SDRAM timings for Micron mt46h16m32lf-6

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/mach-omap2/sdram-micron-mt46h16m32lf-6.h | 67 + 1 files changed, 67 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/sdram-micron-mt46h16m32lf-6.h diff --git a/arch/arm/mach-omap2/sdram

[PATCH 4/5] OMAP: Add support for setting the divider for sys_clkout2 using clk_set_rate

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/mach-omap2/clock3xxx_data.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index d5153b6..2a62779 100644 --- a/arch/arm/mach

[PATCH 5/5] OMAP: Make set_gpmc_timing_reg aware of the TIMEPARAGRANULARITY flag

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/mach-omap2/gpmc.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index 5bc3ca0..9fa80e3 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b

Re: [PATCH 1/5] OMAP: Add in helper macros for the SDRAM timings

2010-04-06 Thread Laine Walker-Avina
(a)           (((a) 0x1f) 27) similar to all others. -- balbi I'll do it, however checkpatch.pl didn't flag that as a warning. -- Laine Walker-Avina Firmware Engineer PASCO scientific -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

[PATCH v2 1/5] OMAP: Add in helper macros for the SDRAM timings

2010-04-06 Thread Laine Walker-Avina
Signed-off-by: Laine Walker-Avina lwalk...@ieee.org --- arch/arm/plat-omap/include/plat/sdrc.h | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/sdrc.h b/arch/arm/plat-omap/include/plat/sdrc.h index 7b76f50..c74d1e7

OMAP3 EHCI USB on Beagleboard

2009-07-30 Thread Laine Walker-Avina
until reboot. Any ideas what's going on? I'm using the current master branch of the omap git repo. Thanks, Laine Walker-Avina -- 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

Re: OMAP3 EHCI USB on Beagleboard

2009-07-30 Thread Laine Walker-Avina
self powered USB hub, or direct connect ? Also is it a high spped device, I think the transaction translator can only support high speed, but have not verified that. Thanks, Laine Walker-Avina It's a high speed, self-powered hub, with various devices connected. -Laine -- To unsubscribe from