1. 25 7月, 2016 1 次提交
  2. 02 5月, 2016 1 次提交
  3. 18 4月, 2016 1 次提交
  4. 17 3月, 2016 1 次提交
  5. 29 2月, 2016 4 次提交
  6. 22 12月, 2015 1 次提交
  7. 09 11月, 2015 1 次提交
  8. 26 10月, 2015 4 次提交
  9. 24 8月, 2015 1 次提交
  10. 24 7月, 2015 1 次提交
  11. 18 6月, 2015 1 次提交
  12. 01 6月, 2015 1 次提交
  13. 28 3月, 2015 1 次提交
  14. 23 3月, 2015 4 次提交
  15. 30 1月, 2015 1 次提交
  16. 28 1月, 2015 2 次提交
  17. 20 1月, 2015 1 次提交
  18. 26 11月, 2014 2 次提交
  19. 09 9月, 2014 4 次提交
  20. 26 7月, 2014 1 次提交
  21. 10 7月, 2014 4 次提交
  22. 09 7月, 2014 1 次提交
  23. 12 6月, 2014 1 次提交
    • A
      mmc: simplify SDHCI Kconfig dependencies · 5d01b768
      Arnd Bergmann 提交于
      We have a number of front-end drivers for SDHCI_PLTFM, some of them
      use 'select MMC_SDHCI_PLTFM', others use 'depends on'. This is
      inconsistent and confusing, and in one case has also led to a
      build error because of incomplete dependencies:
      
      warning: (MMC_SDHCI_PXAV3 && MMC_SDHCI_PXAV2 && MMC_SDHCI_BCM_KONA) selects MMC_SDHCI_PLTFM which has unmet direct dependencies (MMC && MMC_SDHCI)
      drivers/built-in.o: In function `sdhci_sirf_resume':
      :(.text+0xaaacb4): undefined reference to `sdhci_resume_host'
      drivers/built-in.o: In function `sdhci_sirf_suspend':
      :(.text+0xaaacf8): undefined reference to `sdhci_suspend_host'
      drivers/built-in.o: In function `sdhci_sirf_probe':
      :(.text+0xaaaf44): undefined reference to `sdhci_add_host'
      :(.text+0xaaaf50): undefined reference to `sdhci_remove_host'
      
      This changes Kconfig to use 'depends on MMC_SDHCI_PLTFM' for all these
      cases, to fix the build error and make the logic more logical.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      5d01b768