public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 24/25] imx: m53evk: Convert to iomux-v3
Date: Sun, 05 May 2013 18:09:07 +0200	[thread overview]
Message-ID: <51868423.2050603@denx.de> (raw)
In-Reply-To: <1366755515.533187.1367613806685.JavaMail.root@advansee.com>

On 03/05/2013 22:43, Beno?t Th?baudeau wrote:
> Hi Stefano, Marek,
> 
> On Friday, May 3, 2013 10:32:36 PM, Beno?t Th?baudeau wrote:
>> There is no change of behavior, except for the folloing line that has been
>> removed because the iomux mode was not set accordingly and the pad used for
>> OTG
>> OC is not this one:
>> 	mxc_iomux_set_input(MX53_USBOH3_IPP_IND_OTG_OC_SELECT_INPUT, 1);
>>
>> Signed-off-by: Beno?t Th?baudeau <benoit.thebaudeau@advansee.com>
>> ---
>> Changes in v3:
>>  - New patch (series rebased on top of Marek's m53evk series).
> [...]
> 
> This new version supersedes and concatenates my previous mx25/35/5x iomux
> series in order to avoid a dependency hell for you.

Thanks !


> It also makes a few fixes.
> 
> It is rebased on top of Marek's m53evk series since the series were posted in
> that order. But if you prefer to apply the series the other way around, you
> simply have to amend Marek's series with this 24/25 instead of applying it
> within my series.

Applied (whole series) to u-boot-imx. Many thanks to have cleaned up the
iomux chaos in iMX !

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
=====================================================================

  reply	other threads:[~2013-05-05 16:09 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-03 20:32 [U-Boot] [PATCH v3 01/25] imx: iomux-v3: Add iomux-mx25.h Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 02/25] imx: mx25pdk: Convert to iomux-v3 Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 03/25] imx: mx25pdk: Fix GPIO assignments Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 04/25] imx: tx25: Convert to iomux-v3 Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 05/25] imx: zmx25: " Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 06/25] imx: mx25: Remove legacy iomux support Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 07/25] imx: iomux-v3: Add iomux-mx35.h Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 08/25] imx: flea3: Convert to iomux-v3 Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 09/25] imx: mx35pdk: Fix WDOG_RST iomux function Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 10/25] imx: mx35pdk: Convert to iomux-v3 Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 11/25] imx: woodburn: " Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 12/25] imx: mx35: Remove legacy iomux support Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 13/25] imx: iomux-mx51: Fix MX51_PAD_EIM_CS2__GPIO2_27 Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 14/25] imx: iomux-v3: Add missing definitions to iomux-mx51.h Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 15/25] imx: mx51evk: Convert to iomux-v3 Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 16/25] imx: mx51_efikamx/sb: " Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 17/25] imx: vision2: " Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 18/25] imx: iomux-v3: Add iomux-mx53.h Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 19/25] imx: ima3-mx53: Convert to iomux-v3 Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 20/25] imx: mx53ard: " Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 21/25] imx: mx53evk: " Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 22/25] imx: mx53loco: " Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 23/25] imx: mx53smd: " Benoît Thébaudeau
2013-05-03 20:32 ` [U-Boot] [PATCH v3 24/25] imx: m53evk: " Benoît Thébaudeau
2013-05-03 20:43   ` Benoît Thébaudeau
2013-05-05 16:09     ` Stefano Babic [this message]
2013-05-03 20:32 ` [U-Boot] [PATCH v3 25/25] imx: mx5: Remove legacy iomux support Benoît Thébaudeau

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=51868423.2050603@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox