1. 24 11月, 2019 2 次提交
  2. 06 3月, 2019 2 次提交
  3. 01 8月, 2018 2 次提交
  4. 16 7月, 2018 1 次提交
  5. 04 4月, 2018 1 次提交
  6. 05 3月, 2018 8 次提交
  7. 22 1月, 2018 1 次提交
    • A
      mmc: tmio: hide unused tmio_mmc_clk_disable/tmio_mmc_clk_enable functions · 4a09d0b8
      Arnd Bergmann 提交于
      When CONFIG_PM is disabled, we get a warning about the clock handling
      being unused:
      
      drivers/mmc/host/tmio_mmc_core.c:937:13: error: 'tmio_mmc_clk_disable' defined but not used [-Werror=unused-function]
       static void tmio_mmc_clk_disable(struct tmio_mmc_host *host)
                   ^~~~~~~~~~~~~~~~~~~~
      drivers/mmc/host/tmio_mmc_core.c:929:12: error: 'tmio_mmc_clk_enable' defined but not used [-Werror=unused-function]
       static int tmio_mmc_clk_enable(struct tmio_mmc_host *host)
                  ^~~~~~~~~~~~~~~~~~~
      
      As the clock handling is now done elsewhere, this is only used when
      power management is enabled. We could make the functions as __maybe_unused,
      but since there is already an #ifdef section, it seems easier to move
      the helpers closer to their callers.
      
      Fixes: b21fc294 ("mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Reviewed-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      4a09d0b8
  8. 18 1月, 2018 5 次提交
  9. 12 1月, 2018 1 次提交
  10. 18 12月, 2017 5 次提交
  11. 11 12月, 2017 1 次提交
  12. 07 11月, 2017 1 次提交
  13. 02 11月, 2017 1 次提交
  14. 30 10月, 2017 1 次提交
  15. 20 10月, 2017 1 次提交
  16. 22 9月, 2017 1 次提交
  17. 30 8月, 2017 4 次提交
  18. 13 7月, 2017 1 次提交
  19. 20 6月, 2017 1 次提交