Re: [U-Boot] [RFC PATCH 1/2] dm: Add support for scsi/sata based devices

2016-11-23 Thread Simon Glass
Hi Michal, On 21 November 2016 at 12:36, Michal Simek wrote: > On 24.9.2016 19:26, Simon Glass wrote: >> Hi Michal, >> >> On 8 September 2016 at 07:57, Michal Simek wrote: >>> All sata based drivers are bind and corresponding block >>> device is created. Based on this find_scsi_device() is able

Re: [U-Boot] [RFC PATCH 1/2] dm: Add support for scsi/sata based devices

2016-11-21 Thread Michal Simek
On 24.9.2016 19:26, Simon Glass wrote: > Hi Michal, > > On 8 September 2016 at 07:57, Michal Simek wrote: >> All sata based drivers are bind and corresponding block >> device is created. Based on this find_scsi_device() is able >> to get back block device based on scsi_curr_dev pointer. >> >> int

Re: [U-Boot] [RFC PATCH 1/2] dm: Add support for scsi/sata based devices

2016-09-26 Thread Michal Simek
Hi Simon, On 27.9.2016 02:35, Simon Glass wrote: > Hi Michal, > > On 26 September 2016 at 05:06, Michal Simek wrote: >> On 24.9.2016 19:26, Simon Glass wrote: >>> Hi Michal, >>> >>> On 8 September 2016 at 07:57, Michal Simek wrote: All sata based drivers are bind and corresponding block >>

Re: [U-Boot] [RFC PATCH 1/2] dm: Add support for scsi/sata based devices

2016-09-26 Thread Simon Glass
Hi Michal, On 26 September 2016 at 05:06, Michal Simek wrote: > On 24.9.2016 19:26, Simon Glass wrote: >> Hi Michal, >> >> On 8 September 2016 at 07:57, Michal Simek wrote: >>> All sata based drivers are bind and corresponding block >>> device is created. Based on this find_scsi_device() is able

Re: [U-Boot] [RFC PATCH 1/2] dm: Add support for scsi/sata based devices

2016-09-26 Thread Michal Simek
On 24.9.2016 19:26, Simon Glass wrote: > Hi Michal, > > On 8 September 2016 at 07:57, Michal Simek wrote: >> All sata based drivers are bind and corresponding block >> device is created. Based on this find_scsi_device() is able >> to get back block device based on scsi_curr_dev pointer. >> >> int

Re: [U-Boot] [RFC PATCH 1/2] dm: Add support for scsi/sata based devices

2016-09-24 Thread Simon Glass
Hi Michal, On 8 September 2016 at 07:57, Michal Simek wrote: > All sata based drivers are bind and corresponding block > device is created. Based on this find_scsi_device() is able > to get back block device based on scsi_curr_dev pointer. > > intr_scsi() is commented now but it can be replaced b

Re: [U-Boot] [RFC PATCH 1/2] dm: Add support for scsi/sata based devices

2016-09-22 Thread Michal Simek
Hi Simon, 2016-09-08 15:57 GMT+02:00 Michal Simek : > All sata based drivers are bind and corresponding block > device is created. Based on this find_scsi_device() is able > to get back block device based on scsi_curr_dev pointer. > > intr_scsi() is commented now but it can be replaced by calling