Re: [U-Boot] [PATCH 12/29] dm: scsi: Use the uclass platform data

2017-06-12 Thread Bin Meng
On Tue, Jun 6, 2017 at 3:14 AM, Simon Glass wrote: > At present the two driver-model SCSI drivers use device platform data to > store information that relates to the uclass. It is better to use uclass > platform data in this situation. Update the code to do this. > > Signed-off-by: Simon Glass >

[U-Boot] [PATCH 12/29] dm: scsi: Use the uclass platform data

2017-06-05 Thread Simon Glass
At present the two driver-model SCSI drivers use device platform data to store information that relates to the uclass. It is better to use uclass platform data in this situation. Update the code to do this. Signed-off-by: Simon Glass --- drivers/ata/ahci.c | 2 +- drivers/ata/dwc_ahci.c