On Mon, Mar 23, 2015 at 1:18 PM,  <grygorii.stras...@linaro.org> wrote:

> From: Grygorii Strashko <grygorii.stras...@linaro.org>
>
> Convert debounce functions to use GPIO offset instead of system
> GPIO numbers. This allows to drop unneeded conversations between
> system GPIO <-> GPIO offset which are done in many places and
> many times.
> It is safe to do now because:
> - gpiolib always passes GPIO offset to GPIO controller
> - OMAP GPIO driver converted to use IRQ domain
>
> This is preparation step before removing:
>  #define GPIO_INDEX(bank, gpio)
>  #define GPIO_BIT(bank, gpio)
>  int omap_irq_to_gpio()
>
> Tested-by: Tony Lindgren <t...@atomide.com>
> Tested-by: Aaro Koskinen <aaro.koski...@iki.fi>
> Acked-by: Santosh Shilimkar <ssant...@kernel.org>
> Acked-by: Javier Martinez Canillas <jav...@dowhile0.org>
> Signed-off-by: Grygorii Strashko <grygorii.stras...@linaro.org>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to