1. 23 10月, 2015 15 次提交
  2. 21 10月, 2015 8 次提交
  3. 20 10月, 2015 5 次提交
  4. 19 10月, 2015 2 次提交
  5. 18 10月, 2015 1 次提交
  6. 16 10月, 2015 1 次提交
  7. 15 10月, 2015 1 次提交
  8. 12 10月, 2015 5 次提交
  9. 11 10月, 2015 1 次提交
  10. 07 10月, 2015 1 次提交
    • A
      board: axs10x - cap max SDIO clock value to bus/2 · f6e27ba5
      Alexey Brodkin 提交于
      It turned out with some boards (FPGA firmwares?) and cards combos
      current clock settings doesn't work as expected leading to strange
      card freezes or corrupted data being read from the card.
      
      Especially this was seen with Transcend 2Gb cards shipped as a part of
      ARC SDP:
      ----------------->8---------------
      AXS# mmcinfo
      Device: Synopsys Mobile storage
      Manufacturer ID: 74
      OEM: 4a60
      Name: SDC
      Tran Speed: 50000000
      Rd Block Len: 512
      SD version 3.0
      High Capacity: No
      Capacity: 1.8 GiB
      Bus Width: 4-bit
      Erase Group Size: 512 Bytes
      AXS# fatload mmc 0
      ** Unrecognized filesystem type **
      ----------------->8---------------
      
      With this change that problem is fixed.
      Note "Tran Speed" above doesn't match clock value set in DW MMC.
      It is max value for card's speed class.
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      f6e27ba5