Re: [PATCH v4 2/2] pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driver

2018-08-02 Thread Linus Walleij
Hi Tomer, this is starting to look really good! Please try this with my patch and drop the new DIR_INV flag that I think we do not need anymore after that. Other small bits: On Mon, Jul 30, 2018 at 1:04 PM Tomer Maimon wrote: > +/* Structure for register banks */ > +struct npcm7xx_gpio { > +

[PATCH v4 2/2] pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driver

2018-07-30 Thread Tomer Maimon
Add Nuvoton BMC NPCM750/730/715/705 Pinmux and GPIO controller driver. Signed-off-by: Tomer Maimon --- drivers/pinctrl/Kconfig |1 + drivers/pinctrl/Makefile |1 + drivers/pinctrl/nuvoton/Kconfig | 12 + drivers/pinctrl/nuvoton/Makefile