1. 10 1月, 2011 5 次提交
  2. 07 1月, 2011 1 次提交
  3. 05 1月, 2011 3 次提交
  4. 04 1月, 2011 4 次提交
  5. 03 1月, 2011 22 次提交
  6. 02 1月, 2011 1 次提交
  7. 30 12月, 2010 1 次提交
  8. 29 12月, 2010 1 次提交
  9. 25 12月, 2010 2 次提交
    • B
      omap2: Make OMAP2PLUS select OMAP_DM_TIMER · dc69d1af
      Ben Gamari 提交于
      It appears that arch/arm/mach-omap2/timer-gp.o is needed by OMAP2PLUS.
      Since timer-gp.o has direct dependencies on omap_dm_timer_*, it seems
      correct for the architecture to depend upon OMAP_DM_TIMER, otherwise
      unsuspecting integrators will be faced with a whole bunch of linker
      errors at the end of their kernel build:
      
      arch/arm/mach-omap2/built-in.o: In function `omap2_gp_timer_set_mode':
      /home/bgamari/trees/linux-2.6/arch/arm/mach-omap2/timer-gp.c:84: undefined reference to `omap_dm_timer_stop'
      /home/bgamari/trees/linux-2.6/arch/arm/mach-omap2/timer-gp.c:88: undefined reference to `omap_dm_timer_get_fclk'
      /home/bgamari/trees/linux-2.6/arch/arm/mach-omap2/timer-gp.c:90: undefined reference to `omap_dm_timer_set_load_start'
      ...
      Signed-off-by: NBen Gamari <bgamari.foss@gmail.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      dc69d1af
    • B
      OMAP4: hwmod data: Fix alignment and end of line in structurefields · fe13471c
      Benoit Cousson 提交于
      In order to be fully aligned with the Python generator output,
      change a couple of fields.
      
      - Add tab in class structures to align attributes
      - Add a comma at the end of the following line to simplify
        the generation by having always the same eol:
        ".pre_shutdown   = &omap2_wd_timer_disable,"
      - Add a blank line before the first entry of the
        omap44xx_hwmods array.
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      Cc: Paul Walmsley <paul@pwsan.com>
      Tested-by: NG, Manjunath Kondaiah <manjugk@ti.com>
      Acked-by: NKevin Hilman <khilman@deeprootsystems.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      fe13471c