commit | b9666d6d98d70e8654077bca80d7503ed9ff8edb | [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 | 63659b7606bf65cd5db0104594d5407fe3af6ada [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>