From: Ian Munsie Date: Fri, 1 Oct 2010 07:06:07 +0000 (+1000) Subject: powerpc, of_serial: Endianness issues setting up the serial ports X-Git-Tag: v2.6.37-rc1~129^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14362d1fe81cece6f1d78483e5bbfcf8cc497bf;p=pandora-kernel.git powerpc, of_serial: Endianness issues setting up the serial ports The speed and clock of the serial ports is retrieved from the device tree in both the PowerPC legacy serial code and the Open Firmware serial driver, therefore they need to handle the fact that the device tree is always big endian, while the CPU may not be. Also fix other device tree references in the legacy serial code. Signed-off-by: Ian Munsie Signed-off-by: Grant Likely --- Reading git-diff-tree failed