Re: [PATCH v2 24/32] pci: sata_sil: Drop DM_PCI checks

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:37PM -0600, Simon Glass wrote: > We don't need these checks anymore since when PCI is enabled, driver model > is always used. > > Drop them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 24/32] pci: sata_sil: Drop DM_PCI checks

2021-08-01 Thread Simon Glass
We don't need these checks anymore since when PCI is enabled, driver model is always used. Drop them. Signed-off-by: Simon Glass --- (no changes since v1) drivers/ata/sata_sil.c | 8 drivers/ata/sata_sil.h | 4 2 files changed, 12 deletions(-) diff --git a/drivers/ata/sata_sil.