1. 20 1月, 2015 1 次提交
  2. 26 11月, 2014 1 次提交
    • O
      mmc: add Toshiba PCI SD controller driver · a5eb8bbd
      Ondrej Zary 提交于
      This patch resurrects an old never-finished driver for Toshiba PCI SD
      controllers found in some older Toshiba laptops (such as Portege R100):
      
      02:0d.0 System peripheral [0880]: Toshiba America Info Systems SD TypA Controller [1179:0805] (rev 05)
      
      The code is fixed, cleaned up and successfully tested with SD, SDHC, SDXC and
      MMC cards on Portege R100. (MMC cards don't even work in Windows!)
      SDIO probably does not work (don't have any SDIO card).
      
      The hardware is slow (around 2 MB/s - same in Windows) because it does not
      support bus mastering (busmaster enable bit cannot be set in PCI control reg).
      Also the card clock is limited to 16MHz (33MHz PCI clock divided by 2).
      Signed-off-by: NOndrej Zary <linux@rainbow-software.org>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      a5eb8bbd
  3. 09 9月, 2014 2 次提交
  4. 10 7月, 2014 1 次提交
  5. 04 6月, 2014 1 次提交
  6. 03 6月, 2014 1 次提交
  7. 22 5月, 2014 1 次提交
  8. 13 5月, 2014 2 次提交
  9. 28 4月, 2014 1 次提交
  10. 27 3月, 2014 1 次提交
  11. 27 2月, 2014 1 次提交
  12. 14 1月, 2014 3 次提交
  13. 25 8月, 2013 1 次提交
  14. 06 7月, 2013 1 次提交
  15. 28 6月, 2013 1 次提交
  16. 23 3月, 2013 1 次提交
  17. 25 2月, 2013 1 次提交
  18. 12 2月, 2013 1 次提交
  19. 28 1月, 2013 1 次提交
  20. 07 12月, 2012 2 次提交
  21. 24 11月, 2012 1 次提交
  22. 16 11月, 2012 1 次提交
  23. 08 11月, 2012 1 次提交
  24. 03 10月, 2012 1 次提交
  25. 22 4月, 2012 1 次提交
    • S
      mmc: remove imxmmc driver · 6187fee4
      Sascha Hauer 提交于
      This driver is broken since 2.6.31 when the traditional i.MX1
      support was removed.
      
      In theory the i.MX1 mmc controller can be supported by the mxcmmc
      driver which basically is the same hardware. However, the i.MX1
      controller has severe bugs which made several workarounds necessary which
      resulted in a different driver structure. At that time it seemed easier
      to write a second driver to support hardware without bugs.
      
      As noone cared for the i.MX1 driver for a long time and it does
      not compile, remove it.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      6187fee4
  26. 26 3月, 2012 1 次提交
  27. 12 1月, 2012 1 次提交
  28. 21 7月, 2011 7 次提交
  29. 25 5月, 2011 1 次提交