Re: [PATCH 2/5] pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver

2018-05-09 Thread Amelie DELAUNAY
On 04/26/2018 02:48 PM, Linus Walleij wrote: > On Wed, Apr 11, 2018 at 11:47 AM, Amelie Delaunay > wrote: > > Hi Amelie, thanks for your patch! > Hi Linus, thanks for reviewing! >> This patch adds pinctrl/GPIO driver for STMicroelectronics >> Multi-Function eXpander (STMFX) GPIO expander. >> S

Re: [PATCH 2/5] pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver

2018-04-26 Thread Linus Walleij
On Wed, Apr 11, 2018 at 11:47 AM, Amelie Delaunay wrote: Hi Amelie, thanks for your patch! > This patch adds pinctrl/GPIO driver for STMicroelectronics > Multi-Function eXpander (STMFX) GPIO expander. > STMFX is an I2C slave controller, offering up to 24 GPIOs. > The driver relies on generic pin

Re: [PATCH 2/5] pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver

2018-04-11 Thread kbuild test robot
Hi Amelie, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on v4.16] [cannot apply to next-20180411] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://git

[PATCH 2/5] pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver

2018-04-11 Thread Amelie Delaunay
This patch adds pinctrl/GPIO driver for STMicroelectronics Multi-Function eXpander (STMFX) GPIO expander. STMFX is an I2C slave controller, offering up to 24 GPIOs. The driver relies on generic pin config interface to configure the GPIOs. Signed-off-by: Amelie Delaunay --- drivers/pinctrl/Kconfi