1. 26 10月, 2015 2 次提交
  2. 24 8月, 2015 1 次提交
  3. 24 7月, 2015 1 次提交
  4. 18 6月, 2015 1 次提交
  5. 01 6月, 2015 1 次提交
  6. 28 3月, 2015 1 次提交
  7. 23 3月, 2015 4 次提交
  8. 30 1月, 2015 1 次提交
  9. 28 1月, 2015 2 次提交
  10. 20 1月, 2015 1 次提交
  11. 26 11月, 2014 2 次提交
  12. 09 9月, 2014 4 次提交
  13. 26 7月, 2014 1 次提交
  14. 10 7月, 2014 4 次提交
  15. 09 7月, 2014 1 次提交
  16. 12 6月, 2014 2 次提交
    • 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
    • A
      mmc: omap: don't select TPS65010 · 60a549fc
      Arnd Bergmann 提交于
      The MMC host driver should not select the pmic driver, since that
      may have other dependencies, notably i2c in this case. It's not
      clear what the exact requirement of the driver is, but to preserve
      the behavior, this patch changes the 'select' into 'depends on',
      meaning you now have to turn on TPS65010 explicitly and then
      MMC_OMAP.
      
      Found during randconfig build testing.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: linux-omap@vger.kernel.org
      Cc: Jarkko Nikula <jarkko.nikula@bitmer.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      60a549fc
  17. 04 6月, 2014 1 次提交
  18. 03 6月, 2014 1 次提交
  19. 22 5月, 2014 2 次提交
  20. 13 5月, 2014 2 次提交
  21. 28 4月, 2014 1 次提交
  22. 27 3月, 2014 1 次提交
  23. 24 3月, 2014 1 次提交
  24. 27 2月, 2014 1 次提交
  25. 14 1月, 2014 1 次提交