Re: State of SDP4430 platform

2011-02-06 Thread Russell King - ARM Linux
On Mon, Jan 17, 2011 at 03:37:34PM +0530, Santosh Shilimkar wrote: The I2C timeout issue I could reproduce on my ES1.0 board. It's ES1.0 specific issue because I2C burst mode wasn't fuctional on it. Twl RTC driver uses I2C burst mode and hence it times out. Other TWL I2C module has no such

How to completely switch off LCD backlight

2011-02-06 Thread Elvis Dowson
Hi, I've got LCD backlight brightness control working with a custom beagleboard design, with the LCD backlight pwm control signal connected to OMAP3503's gpt9_pwm_evt timer. GPIO 96 is connected to the LCD LED enable pin for controlling the on/off for the LCD backlight. I also see a

Re: How to completely switch off LCD backlight

2011-02-06 Thread Grant Erickson
On 2/6/11 9:09 AM, Elvis Dowson wrote: I've got LCD backlight brightness control working with a custom beagleboard design, with the LCD backlight pwm control signal connected to OMAP3503's gpt9_pwm_evt timer. GPIO 96 is connected to the LCD LED enable pin for controlling the on/off

Re: How to completely switch off LCD backlight

2011-02-06 Thread Elvis Dowson
Hi Grant, Thanks for the reply. On Feb 6, 2011, at 9:30 PM, Grant Erickson wrote: The following script should be instructive: device=/sys/devices/platform/pwm-backlight.0/backlight/pwm-backlight.0 For me, this is located in /sys/class/backlight/beagleboard and

Re: How to completely switch off LCD backlight

2011-02-06 Thread Gregoire Gentil
If you are not using it, put .reset_gpio = 96 in your board file for the DSS2 structure. Then echo 1/0 .../fb0/blank will do the trick to turn on/off your screen, Grégoire On Sun, 2011-02-06 at 21:53 +0400, Elvis Dowson wrote: Hi Grant, Thanks for the reply. On Feb 6,

Re: How to completely switch off LCD backlight

2011-02-06 Thread Grant Erickson
On 2/6/11 9:53 AM, Elvis Dowson wrote: On Feb 6, 2011, at 9:30 PM, Grant Erickson wrote: The following script should be instructive: device=/sys/devices/platform/pwm-backlight.0/backlight/pwm-backlight.0 For me, this is located in /sys/class/backlight/beagleboard and bl_power is

Re: [PATCH v2 1/9] omap4: powerdomain: Add supported INACTIVE power state

2011-02-06 Thread Paul Walmsley
Hi On Fri, 4 Feb 2011, Santosh Shilimkar wrote: On OMAP4, one can explicitly program INACTIVE as the power state of the logic area inside the power domain. Techincally PD state programmed to ON and if all the clock domains within the PD are idled, is equivalent tp PD programmed to INACTIVE

Re: How to completely switch off LCD backlight

2011-02-06 Thread Elvis Dowson
Hi Grant, On Feb 6, 2011, at 10:58 PM, Grant Erickson wrote: The generic PWM device is then handling the level then the enable GPIO is asserted (which, again, you are controlling in your notify callback). Where can I get the souces or patches for the generic PWM device for omap3503? Right

Re: How to completely switch off LCD backlight

2011-02-06 Thread Elvis Dowson
On Feb 7, 2011, at 12:42 AM, Elvis Dowson wrote: Where can I get the souces or patches for the generic PWM device for omap3503? Right now in my android-2.6.32 kernel config, I do not have a HAVE_PWM option, to enable leds-pwm. My bad, that link you sent me had the required patches. Elvis

Re: [PATCH 03/20] mach-omap2: smartreflex: world-writable debugfs voltage files

2011-02-06 Thread Menon, Nishanth
On Sat, Feb 5, 2011 at 04:24, Kevin Hilman khil...@ti.com wrote: Vasiliy Kulikov seg...@openwall.com writes: Don't allow everybody to change voltage settings. Signed-off-by: Vasiliy Kulikov seg...@openwall.com ---  Cannot compile the driver, so it is not tested at all. Acked-by: Kevin

Re: [PATCH v2 01/13] OMAP: hwmod: Add member 'name' to omap_hwmod_addr_space struct

2011-02-06 Thread ABRAHAM, KISHON VIJAY
On Sat, Feb 5, 2011 at 3:46 AM, Kevin Hilman khil...@ti.com wrote: Cousson, Benoit b-cous...@ti.com writes: On 2/4/2011 8:45 PM, Hilman, Kevin wrote: Kishon Vijay Abraham Ikis...@ti.com  writes: Adds a structure member 'name' to 'omap_hwmod_addr_space' structure. The drivers can use

RE: State of SDP4430 platform

2011-02-06 Thread Santosh Shilimkar
-Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Sunday, February 06, 2011 3:19 PM To: Santosh Shilimkar Cc: Paul Walmsley; linux-omap@vger.kernel.org Subject: Re: State of SDP4430 platform On Mon, Jan 17, 2011 at 03:37:34PM +0530, Santosh

Re: State of SDP4430 platform

2011-02-06 Thread Krishnamoorthy, Balaji T
On Sun, Feb 6, 2011 at 3:19 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: lm75 3-0048: hwmon0: sensor 'tmp105' omap_i2c omap_i2c.1: controller timed out omap_i2c omap_i2c.1: controller timed out omap_i2c omap_i2c.2: controller timed out omap_i2c omap_i2c.2: controller timed out

RE: [PATCH v2 1/9] omap4: powerdomain: Add supported INACTIVE power state

2011-02-06 Thread Santosh Shilimkar
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Monday, February 07, 2011 2:12 AM To: Santosh Shilimkar Cc: linux-omap@vger.kernel.org; khil...@ti.com; b-cous...@ti.com; rna...@ti.com; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH v2 1/9] omap4: