u-boot/drivers/ata
Tom Rini b630f8b3ae scsi: Forceably finish migration to DM_SCSI
The migration deadline for moving to DM_SCSI was v2023.04. A further
reminder was sent out in August 2023 to the remaining platforms that had
not migrated already, and that a few more over the line (or configs
deleted).

With this commit we:
- Rename CONFIG_DM_SCSI to CONFIG_SCSI.
- Remove all of the non-DM SCSI code. This includes removing other
  legacy symbols and code and removes some legacy non-DM AHCI code.
- Some platforms that had previously been DM_SCSI=y && SCSI=n are now
  fully migrated to DM_SCSI as a few corner cases in the code assumed
  DM_SCSI=y meant SCSI=y.

Signed-off-by: Tom Rini <trini@konsulko.com>
2023-11-07 18:36:06 -05:00
..
ahci_mvebu.c sata: ahci_mvebu.c: Enable AHCI/SATA driver for MIPS Octeon 2021-04-23 21:22:55 +02:00
ahci_sunxi.c sunxi: remove CONFIG_SATAPWR 2023-10-22 23:40:47 +01:00
ahci-pci.c ata: ahci-pci: Replace magic constant by macro 2022-12-08 10:46:01 -05:00
ahci-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
ahci.c scsi: Forceably finish migration to DM_SCSI 2023-11-07 18:36:06 -05:00
dwc_ahci.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
dwc_ahsata_priv.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
dwc_ahsata.c blk: Use a macro for the typical block size 2023-10-10 16:19:29 -04:00
fsl_sata.c blk: Use a macro for the typical block size 2023-10-10 16:19:29 -04:00
fsl_sata.h ata: fsl_sata: Remove legacy non-BLK code 2022-06-28 17:03:31 -04:00
Kconfig scsi: Forceably finish migration to DM_SCSI 2023-11-07 18:36:06 -05:00
libata.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
Makefile scsi: Forceably finish migration to DM_SCSI 2023-11-07 18:36:06 -05:00
mtk_ahci.c ahci: mediatek: fix undefined reference of dev_err 2021-03-19 10:35:19 -04:00
sata_bootdev.c bootstd: sata: Add bootstd support for ahci sata 2023-10-23 13:07:12 -04:00
sata_ceva.c scsi: ceva: Use generic_phy_valid() helper 2023-09-13 15:52:20 -04:00
sata_mv.c arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev 2023-10-16 11:10:42 +02:00
sata_sil.c blk: Use a macro for the typical block size 2023-10-10 16:19:29 -04:00
sata_sil.h ata: sata_sil: Remove useless BLK guard in sata_sil.h 2022-06-28 17:03:32 -04:00
sata.c scsi: Forceably finish migration to DM_SCSI 2023-11-07 18:36:06 -05:00