commit | 10ee8ecafbb4405ac77f6df081325630617aa7cd | [log] [tgz] |
---|---|---|
author | Nikita Kiryanov <nikita@compulab.co.il> | Fri Nov 21 12:47:23 2014 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Nov 24 11:59:59 2014 +0100 |
tree | dbfe0df41bb3a38f0cd2109c7272b6a3332a2876 | |
parent | 8d29cef5887887157f54f98493440ce5c824d5cb [diff] |
sata: implement reset_sata for dwc_ahsata Add reset_sata() to the sata driver interface and implement it for dwc_ahsata. This function cleans up after sata_init(), and therefore accepts a device number like sata_init() does. A dummy implementation is provided for the rest of the drivers. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Cc: Simon Glass <sjg@chromium.org> Cc: Stefano Babic <sbabic@denx.de>