Re: [PATCH v6 080/102] x86: Add a generic Intel pinctrl driver

2019-12-08 Thread Bin Meng
On Sun, Dec 8, 2019 at 3:59 PM Bin Meng wrote: > > On Sat, Dec 7, 2019 at 12:52 PM Simon Glass wrote: > > > > Recent Intel SoCs share a pinctrl mechanism with many common elements. Add > > an implementation of this core functionality, allowing SoC-specific > > drivers to avoid adding common code.

Re: [PATCH v6 080/102] x86: Add a generic Intel pinctrl driver

2019-12-08 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:52 PM Simon Glass wrote: > > Recent Intel SoCs share a pinctrl mechanism with many common elements. Add > an implementation of this core functionality, allowing SoC-specific > drivers to avoid adding common code. > > As well as a pinctrl driver this provides a GPIO driver

[PATCH v6 080/102] x86: Add a generic Intel pinctrl driver

2019-12-06 Thread Simon Glass
Recent Intel SoCs share a pinctrl mechanism with many common elements. Add an implementation of this core functionality, allowing SoC-specific drivers to avoid adding common code. As well as a pinctrl driver this provides a GPIO driver based on the same code. Once other SoCs use this driver we ma