1. 30 8月, 2017 8 次提交
  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 1 次提交
    • H
      mmc: sunxi: add MMC_CAP_SDIO_IRQ capability · a4101dcb
      Hans de Goede 提交于
      When the sunxi mmc-controller code was initially merged MMC_CAP_SDIO_IRQ was
      not added to the host caps because of issues with some sdio wifi modules.
      
      It turns out that these issues have nothing to do with using sdio-irq support,
      they also happen with oob interrupts. Since the hardware supports sdio-irq
      everywhere, and since the one reason to not claim the capability is gone,
      add MMC_CAP_SDIO_IRQ to the default host caps.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      a4101dcb