Re: [U-Boot] [PATCH RESEND] ahci: dm: Fix memory allocation for uclass private data

2017-07-27 Thread Simon Glass
Hi, On 19 July 2017 at 04:57, Jean-Jacques Hiblot wrote: > Allocate manually the uclass private data in ahci_init_dm(). Don't do this > in the declaration of the scsi uclass driver with > .per_device_auto_alloc_size because it is AHCI specific. > > Signed-off-by: Jean-Jacques Hiblot > --- > > Si

[U-Boot] [PATCH RESEND] ahci: dm: Fix memory allocation for uclass private data

2017-07-19 Thread Jean-Jacques Hiblot
Allocate manually the uclass private data in ahci_init_dm(). Don't do this in the declaration of the scsi uclass driver with .per_device_auto_alloc_size because it is AHCI specific. Signed-off-by: Jean-Jacques Hiblot --- Since the last merge of u-boot-dm, the DM driver for AHCI on OMAP5 paltform