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
..
2023-10-02 10:55:44 -04:00
2020-07-09 20:58:06 +05:30
2023-06-24 13:46:58 -04:00
2023-10-24 09:39:02 -04:00
2023-10-24 09:39:02 -04:00
2021-09-23 14:15:32 -04:00
2023-05-02 10:57:32 +02:00
2023-10-16 16:25:09 +02:00
2019-08-11 16:43:41 -04:00