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


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
     

17 Dec, 2009

1 commit


22 Sep, 2009

7 commits


15 Jun, 2009

1 commit

  • Regulators need to be available early in init in order to allow them
    to be available for consumers when requested. This is generally done
    by registering them at subsys_initcall() time but not all regulator
    drivers have done that. Convert these drivers to do so in order to
    mimimise future support.

    Signed-off-by: Mark Brown
    Acked-by: Mike Rapoport
    Signed-off-by: Liam Girdwood

    Mark Brown
     

18 May, 2009

1 commit


31 Mar, 2009

1 commit


09 Jan, 2009

2 commits


30 Oct, 2008

1 commit

  • Changes the device registration part of the probe function to supply the
    regulator device rather than its parent (the mfd device) as this caused
    problems when the regulator core attempted to find constraints associated
    with the regulators.

    Signed-off-by: Jonathan Cameron
    Acked-by: Eric Miao
    Signed-off-by: Liam Girdwood

    Jonathan Cameron
     

14 Oct, 2008

1 commit