]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: ata: Rename ahci_mvebu
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Wed, 23 Oct 2024 13:20:00 +0000 (15:20 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 23:24:13 +0000 (17:24 -0600)
commit1289c7ccba18121536626cc567f09802bec1dad5
tree6e1cf953c414ab7806190c3342c40e7742dbb6c2
parentb6fbcb0a56e1e8b1cd9fababbed4bd94f9772ad7
drivers: ata: Rename ahci_mvebu

Rename 'ahci_mvebu' to 'ahci_generic' and select it by default.
The AHCI driver contains no SoC specific code and only expects the
base address to be passed, thus rename it to ahci_generic and add the
DT compatible string "generic-ahci".

Update existing defconfigs to use the new Kconfig name as well.

TEST: Booted on QEMU sbsa using the generic-ahci node.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Stefan Roese <sr@denx.de>
Acked-by: Tony Dinh <mibodhi@gmail.com>
22 files changed:
MAINTAINERS
configs/clearfog_defconfig
configs/clearfog_gt_8k_defconfig
configs/clearfog_sata_defconfig
configs/clearfog_spi_defconfig
configs/db-88f6820-gp_defconfig
configs/ds116_defconfig
configs/helios4_defconfig
configs/mvebu_crb_cn9130_defconfig
configs/mvebu_db-88f3720_defconfig
configs/mvebu_db_armada8k_defconfig
configs/mvebu_db_cn9130_defconfig
configs/mvebu_espressobin-88f3720_defconfig
configs/mvebu_espressobin_ultra-88f3720_defconfig
configs/mvebu_mcbin-88f8040_defconfig
configs/mvebu_puzzle-m801-88f8040_defconfig
configs/n2350_defconfig
configs/octeon_nic23_defconfig
configs/turris_omnia_defconfig
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/ahci_generic.c [moved from drivers/ata/ahci_mvebu.c with 71% similarity]