Re: [PATCH] gpio-mcp23s08: i2c: auto-select base if no DT match or platform data

2013-08-16 Thread Linus Walleij
On Fri, Jul 19, 2013 at 6:19 AM, Daniel M. Weeks wrote: > The call to gpiochip_add made by this driver is capable of auto-selecting a > base if one is not provided. However, it was not called unless there was > already a DT entry or platform data. This patch calls it even if the base is > not alr

Re: gpio-mcp23s08: i2c: auto-select base if no DT match or platform data

2013-07-29 Thread Lars Poeschel
On Friday 19 July 2013 at 06:19:58, Daniel M. Weeks wrote: > The call to gpiochip_add made by this driver is capable of > auto-selecting a base if one is not provided. However, it was not > called unless there was already a DT entry or platform data. This patch > calls it even if the base is not al

Re: [PATCH] gpio-mcp23s08: i2c: auto-select base if no DT match or platform data

2013-07-20 Thread Linus Walleij
On Fri, Jul 19, 2013 at 6:19 AM, Daniel M. Weeks wrote: > The call to gpiochip_add made by this driver is capable of auto-selecting a > base if one is not provided. However, it was not called unless there was > already a DT entry or platform data. This patch calls it even if the base is > not alr

[PATCH] gpio-mcp23s08: i2c: auto-select base if no DT match or platform data

2013-07-18 Thread Daniel M. Weeks
The call to gpiochip_add made by this driver is capable of auto-selecting a base if one is not provided. However, it was not called unless there was already a DT entry or platform data. This patch calls it even if the base is not already known so that gpiochip_add can attempt to find a usable base.