1. 31 5月, 2014 4 次提交
  2. 21 3月, 2014 2 次提交
  3. 19 2月, 2014 1 次提交
  4. 21 12月, 2013 1 次提交
  5. 21 10月, 2013 1 次提交
  6. 27 8月, 2013 1 次提交
  7. 24 7月, 2013 1 次提交
  8. 16 7月, 2013 1 次提交
  9. 06 7月, 2013 1 次提交
  10. 27 6月, 2013 1 次提交
  11. 19 6月, 2013 5 次提交
  12. 15 6月, 2013 1 次提交
  13. 10 6月, 2013 1 次提交
    • K
      ARM: EXYNOS: no more support non-DT for EXYNOS SoCs · 383ffda2
      Kukjin Kim 提交于
      As we discussed in mailing list, non-DT for EXYNOS SoCs will not be
      supported from v3.11. This patch removes regarding files for non-DT
      including board files and defconfig.
      
      Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
      Cc: Tomasz Figa <t.figa@samsung.com>
      Cc: Thomas Abraham <thomas.ab@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Olof Johansson <olof@lixom.net>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      383ffda2
  14. 07 6月, 2013 1 次提交
  15. 25 5月, 2013 1 次提交
  16. 27 4月, 2013 1 次提交
    • O
      Revert "ARM: exynos: enable multiplatform support" · 4923ee44
      Olof Johansson 提交于
      This reverts commit bd51de53.
      
      Turns out that multiplatform breaks some uses cases, such as when you
      have an existing defconfig, since it adds the new EXYNOS_SINGLE config
      option as a dependecy. As a result, nearly all exynos config options
      will be disabled by default.
      
      Reverting instead of rebasing since this branch is pulled in as a
      dependency elsewhere.
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      4923ee44
  17. 19 4月, 2013 2 次提交
    • A
      ARM: exynos: enable multiplatform support · bd51de53
      Arnd Bergmann 提交于
      This makes it possible to enable the exynos platform as part of a
      multiplatform kernel, in addition to keeping the single-platform
      exynos support.
      
      The multiplatform variant has a number of limitations at the moment:
      
      * It only supports DT-enabled machines. This is not a problem in
        the long run, as non-DT machines for exynos are going away.
        The main problem here is that the gpio code and the exynos_eint
        irqchip are not multiplatform capable but still required for
        ATAGS based boot.
      * The watchdog driver is still missing a conversion.
      * sparsemem and memory_holes are currently not supported in
        multiplatform.
      
      The the multiplatform aware ARCH_EXYNOS Kconfig symbol is disabled
      for now, as dependent patches are still pending in other
      subsystem trees. We will enable it once everything comes together.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      bd51de53
    • A
      ARM: exynos: introduce EXYNOS_ATAGS symbol · b4cf27f7
      Arnd Bergmann 提交于
      As a preparation for multiplatform support, this introduces
      a new Kconfig symbol to split the ATAGS based EXYNOS platforms
      from the DT based ones. Turning off CONFIG_EXYNOS_ATAGS disables
      all platforms that are not yet converted to DT, and we can
      have code that relies on DT checking for this symbol being
      disabled.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      b4cf27f7
  18. 10 4月, 2013 2 次提交
  19. 08 4月, 2013 1 次提交
  20. 22 3月, 2013 2 次提交
  21. 09 3月, 2013 2 次提交
  22. 07 3月, 2013 2 次提交
  23. 05 3月, 2013 1 次提交
  24. 05 2月, 2013 1 次提交
  25. 19 1月, 2013 1 次提交
  26. 11 1月, 2013 1 次提交
  27. 29 12月, 2012 1 次提交
    • K
      ARM: EXYNOS: enable PINCTRL for EXYNOS5440 · b2318482
      Kukjin Kim 提交于
      This patch removes following warning in kernel boot log,
      Because EXYNOS5440 can support only Pinctrl not GPIO.
      
      WARNING: at drivers/gpio/gpio-samsung.c:3102 samsung_gpiolib_init+0x68/0x8c()
      Unknown SoC in gpio-samsung, no GPIOs added
      
      Cc: Thomas Abraham <thomas.ab@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      b2318482