1. 17 3月, 2015 2 次提交
    • T
      ARM: OMAP3: Remove legacy support for devkit8000 · f56a1b24
      Tony Lindgren 提交于
      We've been moving all omap2+ based systems to boot in device tree only
      mode for a few years now. Only omap3 has legacy booting support
      remaining. Most omap3 boards already have related arch/arm/boot/*.dts*
      files for booting with device tree.
      
      As it seems this board only has minimal support upstreamed for the
      legacy booting and has not seen activity for on the mailing lists
      for a few years, let's attempt to remove the related legacy board-*.c
      file.
      
      I do not have this board, but it seems getting the same level of
      support with device tree based booting is mostly just configuring
      the .dts file. And there is no need to upgrade the boot loader as
      we can boot with appended DTB too. And most of the omap3 boards
      seem to be related to omap3-evm, and omap3beagleboard that are
      supported with device tree based booting.
      
      If somebody is using this board actively with the mainline kernel,
      please communicate this to the linux-omap mailing list so we can
      get the board booting with device tree based support. I can help
      some too getting the minimal device tree based booting going if
      help is needed.
      
      The reason for attempting to remove this board now is that I'd
      rather get the remaining omap3 legacy booting support into a known
      state where we at least have a .dts file being written for the
      remaining legacy boards. That is because for the next few merge
      cycles we can still revert this patch if absolutely necessary,
      but I'd rather not get suprised by missing .dts files at the point
      where we are ready to drop all remaining omap3 legacy booting
      support later on.
      
      http://www.embest-tech.com/product/single-board-computers/index.html
      
      Cc: Thomas Weber <thomas@tomweber.eu>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      f56a1b24
    • T
      ARM: OMAP3: Remove legacy support for EMA-Tech Stalker board · 35cc73da
      Tony Lindgren 提交于
      We've been moving all omap2+ based systems to boot in device tree only
      mode for a few years now. Only omap3 has legacy booting support
      remaining. Most omap3 boards already have related arch/arm/boot/*.dts*
      files for booting with device tree.
      
      As it seems this board only has minimal support upstreamed for the
      legacy booting and has not seen activity for on the mailing lists
      for a few years, let's attempt to remove the related legacy board-*.c
      file.
      
      I do not have this board, but it seems getting the same level of
      support with device tree based booting is mostly just configuring
      the .dts file. And there is no need to upgrade the boot loader as
      we can boot with appended DTB too. And most of the omap3 boards
      seem to be related to omap3-evm, and omap3beagleboard that are
      supported with device tree based booting.
      
      If somebody is using this board actively with the mainline kernel,
      please communicate this to the linux-omap mailing list so we can
      get the board booting with device tree based support. I can help
      some too getting the minimal device tree based booting going if
      help is needed.
      
      The reason for attempting to remove this board now is that I'd
      rather get the remaining omap3 legacy booting support into a known
      state where we at least have a .dts file being written for the
      remaining legacy boards. That is because for the next few merge
      cycles we can still revert this patch if absolutely necessary,
      but I'd rather not get suprised by missing .dts files at the point
      where we are ready to drop all remaining omap3 legacy booting
      support later on.
      
      Also looks like this board is no longer listed on ema-tech.com
      product page at:
      
      http://ema-tech.com/en/categories.html
      
      Cc: Jason Lam <lzg@ema-tech.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      35cc73da
  2. 31 1月, 2015 1 次提交
  3. 27 1月, 2015 2 次提交
  4. 15 1月, 2015 1 次提交
  5. 14 1月, 2015 4 次提交
  6. 08 1月, 2015 1 次提交
  7. 29 11月, 2014 1 次提交
  8. 08 11月, 2014 1 次提交
  9. 04 11月, 2014 3 次提交
  10. 27 10月, 2014 1 次提交
  11. 17 9月, 2014 1 次提交
  12. 10 9月, 2014 1 次提交
  13. 16 7月, 2014 1 次提交
  14. 06 7月, 2014 1 次提交
  15. 02 7月, 2014 2 次提交
  16. 16 6月, 2014 1 次提交
  17. 01 3月, 2014 1 次提交
  18. 18 1月, 2014 4 次提交
  19. 26 11月, 2013 3 次提交
  20. 19 11月, 2013 1 次提交
    • T
      ARM: OMAP2+: More randconfig fixes for reconfigure_io_chain · cae26f31
      Tony Lindgren 提交于
      Commit 26273e02 (ARM: OMAP2+: Fix build for dra7xx without
      omap4 and 5) attempted to fix randconfig found errors for
      redefinition of omap44xx_prm_reconfigure_io_chain, but was
      not enough.
      
      We need to check for AM43XX without any omap4 or 5 related
      SoCs as well. And looks like we have prm44xx.o built always
      anyways with omap-4-5-prcm-common because of the calls to
      omap4_prm_vp_clear_txdone, so we can remove the duplicate
      entries in the Makefile.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      cae26f31
  21. 16 11月, 2013 1 次提交
  22. 19 10月, 2013 4 次提交
  23. 14 10月, 2013 2 次提交