1. 17 6月, 2013 2 次提交
  2. 31 5月, 2013 16 次提交
  3. 21 5月, 2013 4 次提交
  4. 18 5月, 2013 1 次提交
  5. 14 5月, 2013 1 次提交
    • J
      gpio/omap: ensure gpio context is initialised · 352a2d5b
      Jon Hunter 提交于
      Commit a2797bea (gpio/omap: force restore if context loss is not
      detectable) broke gpio support for OMAP when booting with device-tree
      because a restore of the gpio context being performed without ever
      initialising the gpio context. In other words, the context restored was
      bad.
      
      This problem could also occur in the non device-tree case, however, it
      is much less likely because when booting without device-tree we can
      detect context loss via a platform specific API and so context restore
      is performed less often.
      
      Nevertheless we should ensure that the gpio context is initialised
      on the first pm-runtime resume for gpio banks that could lose their
      state regardless of whether we are booting with device-tree or not.
      
      The context loss count was being initialised on the first pm-runtime
      suspend following a resume, by populating the get_count_loss_count()
      function pointer after the first pm-runtime resume. To make the code
      more readable and logical, initialise the context loss count on the
      first pm-runtime resume if the context is not yet valid.
      Reported-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NJon Hunter <jon-hunter@ti.com>
      Acked-by: Santosh Shilimkar<santosh.shilimkar@ti.com>
      Reviewed-by: NKevin Hilman <khilman@linaro.org>
      Tested-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      352a2d5b
  6. 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
  7. 26 4月, 2013 2 次提交
  8. 25 4月, 2013 1 次提交
  9. 19 4月, 2013 2 次提交
  10. 16 4月, 2013 1 次提交
  11. 12 4月, 2013 3 次提交
  12. 11 4月, 2013 6 次提交