Re: [PATCH v6 20/25] gpio/omap: skip operations in runtime callbacks

2011-09-06 Thread Kevin Hilman
Tarun Kanti DebBarma tarun.ka...@ti.com writes: Most operations within runtime callbacks should be skipped when *_runtime_get_sync() and *_runtime_put_sync() are called in probe(), *_gpio_request() and *_gpio_free(). Why? (again, I know the answer, but should be described in the changelog

Re: [PATCH v6 20/25] gpio/omap: skip operations in runtime callbacks

2011-09-06 Thread DebBarma, Tarun Kanti
On Wed, Sep 7, 2011 at 5:24 AM, Kevin Hilman khil...@ti.com wrote: Tarun Kanti DebBarma tarun.ka...@ti.com writes: Most operations within runtime callbacks should be skipped when *_runtime_get_sync() and *_runtime_put_sync() are called in probe(), *_gpio_request() and *_gpio_free(). Why?

[PATCH v6 20/25] gpio/omap: skip operations in runtime callbacks

2011-08-31 Thread Tarun Kanti DebBarma
Most operations within runtime callbacks should be skipped when *_runtime_get_sync() and *_runtime_put_sync() are called in probe(), *_gpio_request() and *_gpio_free(). We just need clock enable/disable. Signed-off-by: Tarun Kanti DebBarma tarun.ka...@ti.com Reviewed-by: Santosh Shilimkar