1. 09 3月, 2013 2 次提交
  2. 15 5月, 2012 1 次提交
    • J
      ARM:OMAP+:MMC: Add parameters to MMC init · bbbc1ae9
      Jonathan Solnit 提交于
      Add parameters to the OMAP MMC initialization function so the board can
      mask host capabilities and set the maximum clock frequency.  While the
      OMAP supports a certain set of MMC host capabilities, individual boards
      may be more restricted and the OMAP may need to be configured to match
      the board.  The PRG_SDMMC1_SPEEDCTRL bit in the OMAP3 is an example.
      Signed-off-by: NJonathan Solnit <jsolnit@gmail.com>
      bbbc1ae9
  3. 04 9月, 2011 1 次提交
  4. 21 12月, 2010 1 次提交
  5. 04 1月, 2010 1 次提交
  6. 15 12月, 2009 1 次提交
  7. 05 9月, 2009 1 次提交
  8. 29 7月, 2009 1 次提交
    • T
      OMAP3 Move twl4030 power and led functions · 2c155130
      Tom Rix 提交于
      Because twl4030 now has its own device files, move exiting
      omap3 power_init_r to a new location.
      
      power_init_r is the only function in board/omap3/common.
      It initializes the twl4030 power for the board and enables
      the led.
      
      The power part of the the function is moved to twl4030_power_init in
      drivers/power/twl4030.c The power compilation is conditional on the
      existing config variable CONFIG_TWL4030_POWER.
      
      The led part is moved to twl4030_led_init in the new file
      drivers/misc/twl4030_led.c  The led compilation is conditional on
      the new config variable CONFIG_TWL4030_LED
      
      The directory board/omap3/common was removed because power_init_r
      was the only function in it.
      Signed-off-by: NTom Rix <Tom.Rix@windriver.com>
      Acked-by: NJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      Acked-by: NHeiko Schocher <hs@denx.de>
      2c155130
  9. 28 7月, 2009 1 次提交
    • T
      TWL4030 Add power reset button · cd782635
      Tom Rix 提交于
      The Zoom2 power reset button is on the top right side of the
      main board.  Press and hold for about to 8 seconds to completely
      reset the board.
      
      Some of the beta boards have a hardware problem that prevents
      using this feature.  If is difficult to further characterize the
      boards that fail.  So disable resetting for all beta boards.
      
      The Zoom1 reset button is the red circle on the top right,
      front of the board.  Press and hold the button for 8 seconds to
      completely reset the board.
      
      After analyzing beagle, it was determined that other boards
      that use the twl4030 for power managment can also make use
      this function.
      
      The resetting is done by the power management part of the twl4030.
      Since there is no existing drivers/power, add one.
      
      The compilation of power/twl4030.h is controlled by the config
      variable CONFIG_TWL4030_POWER
      Signed-off-by: NTom Rix <Tom.Rix@windriver.com>
      Acked-by: NJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      Acked-by: NHeiko Schocher <hs@denx.de>
      cd782635
  10. 05 4月, 2009 1 次提交
  11. 14 3月, 2009 1 次提交
  12. 29 1月, 2009 2 次提交