Re: [U-Boot] [PATCH] zynq: spi: Honour the activation / deactivation delay

2016-12-21 Thread Jagan Teki
On Sun, Dec 11, 2016 at 9:27 PM, Simon Glass wrote: > On 8 December 2016 at 15:11, Moritz Fischer wrote: >> This is not currently implemented. Add support for this so that the >> Chrome OS EC can be used reliably. >> >> Signed-off-by: Moritz Fischer >> Cc: Jagan Teki >> Cc: Simon Glass >> Cc:

Re: [U-Boot] [PATCH] zynq: spi: Honour the activation / deactivation delay

2016-12-15 Thread Michal Simek
On 15.12.2016 17:57, Moritz Fischer wrote: > Michal, > > On Wed, Dec 14, 2016 at 11:23 PM, Michal Simek > wrote: >> On 14.12.2016 20:13, Moritz Fischer wrote: >>> Whoops, >>> >>> On Thu, Dec 8, 2016 at 12:11 PM, Moritz Fischer >>> wrote: This is not currently implemented. Add support for t

Re: [U-Boot] [PATCH] zynq: spi: Honour the activation / deactivation delay

2016-12-15 Thread Moritz Fischer
Michal, On Wed, Dec 14, 2016 at 11:23 PM, Michal Simek wrote: > On 14.12.2016 20:13, Moritz Fischer wrote: >> Whoops, >> >> On Thu, Dec 8, 2016 at 12:11 PM, Moritz Fischer >> wrote: >>> This is not currently implemented. Add support for this so that the >>> Chrome OS EC can be used reliably. >>>

Re: [U-Boot] [PATCH] zynq: spi: Honour the activation / deactivation delay

2016-12-14 Thread Michal Simek
On 14.12.2016 20:13, Moritz Fischer wrote: > Whoops, > > On Thu, Dec 8, 2016 at 12:11 PM, Moritz Fischer > wrote: >> This is not currently implemented. Add support for this so that the >> Chrome OS EC can be used reliably. >> >> Signed-off-by: Moritz Fischer >> Cc: Jagan Teki >> Cc: Simon Glass

Re: [U-Boot] [PATCH] zynq: spi: Honour the activation / deactivation delay

2016-12-14 Thread Moritz Fischer
Whoops, On Thu, Dec 8, 2016 at 12:11 PM, Moritz Fischer wrote: > This is not currently implemented. Add support for this so that the > Chrome OS EC can be used reliably. > > Signed-off-by: Moritz Fischer > Cc: Jagan Teki > Cc: Simon Glass > Cc: u-boot@lists.denx.de Cc: Michal Simek > --- >

Re: [U-Boot] [PATCH] zynq: spi: Honour the activation / deactivation delay

2016-12-11 Thread Simon Glass
On 8 December 2016 at 15:11, Moritz Fischer wrote: > This is not currently implemented. Add support for this so that the > Chrome OS EC can be used reliably. > > Signed-off-by: Moritz Fischer > Cc: Jagan Teki > Cc: Simon Glass > Cc: u-boot@lists.denx.de > --- > drivers/spi/zynq_spi.c | 24

[U-Boot] [PATCH] zynq: spi: Honour the activation / deactivation delay

2016-12-08 Thread Moritz Fischer
This is not currently implemented. Add support for this so that the Chrome OS EC can be used reliably. Signed-off-by: Moritz Fischer Cc: Jagan Teki Cc: Simon Glass Cc: u-boot@lists.denx.de --- drivers/spi/zynq_spi.c | 24 1 file changed, 24 insertions(+) diff --git a/