Re: [PATCH 15/18] mtd: Fix endianness issues from device tree

2010-10-01 Thread Artem Bityutskiy
On Fri, 2010-10-01 at 17:06 +1000, Ian Munsie wrote: > From: Ian Munsie > > This patch adds the appropriate conversions to correct the endianness > issues in the MTD driver whenever it accesses the device tree (which is > always big endian). > > Signed-off-by: Ian Munsie Pushed to l2-mtd-2.6.g

[PATCH 15/18] mtd: Fix endianness issues from device tree

2010-10-01 Thread Ian Munsie
From: Ian Munsie This patch adds the appropriate conversions to correct the endianness issues in the MTD driver whenever it accesses the device tree (which is always big endian). Signed-off-by: Ian Munsie --- drivers/mtd/maps/physmap_of.c | 14 +++--- drivers/mtd/nand/fsl_upm.c