1. 30 Nov, 2016 1 commit
  2. 25 Nov, 2016 3 commits
  3. 23 Nov, 2016 2 commits
  4. 20 Nov, 2016 1 commit
    • Kevin Hilman's avatar
      ARM: davinci: PM: fix build when da850 not compiled in · f7715b29
      Kevin Hilman authored
      Currently, suspend/resume support is only available on da850 platforms,
      and the platform PM code has dependencies on da850 functions.  However,
      CONFIG_SUSPEND might be enabled even when da850 support is not, causing
      build failure:
      
      arch/arm/mach-davinci/built-in.o: In function `davinci_pm_init':
      pm_domain.c:(.init.text+0x1fb8): undefined reference to `da8xx_get_mem_ctlr'
      pm_domain.c:(.init.text+0x20b0): undefined reference to `da8xx_syscfg1_base'
      
      Fix this by only building the PM core when da850 is enabled.
      Reported-by: default avatarSekhar Nori <nsekhar@ti.com>
      Fixes: aa9aa1ec ("ARM: davinci: PM: rework init, remove platform device")
      Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
      Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
      f7715b29
  5. 19 Nov, 2016 5 commits
  6. 18 Nov, 2016 7 commits
  7. 16 Nov, 2016 2 commits
  8. 15 Nov, 2016 5 commits
  9. 14 Nov, 2016 3 commits
  10. 10 Nov, 2016 11 commits