ahci: dwc_ahsata: Generalize the driver
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Fri, 17 May 2024 18:14:53 +0000 (19:14 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 22 Apr 2025 21:08:47 +0000 (15:08 -0600)
commit2b62ec62ac39723660bfeb6c0b4d336269a3adfc
treee408f5398b92c512f6fb8eb581d11c183ead0aa8
parent8daa1fadc2c45bc954537a70942674e0a4cf85a8
ahci: dwc_ahsata: Generalize the driver

Remove hard dependencies to arch headers, get clock from clk
subsystem if arch clock function is not available, align
compatible strings with devicetree binding.

No functional change on existing platforms, just get it build
on other platforms.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
drivers/ata/dwc_ahsata.c