Re: [U-Boot] [PATCH] i2c: muxes: pca954x: Add support for GPIO reset line

2017-09-12 Thread Simon Glass
+Tom for question below Hi Moritz, On 8 September 2017 at 23:27, Moritz Fischer wrote: > Hi Simon, > > On Fri, Sep 8, 2017 at 9:55 PM, Simon Glass wrote: >> On 5 September 2017 at 12:24, Moritz Fischer >> wrote: >>> This commit adds support for GPIO reset lines matching the >>> common linux "

Re: [U-Boot] [PATCH] i2c: muxes: pca954x: Add support for GPIO reset line

2017-09-08 Thread Moritz Fischer
Hi Simon, On Fri, Sep 8, 2017 at 9:55 PM, Simon Glass wrote: > On 5 September 2017 at 12:24, Moritz Fischer wrote: >> This commit adds support for GPIO reset lines matching the >> common linux "reset-gpios" devicetree binding. >> >> Signed-off-by: Moritz Fischer >> Cc: Heiko Schocher >> Cc: St

Re: [U-Boot] [PATCH] i2c: muxes: pca954x: Add support for GPIO reset line

2017-09-08 Thread Simon Glass
On 5 September 2017 at 12:24, Moritz Fischer wrote: > This commit adds support for GPIO reset lines matching the > common linux "reset-gpios" devicetree binding. > > Signed-off-by: Moritz Fischer > Cc: Heiko Schocher > Cc: Stefan Roese > Cc: Marek BehĂșn > Cc: Simon Glass > Cc: Michal Simek >

[U-Boot] [PATCH] i2c: muxes: pca954x: Add support for GPIO reset line

2017-09-05 Thread Moritz Fischer
This commit adds support for GPIO reset lines matching the common linux "reset-gpios" devicetree binding. Signed-off-by: Moritz Fischer Cc: Heiko Schocher Cc: Stefan Roese Cc: Marek BehĂșn Cc: Simon Glass Cc: Michal Simek --- drivers/i2c/muxes/pca954x.c | 44