1. 30 8月, 2017 4 次提交
  2. 17 7月, 2017 1 次提交
  3. 25 4月, 2017 2 次提交
  4. 13 2月, 2017 7 次提交
  5. 29 11月, 2016 1 次提交
  6. 27 9月, 2016 7 次提交
  7. 02 6月, 2016 2 次提交
  8. 28 4月, 2016 1 次提交
  9. 29 2月, 2016 7 次提交
  10. 26 10月, 2015 1 次提交
  11. 29 9月, 2015 1 次提交
    • H
      mmc: sunxi: Fix clk-delay settings · 51424b28
      Hans de Goede 提交于
      In recent allwinner kernel sources the mmc clk-delay settings have been
      slightly tweaked, and for sun9i they are completely different then what
      we are using.
      
      This commit brings us in sync with what allwinner does, fixing problems
      accessing sdcards on some A33 devices (and likely others).
      
      For pre sun9i hardware this makes the following changes:
      -At 400Khz change the sample delay from 7 to 0 (introduced in A31 sdk)
      -At 50 Mhz change the sample delay from 5 to 4 (introduced in A23 sdk)
      
      This also drops the clk-delay calculation for clocks > 50 MHz, we do
      not need this as we've: mmc->f_max = 50000000, and the delays in the
      old code were not correct (at 100 MHz the delay must be a multiple of 60,
      at 200 MHz a multiple of 120).
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      51424b28
  12. 27 8月, 2015 1 次提交
  13. 23 3月, 2015 3 次提交
  14. 19 1月, 2015 2 次提交