Re: [U-Boot] [PATCH 2/4] ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI

2018-09-14 Thread Tuomas Tynkkynen
Hi, On 09/14/2018 01:55 PM, Simon Glass wrote: On 13 September 2018 at 00:28, Tuomas Tynkkynen wrote: When using device model this sort of hardcoded limits aren't used or necessary. Signed-off-by: Tuomas Tynkkynen --- drivers/ata/ahci.c | 2 ++ 1 file changed, 2 insertions(+) Reviewed-b

Re: [U-Boot] [PATCH 2/4] ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI

2018-09-14 Thread Simon Glass
On 13 September 2018 at 00:28, Tuomas Tynkkynen wrote: > When using device model this sort of hardcoded limits aren't used or > necessary. > > Signed-off-by: Tuomas Tynkkynen > --- > drivers/ata/ahci.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass But please see below > >

[U-Boot] [PATCH 2/4] ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI

2018-09-12 Thread Tuomas Tynkkynen
When using device model this sort of hardcoded limits aren't used or necessary. Signed-off-by: Tuomas Tynkkynen --- drivers/ata/ahci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 333f0457f6..5fafb63aeb 100644 --- a/drivers/ata/ahci.c +++ b/