Re: [U-Boot] [PATCH v5 073/101] spi: ich: Support hardware sequencing

2019-11-27 Thread Bin Meng
Hi Simon, On Thu, Nov 28, 2019 at 11:19 AM Simon Glass wrote: > > Hi Bin, > > On Wed, 27 Nov 2019 at 20:08, Bin Meng wrote: > > > > Hi Simon, > > > > On Thu, Nov 28, 2019 at 10:23 AM Simon Glass wrote: > > > > > > Hi Bin, > > > > > > On Wed, 27 Nov 2019 at 00:16, Bin Meng wrote: > > > > > > >

Re: [U-Boot] [PATCH v5 073/101] spi: ich: Support hardware sequencing

2019-11-27 Thread Simon Glass
Hi Bin, On Wed, 27 Nov 2019 at 20:08, Bin Meng wrote: > > Hi Simon, > > On Thu, Nov 28, 2019 at 10:23 AM Simon Glass wrote: > > > > Hi Bin, > > > > On Wed, 27 Nov 2019 at 00:16, Bin Meng wrote: > > > > > > Hi Simon, > > > > > > On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > > > > > >

Re: [U-Boot] [PATCH v5 073/101] spi: ich: Support hardware sequencing

2019-11-27 Thread Bin Meng
Hi Simon, On Thu, Nov 28, 2019 at 10:23 AM Simon Glass wrote: > > Hi Bin, > > On Wed, 27 Nov 2019 at 00:16, Bin Meng wrote: > > > > Hi Simon, > > > > On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > > > > > Apollo Lake (APL) only supports hardware sequencing. Add support for this > > > i

Re: [U-Boot] [PATCH v5 073/101] spi: ich: Support hardware sequencing

2019-11-27 Thread Simon Glass
Hi Bin, On Wed, 27 Nov 2019 at 00:16, Bin Meng wrote: > > Hi Simon, > > On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > > > Apollo Lake (APL) only supports hardware sequencing. Add support for this > > into the SPI driver, as an option. > > > > Signed-off-by: Simon Glass > > > > --- > >

Re: [U-Boot] [PATCH v5 073/101] spi: ich: Support hardware sequencing

2019-11-26 Thread Bin Meng
Hi Simon, On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > Apollo Lake (APL) only supports hardware sequencing. Add support for this > into the SPI driver, as an option. > > Signed-off-by: Simon Glass > > --- > > Changes in v5: None > Changes in v4: > - Fix comment for exec_sync_hwseq_xfe

[U-Boot] [PATCH v5 073/101] spi: ich: Support hardware sequencing

2019-11-24 Thread Simon Glass
Apollo Lake (APL) only supports hardware sequencing. Add support for this into the SPI driver, as an option. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: - Fix comment for exec_sync_hwseq_xfer() - apollolake -> Apollo Lake Changes in v3: None Changes in v2: None drivers/