Commits
Simon Glass committed 47c0f3692d2
dm: sata: dw_sata: Pass uc_priv to internal functions With driver model sata_dev_desc[] does not exist. We still want to use the common code of this driver so update it to pass struct ahci_uc_priv * to each of these functions, instead of an integer which must be looked up in sata_dev_desc[]. Signed-off-by: Simon Glass <sjg@chromium.org>