1. 21 7月, 2012 7 次提交
  2. 06 4月, 2012 3 次提交
  3. 28 3月, 2012 1 次提交
  4. 21 3月, 2012 1 次提交
  5. 14 3月, 2012 1 次提交
  6. 14 2月, 2012 1 次提交
    • G
      mmc: sh_mmcif: fix late delayed work initialisation · 5ba85d95
      Guennadi Liakhovetski 提交于
      If the driver is loaded with a card in the slot, mmc_add_host() will
      schedule an immediate card-detection work, which will start IO and wait
      for command completion. Usually the kernel first returns to the sh_mmcif
      probe function, lets it finish and only then schedules the rescan work.
      But sometimes, expecially under heavy system load, the work will be
      scheduled immediately before returning to the probe method. In this case
      it is important for the driver to be fully prepared for IO. For sh_mmcif
      this means, that also the timeout work has to be initialised before
      calling mmc_add_host(). It is also better to prepare interrupts
      beforehand. Besides, since mmc_add_host() does card-detection itself,
      there is no need to do it again immediately afterwards.
      Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      5ba85d95
  7. 12 1月, 2012 6 次提交
  8. 11 12月, 2011 1 次提交
  9. 31 10月, 2011 1 次提交
  10. 27 10月, 2011 2 次提交
  11. 21 7月, 2011 1 次提交
  12. 25 5月, 2011 2 次提交
  13. 17 3月, 2011 1 次提交
  14. 16 3月, 2011 4 次提交
  15. 05 1月, 2011 1 次提交
  16. 25 11月, 2010 3 次提交
  17. 10 11月, 2010 1 次提交
    • S
      mmc, sh: Move constants to sh_mmcif.h · da1d39e3
      Simon Horman 提交于
      This moves some constants from sh_mmcif.c to sh_mmcif.h
      so that they can be used in sh_mmcif_boot_init().
      
      It also alters the definition of SOFT_RST_OFF from (0 << 31) to
      ~SOFT_RST_ON (= ~(1 << 31)). The former seems bogus.  The latter is
      consistent with the code in sh_mmcif_boot_init().
      
      Cc: Yusuke Goda <yusuke.goda.sx@renesas.com>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Signed-off-by: NSimon Horman <horms@verge.net.au>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      da1d39e3
  18. 29 10月, 2010 1 次提交
  19. 23 10月, 2010 1 次提交
  20. 31 5月, 2010 1 次提交