Re: [U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA

2017-08-09 Thread Tom Rini
On Fri, Aug 04, 2017 at 03:34:10AM -0600, Simon Glass wrote: > Hi Jaehoon, > > On 30 July 2017 at 20:46, Jaehoon Chung wrote: > > Hi Simon, > > > > On 07/28/2017 11:40 PM, Simon Glass wrote: > >> Hi Jaehoon, > >> > >> On 28 July 2017 at 06:25, Jaehoon Chung wrote: > >>> Dear Simon, > >>> > >>> O

Re: [U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA

2017-08-04 Thread Simon Glass
Hi Jaehoon, On 30 July 2017 at 20:46, Jaehoon Chung wrote: > Hi Simon, > > On 07/28/2017 11:40 PM, Simon Glass wrote: >> Hi Jaehoon, >> >> On 28 July 2017 at 06:25, Jaehoon Chung wrote: >>> Dear Simon, >>> >>> On 07/27/2017 11:43 AM, Jaehoon Chung wrote: On 07/23/2017 02:15 AM, Simon Glass

Re: [U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA

2017-07-30 Thread Jaehoon Chung
Hi Simon, On 07/28/2017 11:40 PM, Simon Glass wrote: > Hi Jaehoon, > > On 28 July 2017 at 06:25, Jaehoon Chung wrote: >> Dear Simon, >> >> On 07/27/2017 11:43 AM, Jaehoon Chung wrote: >>> On 07/23/2017 02:15 AM, Simon Glass wrote: (pruning the cc list a bit) Hi Jaehoon,

Re: [U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA

2017-07-28 Thread Simon Glass
Hi Jaehoon, On 28 July 2017 at 06:25, Jaehoon Chung wrote: > Dear Simon, > > On 07/27/2017 11:43 AM, Jaehoon Chung wrote: >> On 07/23/2017 02:15 AM, Simon Glass wrote: >>> (pruning the cc list a bit) >>> >>> Hi Jaehoon, >>> >>> On 4 July 2017 at 13:48, Simon Glass wrote: This series complet

Re: [U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA

2017-07-28 Thread Jaehoon Chung
Dear Simon, On 07/27/2017 11:43 AM, Jaehoon Chung wrote: > On 07/23/2017 02:15 AM, Simon Glass wrote: >> (pruning the cc list a bit) >> >> Hi Jaehoon, >> >> On 4 July 2017 at 13:48, Simon Glass wrote: >>> This series completes the conversion of SATA to driver model. >>> >>> Previous work converte

Re: [U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA

2017-07-26 Thread Jaehoon Chung
On 07/23/2017 02:15 AM, Simon Glass wrote: > (pruning the cc list a bit) > > Hi Jaehoon, > > On 4 July 2017 at 13:48, Simon Glass wrote: >> This series completes the conversion of SATA to driver model. >> >> Previous work converted SCSI including the SCSI-based SATA driver. This >> series conver

Re: [U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA

2017-07-22 Thread Simon Glass
Hi Jaehoon, On 22 July 2017 at 11:15, Simon Glass wrote: > (pruning the cc list a bit) > > Hi Jaehoon, > > On 4 July 2017 at 13:48, Simon Glass wrote: >> This series completes the conversion of SATA to driver model. >> >> Previous work converted SCSI including the SCSI-based SATA driver. This >>

Re: [U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA

2017-07-22 Thread Simon Glass
(pruning the cc list a bit) Hi Jaehoon, On 4 July 2017 at 13:48, Simon Glass wrote: > This series completes the conversion of SATA to driver model. > > Previous work converted SCSI including the SCSI-based SATA driver. This > series converts the AHCI uclass itself, adding operations and adjustin

[U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA

2017-07-04 Thread Simon Glass
This series completes the conversion of SATA to driver model. Previous work converted SCSI including the SCSI-based SATA driver. This series converts the AHCI uclass itself, adding operations and adjusting the 'sata' command to work correctly. An existing board (Compulab Utilite) is used for this