commit | 3ffb1a8193bead7bf4ef0fec2dae050c70e4c1c1 | [log] [tgz] |
---|---|---|
author | Kevin Cernekee <cernekee@gmail.com> | Wed Nov 12 12:53:59 2014 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 25 17:06:40 2014 -0800 |
tree | 18b8c192f0d6b3e6c21f4a93316c06763576a5d7 | |
parent | 57850a50c1f91c6136fe0b4b27301ebbe848b2ce [diff] |
serial: core: Add big-endian iotype Since most drivers interpret UPIO_MEM32 to mean "little-endian" and use readl/writel to access the registers, add a parallel UPIO_MEM32BE to request the use of big-endian MMIO accessors (ioread32be/iowrite32be). Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>