1. 08 6月, 2017 1 次提交
  2. 29 3月, 2017 1 次提交
    • A
      ARM: OMAP2+: mark omap_init_rng as __init · f0e68766
      Arnd Bergmann 提交于
      I found this section mismatch when building with an older
      compiler release:
      
      WARNING: vmlinux.o(.text+0x3051c): Section mismatch in reference from the
      function omap_init_rng() to the function .init.text:omap_device_build()
      
      Obviously this one function should be __init as well. Normally
      we don't get a warning as the function gets inlined into its
      caller.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      [tony@atomide.com: formatted error message a bit]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      f0e68766
  3. 11 11月, 2016 1 次提交
  4. 26 8月, 2016 1 次提交
  5. 22 1月, 2016 1 次提交
  6. 18 12月, 2015 1 次提交
  7. 13 10月, 2015 1 次提交
  8. 21 5月, 2015 1 次提交
  9. 03 4月, 2015 2 次提交
  10. 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
  11. 22 11月, 2014 1 次提交
  12. 06 11月, 2014 2 次提交
  13. 15 7月, 2014 1 次提交
  14. 08 7月, 2014 1 次提交
  15. 29 5月, 2014 1 次提交
  16. 13 3月, 2014 1 次提交
  17. 09 10月, 2013 1 次提交
  18. 26 9月, 2013 1 次提交
  19. 21 8月, 2013 1 次提交
  20. 09 8月, 2013 1 次提交
  21. 04 7月, 2013 2 次提交
  22. 18 6月, 2013 1 次提交
  23. 12 6月, 2013 5 次提交
  24. 31 5月, 2013 3 次提交
  25. 31 3月, 2013 7 次提交