Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-08-29 Thread Simon Glass
Hi Jagan, On 28 August 2014 02:58, Jagan Teki wrote: > On 15 July 2014 06:26, Simon Glass wrote: >> Add a uclass which provides access to SPI buses and includes operations >> required by SPI. >> >> For a time driver model will need to co-exist with the legacy SPI interface >> so some parts of th

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-08-28 Thread Jagan Teki
On 15 July 2014 06:26, Simon Glass wrote: > Add a uclass which provides access to SPI buses and includes operations > required by SPI. > > For a time driver model will need to co-exist with the legacy SPI interface > so some parts of the header file are changed depending on which is in use. > The

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-08-11 Thread Daniel Schwierzeck
Hi Simon, some nitpicking On 15.07.2014 02:56, Simon Glass wrote: > Add a uclass which provides access to SPI buses and includes operations > required by SPI. > > For a time driver model will need to co-exist with the legacy SPI interface > so some parts of the header file are changed depending

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-07-20 Thread Simon Glass
Hi Pavel, On 17 July 2014 12:29, Pavel Herrmann wrote: > On Thursday 17 of July 2014 20:01:29 Pavel Herrmann wrote: >> Hi >> >> On Thursday 17 of July 2014 09:26:47 Simon Glass wrote: >> > Hi Pavel, >> > >> > On 17 July 2014 01:57, Pavel Herrmann wrote: >> > > Hi >> > > >> > > On Wednesday 16 of

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-07-20 Thread Simon Glass
Hi Pavel, On 17 July 2014 12:01, Pavel Herrmann wrote: > Hi > > On Thursday 17 of July 2014 09:26:47 Simon Glass wrote: >> Hi Pavel, >> >> On 17 July 2014 01:57, Pavel Herrmann wrote: >> > Hi >> > >> > On Wednesday 16 of July 2014 23:39:44 Simon Glass wrote: >> >> Hi Pavel, >> >> >> >> On 15 Jul

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-07-17 Thread Pavel Herrmann
On Thursday 17 of July 2014 20:01:29 Pavel Herrmann wrote: > Hi > > On Thursday 17 of July 2014 09:26:47 Simon Glass wrote: > > Hi Pavel, > > > > On 17 July 2014 01:57, Pavel Herrmann wrote: > > > Hi > > > > > > On Wednesday 16 of July 2014 23:39:44 Simon Glass wrote: > > >> Hi Pavel, > > >> >

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-07-17 Thread Pavel Herrmann
Hi On Thursday 17 of July 2014 09:26:47 Simon Glass wrote: > Hi Pavel, > > On 17 July 2014 01:57, Pavel Herrmann wrote: > > Hi > > > > On Wednesday 16 of July 2014 23:39:44 Simon Glass wrote: > >> Hi Pavel, > >> > >> On 15 July 2014 02:26, Pavel Herrmann wrote: > >> > Hi > >> > > >> > On Mon

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-07-17 Thread Simon Glass
Hi Pavel, On 17 July 2014 01:57, Pavel Herrmann wrote: > Hi > > On Wednesday 16 of July 2014 23:39:44 Simon Glass wrote: >> Hi Pavel, >> >> On 15 July 2014 02:26, Pavel Herrmann wrote: >> > Hi >> > >> > On Monday 14 of July 2014 18:56:13 Simon Glass wrote: >> > > Add a uclass which provides acce

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-07-17 Thread Pavel Herrmann
Hi On Wednesday 16 of July 2014 23:39:44 Simon Glass wrote: > Hi Pavel, > > On 15 July 2014 02:26, Pavel Herrmann wrote: > > Hi > > > > On Monday 14 of July 2014 18:56:13 Simon Glass wrote: > > > Add a uclass which provides access to SPI buses and includes operations > > > required by SPI. > >

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-07-16 Thread Simon Glass
Hi Pavel, On 15 July 2014 02:26, Pavel Herrmann wrote: > > Hi > > On Monday 14 of July 2014 18:56:13 Simon Glass wrote: > > Add a uclass which provides access to SPI buses and includes operations > > required by SPI. > > > > For a time driver model will need to co-exist with the legacy SPI inter

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-07-15 Thread Pavel Herrmann
Hi On Monday 14 of July 2014 18:56:13 Simon Glass wrote: > Add a uclass which provides access to SPI buses and includes operations > required by SPI. > > For a time driver model will need to co-exist with the legacy SPI interface > so some parts of the header file are changed depending on which i