Re: [PATCH 1/2] Add pin list based GPIO ranges

2013-06-14 Thread Patrice CHOTARD
On 06/13/2013 02:55 PM, Christian Ruppert wrote: > Traditionally, GPIO ranges are based on consecutive ranges of both GPIO > and pin numbers. This patch allows for GPIO ranges with arbitrary lists > of pin numbers. > > Signed-off-by: Christian Ruppert > --- > drivers/pinctrl/core.c |

Re: [PATCH 1/2] Add pin list based GPIO ranges

2013-06-13 Thread Linus Walleij
On Thu, Jun 13, 2013 at 2:55 PM, Christian Ruppert wrote: > Traditionally, GPIO ranges are based on consecutive ranges of both GPIO > and pin numbers. This patch allows for GPIO ranges with arbitrary lists > of pin numbers. > > Signed-off-by: Christian Ruppert I really like this patch and it se

[PATCH 1/2] Add pin list based GPIO ranges

2013-06-13 Thread Christian Ruppert
Traditionally, GPIO ranges are based on consecutive ranges of both GPIO and pin numbers. This patch allows for GPIO ranges with arbitrary lists of pin numbers. Signed-off-by: Christian Ruppert --- drivers/pinctrl/core.c | 59 -- include/linux/pinctr