commit | d957c28a7eb0e5a28e9541a64ab3536831d63ec5 | [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 | 10ee8ecafbb4405ac77f6df081325630617aa7cd [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>