08 Oct, 2013

1 commit


23 Apr, 2013

1 commit

  • A few drivers already annotate this properly. Make the same change for
    all other OF supporting drivers.

    Signed-off-by: Thierry Reding
    Acked-by: Shawn Guo
    Acked-by: Alexandre Pereira da Silva
    Acked-by: Viresh Kumar

    Thierry Reding
     

02 Apr, 2013

1 commit


30 Jan, 2013

1 commit


28 Nov, 2012

1 commit

  • The driver supports the following LED outputs as generic PWM driver:
    TWL4030 LEDA and LEDB (PWMA and PWMB)
    TWL6030 Charging indicator LED (PWM LED)

    On TWL6030 when the PWM requested LED is configured to be controlled by SW.
    In this case the user can enable/disable and set the duty period freely.
    When the PWM has been freed, the LED driver is put back to HW control.

    Signed-off-by: Peter Ujfalusi
    Signed-off-by: Thierry Reding

    Peter Ujfalusi