summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMatt Evans <matt@ozlabs.org>2011-03-29 04:40:46 +0200
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2011-05-03 01:42:49 +0200
commit28ccd2962c66556d7037b2d9f1c11cdcd3b805d5 (patch)
tree02bf9319e60c43c655a97aedeb76ec5171459508 /MAINTAINERS
parentxhci-hcd: Include <linux/slab.h> in xhci-pci.c (diff)
downloadlinux-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