Skip to content
Snippets Groups Projects
Select Git revision
  • ef1f09eca74a42d39ce81adec444743a6ff018aa
  • master default
  • android-container
  • nanopc-t4
  • for-kernelci
  • WIP-syscall
  • v4.16-rc5
  • v4.16-rc4
  • v4.16-rc3
  • v4.16-rc2
  • v4.16-rc1
  • v4.15
  • v4.15-rc9
  • v4.15-rc8
  • v4.15-rc7
  • v4.15-rc6
  • v4.15-rc5
  • v4.15-rc4
  • v4.15-rc3
  • v4.15-rc2
  • v4.15-rc1
  • v4.14
  • v4.14-rc8
  • v4.14-rc7
  • v4.14-rc6
  • v4.14-rc5
26 results

pwm-stmpe.c

  • Linus Walleij's avatar
    ef1f09ec
    pwm: Add a driver for the STMPE PWM · ef1f09ec
    Linus Walleij authored
    
    This adds a driver for the PWM block found in chips of the STMPE 24xx
    series of multi-purpose I2C expanders. (I think STMPE means ST
    Microelectronics Multi-Purpose Expander.) This PWM was designed in
    accordance with Nokia specifications and is kind of weird and usually
    just switched between max and zero duty cycle. However it is indeed a
    PWM so it needs to live in the PWM subsystem.
    
    This PWM is mostly used for white LED backlight.
    
    Cc: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
    Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
    ef1f09ec
    History
    pwm: Add a driver for the STMPE PWM
    Linus Walleij authored
    
    This adds a driver for the PWM block found in chips of the STMPE 24xx
    series of multi-purpose I2C expanders. (I think STMPE means ST
    Microelectronics Multi-Purpose Expander.) This PWM was designed in
    accordance with Nokia specifications and is kind of weird and usually
    just switched between max and zero duty cycle. However it is indeed a
    PWM so it needs to live in the PWM subsystem.
    
    This PWM is mostly used for white LED backlight.
    
    Cc: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
    Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>