[U-Boot] [PATCH v5 081/101] x86: Add a generic Intel GPIO driver

2019-11-24 Thread Simon Glass
Add a GPIO driver which uses the pinctrl driver to access the pad information. This driver relies on the GPIO nodes being subnodes to the pinctrl device. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None .../gpio/intel,apl-gpio.txt

Re: [U-Boot] [PATCH v5 081/101] x86: Add a generic Intel GPIO driver

2019-12-01 Thread Bin Meng
Hi Simon, On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > Add a GPIO driver which uses the pinctrl driver to access the pad > information. This driver relies on the GPIO nodes being subnodes to the > pinctrl device. > > Signed-off-by: Simon Glass > --- > > Changes in v5: None > Changes i