[PATCH 1/2] arm: omap3: pm34xx.c: Fix omap3_pm_init() error out paths

2012-03-15 Thread Mark A. Greer
From: "Mark A. Greer" It appears that the error paths were overlooked when the omap3_pm_init() routine had the prcm chain handler code added. Fix this by adding a goto target and reordering the error handling code. Also fix how the irq argument for free_irq() is determined. CC: Tero Kristo Si

[PATCH 2/2] arm: omap3: pm34xx.c: Replace printk() with appropriate pr_*()

2012-03-15 Thread Mark A. Greer
From: "Mark A. Greer" Currently, pm34xx.c has a mix of printk() and pr_*() statements so replace the printk() statements with the equivalent pr_*() statements. Signed-off-by: Mark A. Greer --- arch/arm/mach-omap2/pm34xx.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-

Re: [PATCH 2/2] OMAPDSS: DISPC: Handle synclost errors in OMAP3

2012-03-15 Thread Ville Syrjälä
On Thu, Mar 15, 2012 at 05:18:52PM +0530, Chandrabhanu Mahapatra wrote: > In OMAP3 DISPC video overlays suffer from some undocumented horizontal > position > and timing related limitations leading to SYNCLOST errors. Whenever the image > window is moved towards the right of the screen SYNCLOST err

Re: [PATCH 1/2] ARM: OMAP: powerdomain: Wait for powerdomain transition in pwrdm_state_switch()

2012-03-15 Thread Tony Lindgren
* Paul Walmsley [120315 16:04]: > On Thu, 15 Mar 2012, Tony Lindgren wrote: > > > * Paul Walmsley [120315 10:35]: > > > On Mon, 12 Mar 2012, Santosh Shilimkar wrote: > > > > > > > Commit b1cbdb00d{OMAP: clockdomain: Wait for powerdomain to be ON > > > > when using clockdomain force wakeup} was

Re: [PATCH 1/2] ARM: OMAP: powerdomain: Wait for powerdomain transition in pwrdm_state_switch()

2012-03-15 Thread Paul Walmsley
On Thu, 15 Mar 2012, Tony Lindgren wrote: > It seems that I need this patch plus need to undo the wrong > serial muxing in commit 7496ba30 (ARM: OMAP2+: UART: Add default mux > for all uarts) to make my zoom3 boot reliably. Okay. Well want to take the powerdomain patch for the v3.3-rc series th

Re: [PATCH 1/2] ARM: OMAP: powerdomain: Wait for powerdomain transition in pwrdm_state_switch()

2012-03-15 Thread Tony Lindgren
* Paul Walmsley [120315 16:36]: > On Thu, 15 Mar 2012, Tony Lindgren wrote: > > > It seems that I need this patch plus need to undo the wrong > > serial muxing in commit 7496ba30 (ARM: OMAP2+: UART: Add default mux > > for all uarts) to make my zoom3 boot reliably. > > Okay. Well want to take t

Re: [PATCH] of: Add generic device tree DMA helpers

2012-03-15 Thread Nicolas Pitre
On Thu, 15 Mar 2012, Russell King - ARM Linux wrote: > I really don't like these behind-the-scenes discussions which never then > get followed up in public, and people then start quoting what was "agreed" > as that's the way things must be done. > > It's a bit like folk at the recent Linaro Conne

Re: [PATCH] mmc: omap_hsmmc: set dto to 14 for all devices

2012-03-15 Thread Chris Ball
Hi Paul, On Mon, Mar 12 2012, Paul Walmsley wrote: > I don't think this is the right fix. Steve Sakoman and I discussed this a > few months ago -- we did some debugging and Steve observed the timeouts on > multiple block writes (0x19): > [...] > So perhaps something like the following patch ins

Re: [PATCH RESEND 1/8] mmc: omap: Enable Auto CMD12

2012-03-15 Thread S, Venkatraman
On Thu, Mar 15, 2012 at 8:27 PM, Felipe Balbi wrote: > On Thu, Mar 15, 2012 at 08:03:35PM +0530, Venkatraman S wrote: >> From: Balaji T K >> >> Enable Auto-CMD12 for multi block read/write on HSMMC >> Tested on OMAP4430, OMAP3430 and OMAP2430 SDP >> >> Signed-off-by: Balaji T K > > BTW, since pa

<    1   2