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

2019-07-15 Thread Tom Rini
On Mon, Jul 15, 2019 at 08:21:57AM +0200, Heiko Schocher wrote: > Hello Tom, > > Am 14.07.2019 um 15:08 schrieb Tom Rini: > >On Wed, Jun 12, 2019 at 06:11:46AM +0200, Heiko Schocher wrote: > > > >>add gpio-hog support. GPIO hogging is a mechanism > >>providing automatic GPIO request and configurat

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

2019-07-14 Thread Heiko Schocher
Hello Tom, Am 14.07.2019 um 15:08 schrieb Tom Rini: On Wed, Jun 12, 2019 at 06:11:46AM +0200, Heiko Schocher wrote: 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:

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

2019-07-14 Thread Heiko Schocher
Hello Simon, Am 12.07.2019 um 23:11 schrieb Simon Glass: Hi Heiko, On Wed, 26 Jun 2019 at 22:12, Heiko Schocher wrote: Hello Simon, Am 26.06.2019 um 17:07 schrieb Simon Glass: Hi Heiko, On Mon, 24 Jun 2019 at 00:16, Heiko Schocher wrote: Hello Simon, Am 22.06.2019 um 21:09 schrieb Sim

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

2019-07-14 Thread Tom Rini
On Wed, Jun 12, 2019 at 06:11:46AM +0200, Heiko Schocher wrote: > 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 v4] gpio: add gpio-hog support

2019-07-12 Thread Simon Glass
Hi Heiko, On Wed, 26 Jun 2019 at 22:12, Heiko Schocher wrote: > > Hello Simon, > > Am 26.06.2019 um 17:07 schrieb Simon Glass: > > Hi Heiko, > > > > On Mon, 24 Jun 2019 at 00:16, Heiko Schocher wrote: > >> > >> Hello Simon, > >> > >> Am 22.06.2019 um 21:09 schrieb Simon Glass: > >>> Hi Heiko, >

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

2019-07-07 Thread Heiko Schocher
Hello Simon, gentle ping to my questions only ... hope I did not missed an answer from you ... Am 27.06.2019 um 06:12 schrieb Heiko Schocher: Hello Simon, Am 26.06.2019 um 17:07 schrieb Simon Glass: Hi Heiko, On Mon, 24 Jun 2019 at 00:16, Heiko Schocher wrote: Hello Simon, Am 22.06.2019

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

2019-06-26 Thread Heiko Schocher
Hello Simon, Am 26.06.2019 um 17:07 schrieb Simon Glass: Hi Heiko, On Mon, 24 Jun 2019 at 00:16, Heiko Schocher wrote: Hello Simon, Am 22.06.2019 um 21:09 schrieb Simon Glass: Hi Heiko, On Wed, 12 Jun 2019 at 05:12, Heiko Schocher wrote: add gpio-hog support. GPIO hogging is a mechanis

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

2019-06-26 Thread Simon Glass
Hi Heiko, On Mon, 24 Jun 2019 at 00:16, Heiko Schocher wrote: > > Hello Simon, > > Am 22.06.2019 um 21:09 schrieb Simon Glass: > > Hi Heiko, > > > > On Wed, 12 Jun 2019 at 05:12, Heiko Schocher wrote: > >> > >> add gpio-hog support. GPIO hogging is a mechanism > >> providing automatic GPIO reque

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

2019-06-25 Thread Patrick DELAUNAY
Hi Heiko, > From: Heiko Schocher > Sent: samedi 22 juin 2019 07:32 > > Hello Patrick, > > Am 21.06.2019 um 18:09 schrieb Patrick DELAUNAY: > > Hi Mickael > > > >> Subject: Re: [PATCH v4] gpio: add gpio-hog support > >> Importance: High > >> > >> On 12. 06. 19 6:11, Heiko Schocher wrote: > >>> a

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

2019-06-24 Thread Heiko Schocher
Hello Simon, Am 22.06.2019 um 21:09 schrieb Simon Glass: Hi Heiko, On Wed, 12 Jun 2019 at 05:12, Heiko Schocher wrote: 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

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

2019-06-22 Thread Simon Glass
Hi Heiko, On Wed, 12 Jun 2019 at 05:12, Heiko Schocher wrote: > > 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 > > S

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

2019-06-21 Thread Heiko Schocher
Hello Patrick, Am 21.06.2019 um 18:09 schrieb Patrick DELAUNAY: Hi Mickael Subject: Re: [PATCH v4] gpio: add gpio-hog support Importance: High On 12. 06. 19 6:11, Heiko Schocher wrote: add gpio-hog support. GPIO hogging is a mechanism providing automatic GPIO request and configuration as par

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

2019-06-21 Thread Patrick DELAUNAY
Hi Mickael > Subject: Re: [PATCH v4] gpio: add gpio-hog support > Importance: High > > On 12. 06. 19 6:11, Heiko Schocher wrote: > > 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.

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

2019-06-12 Thread Michal Simek
On 12. 06. 19 6:11, Heiko Schocher wrote: > 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 Sc

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

2019-06-11 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