Re: [PATCH 0/8] gpio: omap: cleanup: get rid of system GPIO <-> GPIO offset converseations

2015-03-22 Thread Aaro Koskinen
Hi, On Fri, Mar 20, 2015 at 05:11:23PM +0200, grygorii.stras...@linaro.org wrote: > On 03/20/2015 01:00 AM, Tony Lindgren wrote: > > * grygorii.stras...@linaro.org [150319 > > 10:26]: > >> From: Grygorii Strashko > >> Now in TI OMAP GPIO driver there are a lot of places where > >> System GPIO n

Re: [PATCH 0/8] gpio: omap: cleanup: get rid of system GPIO <-> GPIO offset converseations

2015-03-20 Thread grygorii.stras...@linaro.org
On 03/20/2015 01:00 AM, Tony Lindgren wrote: > * grygorii.stras...@linaro.org [150319 10:26]: >> From: Grygorii Strashko >> >> 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

Re: [PATCH 0/8] gpio: omap: cleanup: get rid of system GPIO <-> GPIO offset converseations

2015-03-19 Thread Tony Lindgren
* grygorii.stras...@linaro.org [150319 10:26]: > From: Grygorii Strashko > > 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

[PATCH 0/8] gpio: omap: cleanup: get rid of system GPIO <-> GPIO offset converseations

2015-03-19 Thread grygorii.strashko
From: Grygorii Strashko 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 - g