Home
last modified time | relevance | path

Searched hist:"225 b1da7bfaf3c6a6812adb3ed1a85ada76c85f4" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c225b1da7bfaf3c6a6812adb3ed1a85ada76c85f4 Thu Jun 15 03:28:34 UTC 2017 Simon Glass <sjg@chromium.org> dm: ahci: Refactor to avoid static variables

With driver model we need each device to have its own state. As a step
towards this, restrict use of the global 'probe_ent' to just a few places
in the file. This will allow us to add driver-model functions which can
pass the correct data around.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>