1. 19 1月, 2015 2 次提交
    • N
      mmc: omap_hsmmc: use slot-gpio library for gpio support. · 41afa314
      NeilBrown 提交于
      Using the common code removes some code duplication, and
      makes it easier to switch to using mmc_of_parse() which
      will remove more duplication.
      
      This uses the new mmc_gpio_request_cd_isr to provide a non-standard
      interrupt service routine for card-detect interrupts.
      Signed-off-by: NNeilBrown <neilb@suse.de>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      41afa314
    • N
      mmc: omap_hsmmc: remove prepare/complete system suspend support. · 61bd8a04
      NeilBrown 提交于
      The only function of these 'prepare' and 'complete' is to
      disable the 'card detect' irq during suspend.
      
      The commit which added this,
      commit a48ce884
          mmc: omap_hsmmc: Introduce omap_hsmmc_prepare/complete
      
      justified it by the need to avoid the registration of new devices
      during suspend.
      However mmc_pm_notify will set ->rescan_disable in the 'prepare'
      stage and clear it in the 'complete' stage, so no card detection
      will actually happen.
      Also the interrupt will be disabled before final suspend as part
      of common suspend processing.
      
      So this disabling of the interrupt is unnecessary, and interferes
      with a transition to using common code for card-detect management.
      
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: Venkatraman S <svenkatr@ti.com>
      Cc: Chris Ball <cjb@laptop.org>
      Signed-off-by: NNeilBrown <neilb@suse.de>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      61bd8a04
  2. 26 11月, 2014 7 次提交
  3. 09 9月, 2014 2 次提交
  4. 09 7月, 2014 6 次提交
  5. 22 5月, 2014 6 次提交
  6. 21 4月, 2014 1 次提交
  7. 05 3月, 2014 14 次提交
  8. 31 10月, 2013 2 次提交