28 Jan, 2019

2 commits


15 Jul, 2015

1 commit


17 Sep, 2013

1 commit


30 Jul, 2013

1 commit


12 May, 2013

1 commit


20 Nov, 2012

3 commits


29 Aug, 2012

1 commit


11 Jun, 2012

1 commit


08 Jun, 2012

1 commit


16 May, 2012

3 commits


23 Apr, 2012

1 commit

  • All the drivers that need delay for the regulator voltage output voltage to
    stabilize after being enabled or after being set to a new value has been
    converted to implement enable_time and set_voltage_time_sel callbacks.
    Then regulator core will take care of the necessary delay.

    For the drivers that don't need the delay, don't need to include linux/delay.h.
    This patch removes the unneeded include of linux/delay.h in regulator drivers.

    Signed-off-by: Axel Lin
    Signed-off-by: Mark Brown

    Axel Lin
     

13 Apr, 2012

1 commit


09 Apr, 2012

2 commits


05 Apr, 2012

1 commit


04 Apr, 2012

1 commit


12 Mar, 2012

1 commit


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