1. 30 1月, 2013 21 次提交
  2. 29 1月, 2013 1 次提交
  3. 28 1月, 2013 2 次提交
  4. 24 1月, 2013 2 次提交
  5. 23 1月, 2013 11 次提交
  6. 22 1月, 2013 3 次提交
    • L
      ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport · 7662a9c6
      Luciano Coelho 提交于
      Add the UART2 muxing data to the board file (this used to be,
      erroneously, done in the bootloader).
      
      Cc: stable <stable@vger.kernel.org> [3.7]
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      7662a9c6
    • P
      ARM: OMAP2+: DT node Timer iteration fix · 034bf091
      Pantelis Antoniou 提交于
      The iterator correctly handles of_node_put() calls.
      Remove it before continue'ing the loop.
      Without this patch you get the following with
      CONFIG_OF_DYNAMIC set:
      
      ERROR: Bad of_node_put() on /ocp/timer@44e31000!
      [<c001329c>] (unwind_backtrace+0x0/0xe0) from [<c03dd8f0>] (of_node_release+0x2c/0xa0)!
      [<c03dd8f0>] (of_node_release+0x2c/0xa0) from [<c03ddea0>] (of_find_matching_node_and_match+0x78/0x90)!
      [<c03ddea0>] (of_find_matching_node_and_match+0x78/0x90) from [<c06d349c>] (omap_get_timer_dt+0x78/0x90)!
      [<c06d349c>] (omap_get_timer_dt+0x78/0x90) from [<c06d3664>] (omap_dm_timer_init_one.clone.2+0x34/0x2bc)!
      [<c06d3664>] (omap_dm_timer_init_one.clone.2+0x34/0x2bc) from [<c06d3a2c>] (omap2_gptimer_clocksource_init.clone.4+0x24/0xa8)!
      [<c06d3a2c>] (omap2_gptimer_clocksource_init.clone.4+0x24/0xa8) from [<c06cca58>] (time_init+0x20/0x30)!
      [<c06cca58>] (time_init+0x20/0x30) from [<c06c9690>] (start_kernel+0x1a8/0x2fc)!
      Signed-off-by: NPantelis Antoniou <panto@antoniou-consulting.com>
      Acked-by: NJon Hunter <jon-hunter@ti.com>
      [tony@atomide.com: updated description per Jon]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      034bf091
    • T
      ARM: OMAP2+: Fix section warning for omap_init_ocp2scp() · e407ee09
      Tony Lindgren 提交于
      Otherwise we will get:
      
      WARNING: vmlinux.o(.text+0x1d4f0): Section mismatch in reference from the
      function omap_init_ocp2scp() to the function .init.text:omap_device_build()
      The function omap_init_ocp2scp() references
      the function __init omap_device_build().
      This is often because omap_init_ocp2scp lacks a __init
      annotation or the annotation of omap_device_build is wrong.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      e407ee09