git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4de4ec
)
ARM: dts: Convert DuoVero Parlor to use IOPAD macro
author
Joachim Eastwood
<manabian@gmail.com>
Sat, 17 May 2014 12:06:59 +0000
(14:06 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 20 May 2014 00:20:31 +0000
(17:20 -0700)
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
No differences found