1. 17 8月, 2015 2 次提交
  2. 24 7月, 2015 2 次提交
  3. 22 5月, 2015 1 次提交
  4. 31 3月, 2015 2 次提交
  5. 27 3月, 2015 2 次提交
    • A
      ARM: OMAP2: HSMMC: explicit fields to declare cover/card detect pin · b7a5646f
      Andreas Fenkart 提交于
      board-rx51 has no card detect pin in the mmc slot, but can detect that
      the (cell-phone) cover has been removed and the card is accessible.
      The semantics between cover/card detect differ, the gpio on the slot
      informs you after the card has been removed, cover removal does not
      necessarily mean that the card has been removed.
      This means different code paths are necessary. To complete this we
      also want different fields in the platform data for cover and card
      detect. This separation is not pushed all the way down into struct
      omap2_hsmmc_info which is used to initialize the platform data.
      If we did that we had to go over all board files and set the new
      gpio_cod pin to -EINVAL. If we forget one board or some out-of-tree
      archicture forgets that the default '0' is used which is a valid pin
      number.
      Signed-off-by: NAndreas Fenkart <afenkart@gmail.com>
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      b7a5646f
    • N
      mmc: omap_hsmmc: stop using ->enable|disable() callbacks · f57ba4ca
      NeilBrown 提交于
      The ->enable|disable() callbacks are only used to get and put runtime
      PM references. Currently omap_hsmmc's ->set_ios() already does this
      itself.
      
      Other host drivers deals with runtime PM without using the
      ->enable|disable() callbacks and thus do the runtime PM reference
      counting themselves. Apply that approach for omap_hsmmc as well and
      then discard the ->enable|disable() callbacks.
      Signed-off-by: NNeilBrown <neil@brown.name>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      f57ba4ca
  6. 23 3月, 2015 4 次提交
  7. 19 1月, 2015 3 次提交
  8. 26 11月, 2014 7 次提交
  9. 09 9月, 2014 2 次提交
  10. 09 7月, 2014 6 次提交
  11. 22 5月, 2014 6 次提交
  12. 21 4月, 2014 1 次提交
  13. 05 3月, 2014 2 次提交