Re: [PATCH 1/2] ARM: dts: Convert DuoVero Parlor to use IOPAD macro

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Joachim Eastwood <manabian@xxxxxxxxx> [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@xxxxxxx
> Signed-off-by: Joachim Eastwood <manabian@xxxxxxxxx>
> ---
> 
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux