1. 30 8月, 2017 1 次提交
    • P
      mmc: sunxi: explicitly request exclusive reset control · 5e40ddac
      Philipp Zabel 提交于
      Commit a53e35db ("reset: Ensure drivers are explicit when requesting
      reset lines") started to transition the reset control request API calls
      to explicitly state whether the driver needs exclusive or shared reset
      control behavior. Convert all drivers requesting exclusive resets to the
      explicit API call so the temporary transition helpers can be removed.
      
      No functional changes.
      
      Cc: Ulf Hansson <ulf.hansson@linaro.org>
      Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
      Cc: Chen-Yu Tsai <wens@csie.org>
      Cc: linux-mmc@vger.kernel.org
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      5e40ddac
  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 4 次提交
  15. 14 1月, 2015 1 次提交