1. 27 6月, 2014 1 次提交
    • L
      video: move Versatile CLCD helpers · 11c32d7b
      Linus Walleij 提交于
      This moves the Versatile-specific helper code and panel database
      down into the drivers/video folder next to the CLCD driver
      itself, preserving the config symbol but also moving the header
      to platform data.
      
      This is necessary to rid the Integrator of this final <plat/*>
      inclusion dependency and get us one less user of the
      plat-versatile folder.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
      Cc: linux-fbdev@vger.kernel.org
      Cc: Russell King <linux@arm.linux.org.uk>
      Acked-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      11c32d7b
  2. 28 3月, 2014 1 次提交
  3. 05 11月, 2012 1 次提交
  4. 15 9月, 2012 1 次提交
  5. 12 7月, 2012 2 次提交
    • P
      ARM: versatile: Make plat-versatile clock optional · 56a34b03
      Pawel Moll 提交于
      ... in preparation for common clock coming for Integrator
      and Versatile Express.
      
      Based on Linus Walleij's "ARM: integrator: convert to common
      clock" patch.
      Signed-off-by: NPawel Moll <pawel.moll@arm.com>
      56a34b03
    • L
      ARM: integrator: convert to common clock · a613163d
      Linus Walleij 提交于
      This converts the Integrator platform to use common clock
      and the ICST driver. Since from this point not all ARM
      reference platforms use the clock, we define
      CONFIG_PLAT_VERSATILE_CLOCK and select it for all platforms
      except the Integrator.
      
      Open issue: I could not use the .init_early() field of the
      machine descriptor to initialize the clocks, but had to
      move them to .init_irq(), so presumably .init_early() is
      so early that common clock is not up, and .init_machine()
      is too late since it's needed for the clockevent/clocksource
      initialization. Any suggestions on how to solve this is
      very welcome.
      
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      [mturquette@linaro.org: use 'select' instead of versatile Kconfig]
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      a613163d
  6. 13 3月, 2012 1 次提交
  7. 19 2月, 2011 5 次提交
  8. 05 1月, 2011 1 次提交
  9. 04 11月, 2010 1 次提交
  10. 26 7月, 2010 2 次提交
  11. 02 5月, 2010 3 次提交