Re: [U-Boot] [PATCH v3] gpio: add gpio-hog support

2019-06-04 Thread Heiko Schocher
Hello Patrick, Am 04.06.2019 um 13:49 schrieb Patrick DELAUNAY: Hi Heiko, add gpio-hog support. GPIO hogging is a mechanism providing automatic GPIO request and configuration as part of the gpio-controller's driver probe function. for more infos see: doc/device-tree-bindings/gpio/gpio.txt

Re: [U-Boot] [PATCH v3] gpio: add gpio-hog support

2019-06-04 Thread Patrick DELAUNAY
Hi Heiko, > > add gpio-hog support. GPIO hogging is a mechanism providing automatic GPIO > request and configuration as part of the gpio-controller's driver probe > function. > > for more infos see: > doc/device-tree-bindings/gpio/gpio.txt > > Signed-off-by: Heiko Schocher It seens the hog f

[U-Boot] [PATCH v3] gpio: add gpio-hog support

2019-05-29 Thread Heiko Schocher
add gpio-hog support. GPIO hogging is a mechanism providing automatic GPIO request and configuration as part of the gpio-controller's driver probe function. for more infos see: doc/device-tree-bindings/gpio/gpio.txt Signed-off-by: Heiko Schocher --- clean travis build, see result: https://travi