[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <55153091.6040400@linaro.org>
Date: Fri, 27 Mar 2015 12:27:29 +0200
From: "Grygorii.Strashko@...aro.org" <grygorii.strashko@...aro.org>
To: grygorii.strashko@...aro.org,
Javier Martinez Canillas <javier@...hile0.org>,
Linus Walleij <linus.walleij@...aro.org>,
Alexandre Courbot <gnurou@...il.com>, ssantosh@...nel.org,
Kevin Hilman <khilman@...prootsystems.com>, tony@...mide.com
CC: linux-omap@...r.kernel.org, linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 0/8] gpio: omap: cleanup: get rid of system GPIO <->
GPIO offset converseations
On 03/23/2015 02:18 PM, grygorii.strashko@...aro.org wrote:
> From: Grygorii Strashko <grygorii.strashko@...aro.org>
>
> Now in TI OMAP GPIO driver there are a lot of places where
> System GPIO number calculated and then converted to GPIO offset.
> What is worse is that in many place such conversation performed twice
> or even three times. But actually, we don't need to do that at all, because
> - gpiolib always passes GPIO offset to GPIO controller
> - OMAP GPIO driver converted to use IRQ domain, so
> struct irq_data->hwirq contains GPIO offset
>
> Hence, it is safe to convert all GPIO OMAP functions to use GPIO
> offset instead of system GPIO numbers. Also, this allows to remove
> unneeded conversations routines
> #define GPIO_INDEX(bank, gpio)
> #define GPIO_BIT(bank, gpio)
> int omap_irq_to_gpio()
>
> Tested on:
> - dra7-evm.
> - omap1 (osk5912), 770 and E3.
>
> Last two patches have to be tested on OMAP1:
> - gpio: omap: get rid of omap_irq_to_gpio()
> - gpio: omap: get rid of GPIO_INDEX() macro
>
> Based on top of Linux 4.0-rc4 plus patch
> '[PATCH 1/2] gpio: omap: irq_shutdown: remove unnecessary call of gpiochip_unlock_as_irq'
> http://www.spinics.net/lists/linux-omap/msg116482.html
>
> Changes in v2:
> - fixed build failure with Patch 5, no functional code
> changes.
>
> Tested-by: Tony Lindgren <tony@...mide.com>
> Tested-by: Aaro Koskinen <aaro.koskinen@....fi>
> Acked-by: Santosh Shilimkar <ssantosh@...nel.org>
> Acked-by: Javier Martinez Canillas <javier@...hile0.org>
>
Thanks Linus.
regards,
-grygorii
--
regards,
-grygorii
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists