From: Tony Lindgren <tony@atomide.com>
To: Joachim Eastwood <manabian@gmail.com>
Cc: bcousson@baylibre.com, linux-omap@vger.kernel.org,
florian.vaussard@epfl.ch
Subject: Re: [PATCH 1/2] ARM: dts: Convert DuoVero Parlor to use IOPAD macro
Date: Mon, 19 May 2014 15:15:41 -0700 [thread overview]
Message-ID: <20140519221541.GI11945@atomide.com> (raw)
In-Reply-To: <1400328420-28384-1-git-send-email-manabian@gmail.com>
* Joachim Eastwood <manabian@gmail.com> [140517 05:08]:
> Conversion done by following awk script.
> /0x[0-9a-f]{1,3} \(PIN/ {
> offset = sprintf("OMAP4_IOPAD(0x%03x, ", strtonum($1) + 64)
> sub(/0x[0-9a-f]{1,3} \(/, offset, $0)
> print $0
> next
> }
> { print $0 }
>
> Cc: florian.vaussard@epfl.ch
> Signed-off-by: Joachim Eastwood <manabian@gmail.com>
> ---
>
> Hi,
>
> Checked md5sum before and after patch and the resulting dtb is the same. So
> this should be safe.
OK thanks applying into omap-for-v3.16/dt.
Regards,
Tony
prev parent reply other threads:[~2014-05-19 22:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-17 12:06 [PATCH 1/2] ARM: dts: Convert DuoVero Parlor to use IOPAD macro Joachim Eastwood
2014-05-17 12:07 ` [PATCH 2/2] ARM: dts: Enable mcpdm and mcbsp1 on DuoVero Joachim Eastwood
2014-05-19 22:16 ` Tony Lindgren
2014-05-19 22:15 ` Tony Lindgren [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=20140519221541.GI11945@atomide.com \
--to=tony@atomide.com \
--cc=bcousson@baylibre.com \
--cc=florian.vaussard@epfl.ch \
--cc=linux-omap@vger.kernel.org \
--cc=manabian@gmail.com \
/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.