From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] introduce sata stop
Date: Mon, 24 Nov 2014 12:05:18 +0100 [thread overview]
Message-ID: <547310EE.4070300@denx.de> (raw)
In-Reply-To: <1416566846-6868-1-git-send-email-nikita@compulab.co.il>
On 21/11/2014 11:47, Nikita Kiryanov wrote:
> 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(-)
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
prev parent reply other threads:[~2014-11-24 11:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Stefano Babic [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=547310EE.4070300@denx.de \
--to=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.