Re: [PATCH 6/7] ARM: omap: abb: init & transition functions

2012-10-03 Thread Dimitar Dimitrov
On Wed, Oct 3, 2012 at 6:26 PM, Mike Turquette wrote: > The Adaptive Body-Bias ldo can be set to bypass, Forward Body-Bias or > Reverse Body-Bias during a voltage transition. The ABB programming > sequence depends on whether voltage is scaling up or down. > > This patch implements the Adaptive Bo

[PATCH v3] OMAPDSS: Fix IRQ unregister race

2012-09-10 Thread Dimitar Dimitrov
solution should satisfy one of the original intentions of the driver: callbacks should be able to unregister themselves. Also fix DSI IRQ unregister which has similar logic to DISPC IRQ handling. Cc: stable Signed-off-by: Dimitar Dimitrov --- Changes since v2: - Fix formatting per Tomi

Re: [RFC PATCH v2] OMAPDSS: Fix IRQ unregister race

2012-09-10 Thread Dimitar Dimitrov
On Monday 10 September 2012 10:49:05 Tomi Valkeinen wrote: > On Sat, 2012-09-08 at 18:05 +0300, Dimitar Dimitrov wrote: > > Very rare kernel crashes are reported on a custom OMAP4 board. Kernel > > panics due to corrupted completion structure while executing > > >

[RFC PATCH v2] OMAPDSS: Fix IRQ unregister race

2012-09-08 Thread Dimitar Dimitrov
solution should satisfy one of the original intentions of the driver: callbacks should be able to unregister themselves. Also fix DSI IRQ unregister which has similar logic to DISPC IRQ handling. Signed-off-by: Dimitar Dimitrov --- WARNING: This bug is quite old. The patch has been tested on v3.0

Re: [RFC PATCH] OMAPDSS: DISPC: Fix IRQ unregister race

2012-09-07 Thread Dimitar Dimitrov
Hi, On Thursday 06 September 2012 16:36:54 Tomi Valkeinen wrote: > Hi, > > On Sun, 2012-09-02 at 22:12 +0300, Dimitar Dimitrov wrote: > > Very rare kernel crashes are reported on a custom OMAP4 board. Kernel > > panics due to corrupted completion stru

[RFC PATCH] OMAPDSS: DISPC: Fix IRQ unregister race

2012-09-02 Thread Dimitar Dimitrov
solution should satisfy one of the original intentions of the driver: callbacks should be able to unregister themselves. Signed-off-by: Dimitar Dimitrov --- WARNING: This bug is quite old. The patch has been tested on v3.0. No testing has been done after rebasing to v3.6. Hence the RFC tag

Re: DSS: kernel p-android-3.0 hangs when omapdss.debug is enabled.

2012-09-02 Thread Dimitar Dimitrov
On Sunday 02 September 2012 20:33:28 Chris Hoffmann wrote: > On 09/02/2012 06:35 PM, Dimitar Dimitrov wrote: > > On Sunday 02 September 2012 15:25:09 Christian Hoffmann wrote: > >> Hi, > >> > >> we're currently porting a 2.6.35 android kernel for a custom

Re: DSS: kernel p-android-3.0 hangs when omapdss.debug is enabled.

2012-09-02 Thread Dimitar Dimitrov
On Sunday 02 September 2012 15:25:09 Christian Hoffmann wrote: > Hi, > > we're currently porting a 2.6.35 android kernel for a custom omap4430 > board (aka nook tablet) to version 3.0.x. We're experiencing random > hangs with no trace in the dmesg/last_kmsg or on serial console. Being > desperate