commit | 44fd1f9c9e6694776ebf89ee5ab791b1ea89262f | [log] [tgz] |
---|---|---|
author | Nikita Kiryanov <nikita@compulab.co.il> | Fri Nov 21 12:47:24 2014 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Nov 24 12:00:00 2014 +0100 |
tree | bd855ddf27f74c7f17c1193793649fb6eef0dc99 | |
parent | b9666d6d98d70e8654077bca80d7503ed9ff8edb [diff] |
cmd_sata: implement sata stop command Implement sata stop command. This introduces the __sata_stop() weak function, which mirrors the weak __sata_initialize() function, giving users the option of undoing the custom steps performed in overrides of sata_initialize(). Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Cc: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@ti.com>