Re: [PATCH v7 01/17] x86: apl: Add pinctrl driver

2019-12-14 Thread Bin Meng
On Tue, Dec 10, 2019 at 10:06 PM Bin Meng wrote: > > On Mon, Dec 9, 2019 at 8:32 AM Simon Glass wrote: > > > > Add a driver for the Apollo Lake pinctrl. This mostly makes use of the > > common Intel pinctrl support. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v7: > > - Drop

Re: [PATCH v7 01/17] x86: apl: Add pinctrl driver

2019-12-10 Thread Bin Meng
On Mon, Dec 9, 2019 at 8:32 AM Simon Glass wrote: > > Add a driver for the Apollo Lake pinctrl. This mostly makes use of the > common Intel pinctrl support. > > Signed-off-by: Simon Glass > --- > > Changes in v7: > - Drop Glacier Lake code > - Fix value of GPIO_28_IRQ > - Update Kconfig to avoid

[PATCH v7 01/17] x86: apl: Add pinctrl driver

2019-12-08 Thread Simon Glass
Add a driver for the Apollo Lake pinctrl. This mostly makes use of the common Intel pinctrl support. Signed-off-by: Simon Glass --- Changes in v7: - Drop Glacier Lake code - Fix value of GPIO_28_IRQ - Update Kconfig to avoid using def_bool Changes in v6: None Changes in v5: None Changes in v4: