Home
last modified time | relevance | path

Searched hist:"47 c0f3692d27702cb11f67fe05b71b98d77d007c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/ata/
H A Ddwc_ahsata.c47c0f3692d27702cb11f67fe05b71b98d77d007c Sat Jul 29 17:35:06 UTC 2017 Simon Glass <sjg@chromium.org> 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>