12 May, 2013

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.

    This patch removes the unneeded include of linux/delay.h in regulator drivers.

    Signed-off-by: Axel Lin
    Cc: Daniel Jeong
    Cc: Sangbeom Kim
    Cc: Chiwoong Byun
    Signed-off-by: Mark Brown

    Axel Lin
     

28 Apr, 2013

1 commit


14 Feb, 2013

1 commit


27 Jan, 2013

1 commit


10 Dec, 2012

1 commit


20 Nov, 2012

3 commits


22 Oct, 2012

1 commit


17 Oct, 2012

2 commits


29 Aug, 2012

2 commits


07 Jul, 2012

1 commit


05 Jul, 2012

1 commit


20 Jun, 2012

2 commits


19 Jun, 2012

1 commit


11 Jun, 2012

2 commits


04 Jun, 2012

2 commits


03 Jun, 2012

1 commit

  • Add driver for support max77686 regulator.
    MAX77686 provides LDOs[1~26] and BUCKs[1~9]. It support to set or get the
    volatege of regulator on max77686 chip with using regmap.

    Signed-off-by: Chiwoong Byun
    Signed-off-by: Jonghwa Lee
    Signed-off-by: Myungjoo Ham
    Signed-off-by: Kyungmin Park
    Reviewed-by: Yadwinder Singh Brar
    Signed-off-by: Mark Brown

    Jonghwa Lee