1. 14 12月, 2011 2 次提交
  2. 18 11月, 2011 1 次提交
  3. 20 10月, 2011 1 次提交
  4. 27 9月, 2011 1 次提交
  5. 10 3月, 2011 1 次提交
    • K
      OMAP2+: remove unused UART base addresses from omap_globals · df93bd76
      Kevin Hilman 提交于
      Now that omap_hwmod + omap_device is used for OMAP UART device and
      driver code, we no longer need the UART physical addresses in
      omap_globals.
      
      Note that the #defines for the base addresses are still left in
      <plat/serial.h> since they are used by DEBUG_LL and uncompress code.
      
      Build tested for OMAP1 (omap1_defconfig) and OMAP2+ (omap2plus_defconfig)
      Signed-off-by: NKevin Hilman <khilman@ti.com>
      df93bd76
  6. 17 2月, 2011 1 次提交
  7. 28 1月, 2011 1 次提交
  8. 09 10月, 2010 2 次提交
    • P
      OMAP: control: move plat-omap/control.h to mach-omap2/control.h · 4814ced5
      Paul Walmsley 提交于
      Only OMAP2+ platforms have the System Control Module (SCM) IP block.
      In the past, we've kept the SCM header file in plat-omap.  This has
      led to abuse - device drivers including it; includes being added that
      create implicit dependencies on OMAP2+ builds; etc.
      
      In response, move the SCM headers into mach-omap2/.
      
      As part of this, remove the direct SCM access from the OMAP UDC
      driver.  It was clearly broken.  The UDC code needs an indepth review for
      use on OMAP2+ chips.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Cc: Cory Maccarrone <darkstar6262@gmail.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      4814ced5
    • P
      OMAP: split plat-omap/common.c · aa218daf
      Paul Walmsley 提交于
      Split plat-omap/common.c into three pieces:
      
      1. the 32KiHz sync timer and clocksource code, which now lives in
         plat-omap/counter_32k.c;
      
      2. the OMAP2+ common code, which has been moved to mach-omap2/common.c;
      
      3. and the remainder of the OMAP-wide common code, which includes the
         deprecated ATAGs code and a deprecated video RAM reservation function.
      
      The primary motivation for doing this is to move the OMAP2+-specific parts
      into an OMAP2+-specific file, so that build breakage related to the
      System Control Module code can be resolved.
      
      Benoît Cousson <b-cousson@ti.com> suggested a new filename and found
      some bugs in the counter_32k.c comments - thanks Benoît.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Cc: Benoît Cousson <b-cousson@ti.com>
      aa218daf