1. 23 2月, 2011 2 次提交
    • B
      OMAP4: Fix -EINVAL for vana, vcxio, vdac · 530a5a50
      Balaji T K 提交于
      Fixed regulators in twl6030 do not have set_voltage hook.
      Regulator core returns -22 if set_voltage is NULL and apply_uV is set
      while applying the constraint to set voltage resulting in failure during probe
      of these regulators.
      Do not set apply_uV for fixed regulators which don't have set_voltage.
      
      machine_constraints_voltage: VANA: failed to apply 2100000uV constraint
      twl_reg twl_reg.43: can't register VANA, -22
      twl_reg: probe of twl_reg.43 failed with error -22
      machine_constraints_voltage: VCXIO: failed to apply 1800000uV constraint
      twl_reg twl_reg.44: can't register VCXIO, -22
      twl_reg: probe of twl_reg.44 failed with error -22
      machine_constraints_voltage: VDAC: failed to apply 1800000uV constraint
      twl_reg twl_reg.45: can't register VDAC, -22
      twl_reg: probe of twl_reg.45 failed with error -22
      Signed-off-by: NBalaji T K <balajitk@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      530a5a50
    • R
      omap3sdp: clean regulator supply mapping in board file · 73a92aa4
      Rajendra Nayak 提交于
      clean the regulator supply mapping data in the 3430sdp
      board file (which is spread all over) by moving all
      of them together.
      Also use the REGULATOR_SUPPLY macro and remove instances
      of mapping dev pointers at run time.
      Additonally define all regulator_consumer_supply as
      array's and use ARRAY_SIZE macro to define
      num_consumer_supplies.
      Signed-off-by: NRajendra Nayak <rnayak@ti.com>
      Reviewed-by: NFelipe Balbi <balbi@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      73a92aa4
  2. 18 2月, 2011 26 次提交
  3. 17 2月, 2011 7 次提交
  4. 16 2月, 2011 5 次提交