1. 13 6月, 2009 3 次提交
  2. 12 6月, 2009 3 次提交
  3. 10 6月, 2009 4 次提交
  4. 09 6月, 2009 1 次提交
  5. 08 6月, 2009 1 次提交
  6. 03 6月, 2009 1 次提交
    • R
      mmc: fix response decoding on little endian · 0b453ffe
      Rabin Vincent 提交于
      The mmc code defines the response as an array of chars.  However, it
      access the response bytes both as (i) an array of four uints (with
      casts) and (ii) as individual chars.  The former case is used more
      often, including by the driver when it assigns the response.
      
      The char-wise accesses are broken on little endian systems because they
      assume that the bytes in the uints are in big endian byte order.
      
      This patch fixes this by changing the response to be an array of four
      uints and replacing the char-wise accesses with equivalent uint-wise
      accesses.
      Signed-off-by: NRabin Vincent <rabin@rab.in>
      0b453ffe
  7. 30 5月, 2009 1 次提交
  8. 26 5月, 2009 1 次提交
  9. 23 5月, 2009 1 次提交
  10. 21 5月, 2009 1 次提交
  11. 16 5月, 2009 6 次提交
  12. 06 5月, 2009 2 次提交
  13. 01 5月, 2009 1 次提交
  14. 30 4月, 2009 5 次提交
  15. 28 4月, 2009 5 次提交
  16. 27 4月, 2009 1 次提交
  17. 25 4月, 2009 2 次提交
  18. 24 4月, 2009 1 次提交