20 Nov, 2012

3 commits


10 Sep, 2012

2 commits

  • The max voltage will be bounded by min_uV, uV_step and n_voltages, so
    remove it to avoid confusing.

    Signed-off-by: Yunfan Zhang
    Reviewed-by: Axel Lin
    Signed-off-by: Mark Brown

    Yunfan Zhang
     
  • This driver supports Fairchild FAN53555 Digitally Programmable
    TinyBuck Regulator. The FAN53555 is a step-down switching voltage
    regulator that delivers a digitally programmable output from an
    input voltage supply of 2.5V to 5.5V. The output voltage is
    programmed through an I2C interface.

    Signed-off-by: Yunfan Zhang
    Signed-off-by: Mark Brown

    Yunfan Zhang