1. 06 4月, 2012 3 次提交
  2. 28 3月, 2012 12 次提交
  3. 12 1月, 2012 2 次提交
  4. 09 12月, 2011 2 次提交
  5. 08 12月, 2011 1 次提交
  6. 27 10月, 2011 4 次提交
  7. 21 7月, 2011 11 次提交
  8. 26 6月, 2011 2 次提交
  9. 01 6月, 2011 1 次提交
  10. 23 3月, 2011 1 次提交
  11. 02 3月, 2011 1 次提交
    • P
      MMC: omap_hsmmc: enable interface clock before calling mmc_host_enable() · a05dcdb9
      Paul Walmsley 提交于
      The code path entered via mmc_host_enable() can include register
      accesses to the HSMMC IP block.  For this to work, both the device
      interface clock and functional clock need to be enabled before
      mmc_host_enable() is called.  However, omap_hsmmc_probe() calls
      mmc_host_enable() before enabling the device interface clock.
      
      Fix by calling mmc_host_enable() after the device interface clock is
      enabled.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Cc: Madhusudhan Chikkature Rajashekar <madhu.cr@ti.com>
      Cc: Adrian Hunter <adrian.hunter@nokia.com>
      Cc: Kishore Kadiyala <kishore.kadiyala@ti.com>
      Cc: Tero Kristo <Tero.Kristo@nokia.com>
      Acked-by: NMadhusudhan Chikkature Rajashekar <madhu.cr@ti.com>
      a05dcdb9