1. 22 Feb, 2011 2 commits
    • Balaji T K's avatar
      OMAP4: Fix -EINVAL for vana, vcxio, vdac · 530a5a50
      Balaji T K authored
      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: default avatarBalaji T K <balajitk@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      530a5a50
    • Rajendra Nayak's avatar
      omap3sdp: clean regulator supply mapping in board file · 73a92aa4
      Rajendra Nayak authored
      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: default avatarRajendra Nayak <rnayak@ti.com>
      Reviewed-by: default avatarFelipe Balbi <balbi@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      73a92aa4
  2. 17 Feb, 2011 27 commits
  3. 16 Feb, 2011 8 commits
  4. 15 Feb, 2011 3 commits