1. 06 5月, 2011 3 次提交
  2. 29 4月, 2011 31 次提交
  3. 28 4月, 2011 3 次提交
  4. 27 4月, 2011 1 次提交
  5. 26 4月, 2011 2 次提交
    • N
      OMAP3+: voltage: remove initial voltage · 3f126087
      Nishanth Menon 提交于
      Blindly setting 1.2V in the initial structure may not even match the
      default voltages stored in the voltage table which are supported for
      the domain. For example, OMAP3430 core domain does not use 1.2V and
      ends up generating a warning on the first transition.
      
      Further, since omap2_set_init_voltage is called as part of the pm
      framework's initialization sequence to configure the voltage required
      for the current OPP, the call does(and has to) setup the system
      voltage(curr_volt as a result) using the right mechanisms appropriate
      for the system at that point of time. This also overrides
      initialization we are currently doing in voltage.c making it
      redundant. So, remove the wrong and redundant initialization.
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NKevin Hilman <khilman@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      3f126087
    • S
      OMAP4: Intialize IVA Device in addition to DSP device. · 91968645
      Shweta Gulati 提交于
      OMAP4 has two different Devices IVA and DSP. DSP is bound
      with IVA for DVFS. The registration of IVA dev in API
      'omap2_init_processor_devices' was missing. Init dev for
      'iva_dev' is added.
      
      This also fixes the following error seen during boot as
      omap2_set_init_voltage can now find the iva device
      
      	omap2_set_init_voltage: Invalid parameters!
      	omap2_set_init_voltage: Unable to put vdd_iva to its init voltage
      Signed-off-by: NShweta Gulati <shweta.gulati@ti.com>
      Acked-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      91968645