1. 22 7月, 2014 3 次提交
  2. 21 7月, 2014 2 次提交
  3. 27 6月, 2014 1 次提交
    • O
      ARM: bcm: Fix bcm and multi_v7 defconfigs · bfda90cb
      Olof Johansson 提交于
      BCM (Kona/capri platform) has regressed in two ways on this release. First,
      bcm_defconfig no longer selected the appropriate MMC driver options due to
      changes in dependencies. Secondly, the new MFD and regulator drivers were not
      enabled on multi_v7_defconfig, so that caused the system to fail probing MMC
      there.
      
      Fix by enabling the new options as needed.
      
      Cc: Matt Porter <matt.porter@linaro.org>
      Cc: Christian Daudt <bcm@fixthebug.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      bfda90cb
  4. 20 6月, 2014 1 次提交
  5. 17 6月, 2014 1 次提交
  6. 31 5月, 2014 1 次提交
  7. 30 5月, 2014 1 次提交
  8. 28 5月, 2014 1 次提交
  9. 24 5月, 2014 3 次提交
  10. 23 5月, 2014 1 次提交
  11. 20 5月, 2014 1 次提交
  12. 17 5月, 2014 1 次提交
  13. 06 5月, 2014 4 次提交
  14. 27 3月, 2014 2 次提交
  15. 22 3月, 2014 1 次提交
  16. 18 3月, 2014 1 次提交
  17. 06 3月, 2014 1 次提交
  18. 27 2月, 2014 1 次提交
  19. 18 2月, 2014 2 次提交
  20. 11 2月, 2014 1 次提交
  21. 01 2月, 2014 4 次提交
  22. 18 12月, 2013 1 次提交
  23. 13 12月, 2013 1 次提交
  24. 05 12月, 2013 1 次提交
  25. 04 12月, 2013 2 次提交
  26. 30 10月, 2013 1 次提交
    • C
      rename ARCH_BCM to ARCH_BCM_MOBILE (mach-bcm) · badb9238
      Christian Daudt 提交于
      Currently ARCH_BCM has been used for Broadcom
      Mobile V7 based SoCs. In order to allow other Broadcom
      SoCs to also use mach-bcm directory and files, this patch
      renames the original ARCH_BCM to ARCH_BCM_MOBILE, and
      uses ARCH_BCM to define any Broadcom chip residing
      in mach-bcm directory.
      Signed-off-by: NChristian Daudt <bcm@fixthebug.org>
      Acked-by: NOlof Johansson <olof@lixom.net>
      
      Changes from v2:
       - switch ARCH_MULTIPLATFORM from select to depends
       - remove 'default y' from BCM_MOBILE
      
      Changes from v1:
       - fix alpha ordering in dts/Makefile
       - break into 4 patches for separate subsys
      badb9238