1. 10 12月, 2012 5 次提交
  2. 19 11月, 2012 16 次提交
  3. 16 11月, 2012 2 次提交
  4. 15 11月, 2012 9 次提交
  5. 10 11月, 2012 1 次提交
  6. 08 11月, 2012 1 次提交
  7. 04 11月, 2012 1 次提交
  8. 03 11月, 2012 2 次提交
  9. 02 11月, 2012 1 次提交
    • A
      avr32: allow multi block mmc access for all boards · 60607c9d
      Andreas Bießmann 提交于
      Commit 1db7377a fixes the gen_atmel_mci driver
      to be able to use multi block access for avr32. Therefore remove the setting
      which forces single block access.
      
      This also adds a huge performace gain for mmc access:
      ---8<---
      Loading file "/boot/uImage" from mmc device 0:1
      1830666 bytes read in 1293 ms (1.3 MiB/s)
      --->8---
      
      vs.
      
      ---8<---
      Loading file "/boot/uImage" from mmc device 0:1
      1830666 bytes read in 237 ms (7.4 MiB/s)
      --->8---
      Signed-off-by: NAndreas Bießmann <andreas.devel@googlemail.com>
      Cc: haavard.skinnemoen@atmel.com
      Cc: hans-christian.egtvedt@atmel.com
      Cc: mpfj@mimc.co.uk
      Cc: alex.raimondi@miromico.ch
      Cc: julien.may@miromico.ch
      Cc: egtvedt@samfundet.no
      Cc: havard@skinnemoen.net
      60607c9d
  10. 31 10月, 2012 2 次提交