sunxi: update SATA driver to always use DM_SCSI
authorAndre Przywara <andre.przywara@arm.com>
Fri, 12 Apr 2019 10:58:54 +0000 (16:28 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 17 Apr 2019 09:04:45 +0000 (14:34 +0530)
commitf8c8669760610b2949d8d9ccaeef8231a44d4205
treeb2ba1412acd1bb0d64da31694fdf1937b3fe1b9e
parentbb3362b0ca0771a511d4a622d591b4dea5cb15e4
sunxi: update SATA driver to always use DM_SCSI

It seems like the Allwinner SATA driver is already quite capable of
using the driver model, so we can force this on all boards and can
remove support for a non-DM_SCSI build.
This removes the warning about boards with SATA ports not being
DM_SCSI compliant.

It also takes the opportunity to move the driver out of the board/sunxi
directory to join its siblings in drivers/ata, and to make it a proper
Kconfig citizen.

The board defconfigs stay untouched.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jagan@openedev.com>
[jagan: select DM_SCSI separately]
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
board/sunxi/Makefile
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/ahci_sunxi.c [moved from board/sunxi/ahci.c with 94% similarity]
include/configs/sunxi-common.h
scripts/config_whitelist.txt