All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikita Kiryanov <nikita@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 1/4] arm: mx6: cm_fx6: change issd gpio order
Date: Wed, 29 Oct 2014 18:01:40 +0200	[thread overview]
Message-ID: <54510F64.1080703@compulab.co.il> (raw)
In-Reply-To: <1414598184-1963-2-git-send-email-nikita@compulab.co.il>

Forgot the changelog:

On 29/10/14 17:56, Nikita Kiryanov wrote:
> Change the order in which GPIOs are toggled in SATA init sequence to
> accomodate both SanDisk and Phison SSDs.
>
> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
> Cc: Igor Grinberg <grinberg@compulab.co.il>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
Changes in V2:
	- No changes.

>   board/compulab/cm_fx6/cm_fx6.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/compulab/cm_fx6/cm_fx6.c b/board/compulab/cm_fx6/cm_fx6.c
> index 82681b1..0206ae8 100644
> --- a/board/compulab/cm_fx6/cm_fx6.c
> +++ b/board/compulab/cm_fx6/cm_fx6.c
> @@ -31,12 +31,12 @@ DECLARE_GLOBAL_DATA_PTR;
>   #ifdef CONFIG_DWC_AHSATA
>   static int cm_fx6_issd_gpios[] = {
>   	/* The order of the GPIOs in the array is important! */
> +	CM_FX6_SATA_LDO_EN,
>   	CM_FX6_SATA_PHY_SLP,
>   	CM_FX6_SATA_NRSTDLY,
>   	CM_FX6_SATA_PWREN,
>   	CM_FX6_SATA_NSTANDBY1,
>   	CM_FX6_SATA_NSTANDBY2,
> -	CM_FX6_SATA_LDO_EN,
>   };
>
>   static void cm_fx6_sata_power(int on)
>

-- 
Regards,
Nikita Kiryanov

  reply	other threads:[~2014-10-29 16:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-29 15:56 [U-Boot] [PATCH V2 0/4] cm-fx6 updates Nikita Kiryanov
2014-10-29 15:56 ` [U-Boot] [PATCH V2 1/4] arm: mx6: cm_fx6: change issd gpio order Nikita Kiryanov
2014-10-29 16:01   ` Nikita Kiryanov [this message]
2014-11-02 14:33   ` Igor Grinberg
2014-10-29 15:56 ` [U-Boot] [PATCH V2 2/4] arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo Nikita Kiryanov
2014-10-29 16:02   ` Nikita Kiryanov
2014-11-02 14:34   ` Igor Grinberg
2014-10-29 15:56 ` [U-Boot] [PATCH V2 3/4] common: introduce board_preboot_os hook Nikita Kiryanov
2014-10-29 15:59   ` Otavio Salvador
2014-11-02 14:36   ` Igor Grinberg
2014-11-05 12:32   ` Stefano Babic
2014-11-06 11:31     ` Nikita Kiryanov
2014-10-29 15:56 ` [U-Boot] [PATCH V2 4/4] arm: mx6: cm_fx6: power down sata on OS boot Nikita Kiryanov
2014-10-29 15:59   ` Otavio Salvador
2014-11-02 14:36   ` Igor Grinberg
2014-11-05 16:19 ` [U-Boot] [PATCH V2 0/4] cm-fx6 updates Stefano Babic

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=54510F64.1080703@compulab.co.il \
    --to=nikita@compulab.co.il \
    --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.