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
     

12 Jan, 2011

2 commits


30 Sep, 2010

1 commit


01 Sep, 2010

1 commit


11 Aug, 2010

1 commit

  • This device is very simple, it supports one buck and two LDOs. The LDOs are
    fixed-voltage. Only the buck is programable over the I2C bus to 16 possible
    voltages.

    Signed-off-by: Marek Vasut
    Acked-by: Mark Brown
    Signed-off-by: Liam Girdwood

    Marek Vasut