public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] introduce sata stop
@ 2014-11-21 10:47 Nikita Kiryanov
  2014-11-21 10:47 ` [U-Boot] [PATCH 1/5] arm: mx6: introduce disable_sata_clock Nikita Kiryanov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Nikita Kiryanov @ 2014-11-21 10:47 UTC (permalink / raw)
  To: u-boot

This series adds the sata stop command, which includes both cmd_sata code and
driver support for resetting sata.
A non-dummy reset_sata() is provided for dwc_ahsata, and a non-default
sata_stop() is provided for cm_fx6.
Finally, we use the new functionality to turn off sata on boot for mx6 devices.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Simon Glass <sjg@chromium.org>

Nikita Kiryanov (5):
  arm: mx6: introduce disable_sata_clock
  sata: implement reset_sata for dwc_ahsata
  cmd_sata: implement sata stop command
  arm: mx6: cm_fx6: implement board specific sata stop
  arm: imx: stop sata on boot

 arch/arm/cpu/armv7/mx6/clock.c        |  8 ++++++++
 arch/arm/cpu/armv7/omap-common/sata.c |  5 +++++
 arch/arm/imx-common/cpu.c             |  8 ++++++--
 arch/arm/include/asm/arch-mx6/clock.h |  1 +
 board/compulab/cm_fx6/cm_fx6.c        | 12 +++++++++---
 common/cmd_sata.c                     | 24 +++++++++++++++++++++++-
 drivers/block/ata_piix.c              |  5 +++++
 drivers/block/dwc_ahsata.c            | 21 +++++++++++++++++++++
 drivers/block/fsl_sata.c              |  5 +++++
 drivers/block/pata_bfin.c             |  5 +++++
 drivers/block/sata_dwc.c              |  5 +++++
 drivers/block/sata_sil.c              |  5 +++++
 drivers/block/sata_sil3114.c          |  5 +++++
 include/sata.h                        |  3 +++
 14 files changed, 106 insertions(+), 6 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-24 11:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 10:47 [U-Boot] [PATCH 0/5] introduce sata stop Nikita Kiryanov
2014-11-21 10:47 ` [U-Boot] [PATCH 1/5] arm: mx6: introduce disable_sata_clock Nikita Kiryanov
2014-11-21 10:47 ` [U-Boot] [PATCH 2/5] sata: implement reset_sata for dwc_ahsata Nikita Kiryanov
2014-11-21 10:47 ` [U-Boot] [PATCH 3/5] cmd_sata: implement sata stop command Nikita Kiryanov
2014-11-21 10:47 ` [U-Boot] [PATCH 4/5] arm: mx6: cm_fx6: implement board specific sata stop Nikita Kiryanov
2014-11-21 10:47 ` [U-Boot] [PATCH 5/5] arm: imx: stop sata on boot Nikita Kiryanov
2014-11-24 11:05 ` [U-Boot] [PATCH 0/5] introduce sata stop Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox