1. 18 4月, 2016 2 次提交
  2. 25 2月, 2016 2 次提交
  3. 01 2月, 2016 1 次提交
    • A
      ARM: EXYNOS: select THERMAL_OF · dc7eb9d5
      Arnd Bergmann 提交于
      We cannot select a symbol that has disabled dependencies, so
      we get a warning if we ever enable EXYNOS_THERMAL without
      also turning on THERMAL_OF:
      
      warning: (ARCH_EXYNOS) selects EXYNOS_THERMAL which has unmet direct dependencies (THERMAL && (ARCH_EXYNOS || COMPILE_TEST) && THERMAL_OF)
      
      This adds another 'select' in the platform code to avoid that
      case. Alternatively, we could decide to not select EXYNOS_THERMAL
      here and instead make it a user option.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: f87e6bd3 ("thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OF")
      Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
      dc7eb9d5
  4. 15 12月, 2015 1 次提交
  5. 02 12月, 2015 1 次提交
  6. 20 11月, 2015 1 次提交
  7. 14 8月, 2015 1 次提交
  8. 30 7月, 2015 1 次提交
  9. 27 3月, 2015 1 次提交
  10. 13 12月, 2014 1 次提交
  11. 21 11月, 2014 2 次提交
  12. 29 10月, 2014 1 次提交
  13. 20 10月, 2014 1 次提交
    • B
      ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=y · 0d713cf1
      Bartlomiej Zolnierkiewicz 提交于
      Fix building of exynos_defconfig with CONFIG_PM_SLEEP disabled and
      CONFIG_ARM_EXYNOS_CPUIDLE enabled by:
      
      * adding EXYNOS_CPU_SUSPEND config option
      * always building sleep.o
      * building pm.o if EXYNOS_CPU_SUSPEND is enabled
      * moving suspend specific code from pm.c to suspend.c
      * enabling pm-common.o build also for EXYNOS_CPU_SUSPEND option
      
      [ Please note that there are no changes in the code moved from pm.c
        to suspend.c except making few functions non-static and cleaning
        up includes. ]
      
      Also while at it update Copyright dates.
      
      The build error messages:
      drivers/built-in.o: In function `exynos_enter_core0_aftr':
      /home/bzolnier/linux/drivers/cpuidle/cpuidle-exynos.c:36: undefined reference to `cpu_suspend'
      arch/arm/mach-exynos/built-in.o:(.data+0x74): undefined reference to `exynos_enter_aftr'
      make: *** [vmlinux] Error 1
      
      This patch has been tested on Exynos4210 based Origen board.
      Signed-off-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      Acked-by: NKyungmin Park <kyungmin.park@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      0d713cf1
  14. 23 7月, 2014 1 次提交
  15. 18 7月, 2014 1 次提交
  16. 17 6月, 2014 2 次提交
  17. 31 5月, 2014 6 次提交
  18. 16 5月, 2014 1 次提交
  19. 21 3月, 2014 2 次提交
  20. 19 2月, 2014 1 次提交
  21. 21 12月, 2013 1 次提交
  22. 21 10月, 2013 1 次提交
  23. 27 8月, 2013 1 次提交
  24. 24 7月, 2013 1 次提交
  25. 16 7月, 2013 1 次提交
  26. 06 7月, 2013 1 次提交
  27. 27 6月, 2013 1 次提交
  28. 19 6月, 2013 3 次提交