07 Jan, 2012

1 commit

  • Max8925 ldo status should be determined by two factors:
    1. power up/down sequence selection(LDOCTL[4:2]).
    2. i2c enable bit(LDOCTL[0]).

    Max8925 ldo support two types of power up/down sequence:
    1. flexible sequence(LDOCTL[4:2] = 0~6).
    2. i2c sequence(LDOCTL[4:2] = 7).

    With flexible sequence selected, the ldo is enabled during power up by default.
    With i2c sequence selected, the ldo is controlled by the i2c enable bit(LDOCTL[0]).

    Signed-off-by: Kevin Liu
    Signed-off-by: Haojian Zhuang
    Signed-off-by: Mark Brown

    Kevin Liu
     

24 Nov, 2011

1 commit

  • With device tree support for regulators, its needed that the
    regulator_dev->dev device has the right of_node attached.
    To be able to do this add an additional parameter to the
    regulator_register() api, wherein the dt-adapted driver can
    then pass this additional info onto the regulator core.

    Signed-off-by: Rajendra Nayak
    Signed-off-by: Mark Brown

    Rajendra Nayak
     

01 Nov, 2011

1 commit


27 May, 2011

1 commit


12 Jan, 2011

1 commit

  • Change the interface used by set_voltage() to report the selected value
    to the regulator core in terms of a selector used by list_voltage().
    This allows the regulator core to know the voltage that was chosen
    without having to do an explict get_voltage(), which would be much more
    expensive as it will generally access hardware.

    Signed-off-by: Mark Brown
    Signed-off-by: Liam Girdwood

    Mark Brown
     

28 Apr, 2010

1 commit


23 Mar, 2010

1 commit


08 Mar, 2010

1 commit