1. 22 1月, 2016 1 次提交
  2. 18 12月, 2015 1 次提交
  3. 13 10月, 2015 1 次提交
  4. 21 5月, 2015 1 次提交
  5. 03 4月, 2015 2 次提交
  6. 29 11月, 2014 1 次提交
    • T
      ARM: OMAP2+: Move GPMC initcall to devices.c · a8612809
      Tony Lindgren 提交于
      This will us allow to just move gpmc.c to live under drivers
      in the next patch.
      
      Note that we now also remove the omap specific check for the
      initcall. That's OK as gpmc_probe() checks for the pdata
      and bails out for other platforms compiled in.
      
      Also the postcore_initcall() maybe possible to change to
      just regular module_init(), but let's do that in separate
      patch after the move to drivers is done.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Acked-by: NRoger Quadros <rogerq@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      a8612809
  7. 22 11月, 2014 1 次提交
  8. 06 11月, 2014 2 次提交
  9. 15 7月, 2014 1 次提交
  10. 08 7月, 2014 1 次提交
  11. 29 5月, 2014 1 次提交
  12. 13 3月, 2014 1 次提交
  13. 09 10月, 2013 1 次提交
  14. 26 9月, 2013 1 次提交
  15. 21 8月, 2013 1 次提交
  16. 09 8月, 2013 1 次提交
  17. 04 7月, 2013 2 次提交
  18. 18 6月, 2013 1 次提交
  19. 12 6月, 2013 5 次提交
  20. 31 5月, 2013 3 次提交
  21. 31 3月, 2013 8 次提交
  22. 13 2月, 2013 1 次提交
    • P
      ARM: OMAP2+: fix some omap_device_build() calls that aren't compiled by default · 6efc3fe0
      Paul Walmsley 提交于
      Commit c1d1cd59 ("ARM: OMAP2+:
      omap_device: remove obsolete pm_lats and early_device code") missed a
      few omap_device_build() calls that aren't included as part of the default
      OMAP2+ Kconfig, omap2plus_defconfig.
      
      Ideally, all devices that are present on the SoC should be created by
      default, and only the corresponding device driver should be configured
      or deconfigured in Kconfig.  This allows drivers to be built as
      modules and loaded later, even if they weren't part of the original
      kernel build.  Unfortunately, we're not quite there yet.
      
      Thanks to Tony Lindgren for reporting this, found during his
      randconfig tests.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      6efc3fe0
  23. 07 2月, 2013 1 次提交
  24. 26 1月, 2013 1 次提交
    • P
      ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device code · c1d1cd59
      Paul Walmsley 提交于
      Remove now-obsolete code from arch/arm/mach-omap2/omap_device.c.  This
      mostly consists of removing the first attempt at device PM latency
      handling.  This was never really used, has been replaced by the common
      dev_pm_qos code, and needs to go away as part of the DT conversion.
      Also, the early platform_device creation code has been removed, as it
      appears to be unused.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Cc: Kevin Hilman <khilman@deeprootsystems.com>
      c1d1cd59