1. 05 12月, 2014 1 次提交
  2. 28 11月, 2014 2 次提交
  3. 27 11月, 2014 4 次提交
  4. 25 11月, 2014 31 次提交
  5. 24 11月, 2014 2 次提交
    • N
      cmd_sata: implement sata stop command · d957c28a
      Nikita Kiryanov 提交于
      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: NNikita Kiryanov <nikita@compulab.co.il>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@ti.com>
      d957c28a
    • N
      sata: implement reset_sata for dwc_ahsata · 10ee8eca
      Nikita Kiryanov 提交于
      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: NNikita Kiryanov <nikita@compulab.co.il>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stefano Babic <sbabic@denx.de>
      10ee8eca