Re: [PATCH v3 2/2] Input: ads7846: use gpio_request_one to configure pendown_gpio

2011-02-05 Thread Igor Grinberg
> On Fri, Feb 4, 2011 at 9:00 PM, Igor Grinberg wrote: >> >> On 02/04/11 17:11, Poddar, Sourav wrote: >> >>> On Fri, Feb 4, 2011 at 8:17 PM, Igor Grinberg >>> wrote: On 02/04/11 16:16, G, Manjunath Kondaiah wrote: > On Fri, Feb 04, 2011 at 03:08:47PM +0100, Wolfram Sang wrote:

Re: [PATCH] i2c: OMAP: fix static suspend vs. runtime suspend

2011-02-05 Thread Ben Dooks
On Thu, Jan 27, 2011 at 04:18:41PM -0800, Kevin Hilman wrote: > When runtime PM is enabled, each OMAP i2c device is suspended after > each i2c xfer. However, there are two cases when the static suspend > methods must be used to ensure the devices are suspended: > > 1) runtime PM is disabled, eith

[PATCH] omap2plus: smartreflex: remove sr debug directory in omap_sr_remove()

2011-02-05 Thread Anand S Sawant
omap_sr_probe() creates the smartreflex debug directory and its underlying nvalue debug directory. These directories are removed in omap_sr_remove(). Basic smartreflex functionality tested on OMAP3630 Zoom3 & OMAP4430 SDP Signed-off-by: Anand S Sawant --- arch/arm/mach-omap2/smartreflex.c | 2