1. 29 11月, 2014 1 次提交
  2. 04 11月, 2014 1 次提交
  3. 17 9月, 2014 1 次提交
  4. 10 9月, 2014 1 次提交
  5. 16 7月, 2014 1 次提交
  6. 06 7月, 2014 1 次提交
  7. 02 7月, 2014 2 次提交
  8. 16 6月, 2014 1 次提交
  9. 01 3月, 2014 1 次提交
  10. 18 1月, 2014 4 次提交
  11. 26 11月, 2013 3 次提交
  12. 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
  13. 16 11月, 2013 1 次提交
  14. 19 10月, 2013 4 次提交
  15. 14 10月, 2013 2 次提交
  16. 09 10月, 2013 1 次提交
  17. 26 9月, 2013 1 次提交
  18. 23 8月, 2013 4 次提交
  19. 13 8月, 2013 1 次提交
  20. 04 7月, 2013 1 次提交
  21. 24 6月, 2013 1 次提交
    • M
      ARM: OMAP2+: AM43x: resolve SMP related build error · 22fe3b89
      Mohammed, Afzal 提交于
      If AM43x and SMP is selected, OMAP4 & OMAP5 deselected, build error as
      follows,
      
      arch/arm/mach-omap2/built-in.o: In function `scu_gp_set':
      arch/arm/mach-omap2/sleep44xx.S:131: undefined reference to `omap4_get_scu_base'
      arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode'
      arch/arm/mach-omap2/built-in.o: In function `scu_gp_clear':
      arch/arm/mach-omap2/sleep44xx.S:227: undefined reference to `omap4_get_scu_base'
      arch/arm/mach-omap2/sleep44xx.S:229: undefined reference to `scu_power_mode'
      
      Resolve it by building sleep44xx.S only for OMAP4 & OMAP5.
      Signed-off-by: NAfzal Mohammed <afzal@ti.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      22fe3b89
  22. 17 6月, 2013 1 次提交
  23. 12 6月, 2013 3 次提交
    • A
      ARM: OMAP2+: AM43x: kbuild · 33f82f33
      Afzal Mohammed 提交于
      Build pieces that could be reused for AM43x - GIC related, secure
      related and common PRCM.
      Signed-off-by: NAfzal Mohammed <afzal@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      33f82f33
    • A
      ARM: OMAP2+: separate out OMAP4 restart · ab4c2e1b
      Afzal Mohammed 提交于
      Separate out OMAP4 restart and have it similar to other platforms, in
      a different file. Main motive is to reuse omap4-common on platforms
      other than OMAP4, like AM43x, even if OMAP4 is deselected (otherwise
      would have caused build breakage).
      Signed-off-by: NAfzal Mohammed <afzal@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      ab4c2e1b
    • S
      mailbox/omap: move the OMAP mailbox framework to drivers · c869c75c
      Suman Anna 提交于
      The mailbox hardware (in OMAP) uses a queued mailbox interrupt
      mechanism that provides a communication channel between processors
      through a set of registers and their associated interrupt signals
      by sending and receiving messages.
      
      The OMAP mailbox framework/driver code is moved to be under
      drivers/mailbox, in preparation for adapting to a common mailbox
      driver framework. This allows the build for OMAP mailbox to be
      enabled (it was disabled during the multi-platform support).
      
      As part of the migration from plat and mach code:
      - Kconfig symbols have been renamed to build OMAP1 or OMAP2+ drivers.
      - mailbox.h under plat-omap/plat/include has been split into a public
        and private header files. The public header has only the API related
        functions and types.
      - The module name mailbox.ko from plat-omap is changed to
        omap-mailbox.ko
      - The module name mailbox_mach.ko from mach-omapX is changed as
          mailbox_omap1.ko for OMAP1
          mailbox_omap2.ko for OMAP2+
      
      Cc: Tony Lindgren <tony@atomide.com>
      [gregkh@linuxfoundation.org: ack for staging part]
      Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: NOmar Ramirez Luna <omar.ramirez@copitl.com>
      Signed-off-by: NSuman Anna <s-anna@ti.com>
      c869c75c
  24. 09 6月, 2013 1 次提交
  25. 31 5月, 2013 1 次提交