Re: [PATCHv2 5/6] pinctrl: mcp23s08: add pinconf support

2017-05-10 Thread Enric Balletbo i Serra
On 27/04/17 16:19, Sebastian Reichel wrote: > mcp23xxx device have configurable 100k pullup resistors. This adds > support for enabling them using pinctrl's pinconf interface. > > Signed-off-by: Sebastian Reichel > --- > drivers/pinctrl/Kconfig| 1 + > drivers/pinctrl/pinctrl-mcp2

[PATCHv2 5/6] pinctrl: mcp23s08: add pinconf support

2017-04-27 Thread Sebastian Reichel
mcp23xxx device have configurable 100k pullup resistors. This adds support for enabling them using pinctrl's pinconf interface. Signed-off-by: Sebastian Reichel --- drivers/pinctrl/Kconfig| 1 + drivers/pinctrl/pinctrl-mcp23s08.c | 199 - 2 files