1. 02 May, 2011 1 commit
    • Matt Evans's avatar
      xhci: Make xHCI driver endian-safe · 28ccd296
      Matt Evans authored
      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: default avatarMatt Evans <matt@ozlabs.org>
      Signed-off-by: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
      28ccd296
  2. 30 Apr, 2011 30 commits
  3. 29 Apr, 2011 4 commits
  4. 19 Apr, 2011 2 commits
  5. 18 Apr, 2011 3 commits