diff options
author | Matt Evans <matt@ozlabs.org> | 2011-03-29 04:40:46 +0200 |
---|---|---|
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | 2011-05-03 01:42:49 +0200 |
commit | 28ccd2962c66556d7037b2d9f1c11cdcd3b805d5 (patch) | |
tree | 02bf9319e60c43c655a97aedeb76ec5171459508 /MAINTAINERS | |
parent | xhci-hcd: Include <linux/slab.h> in xhci-pci.c (diff) | |
download | linux-28ccd2962c66556d7037b2d9f1c11cdcd3b805d5.tar.xz linux-28ccd2962c66556d7037b2d9f1c11cdcd3b805d5.zip |
xhci: Make xHCI driver endian-safe
This patch changes the struct members defining access to xHCI device-visible
memory to use __le32/__le64 where appropriate, and then adds swaps where
required. Checked with sparse that all accesses are correct.
MMIO accesses use readl/writel so already are performed LE, but prototypes
now reflect this with __le*.
There were a couple of (debug) instances of DMA pointers being truncated to
32bits which have been fixed too.
Signed-off-by: Matt Evans <matt@ozlabs.org>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions