[PATCH V1 0/2] *** Add support for QTI TRI_LED and LPG module ***

From: fenglinw
Date: Wed May 31 2017 - 02:16:58 EST


From: Fenglin Wu <fenglinw@xxxxxxxxxxxxxx>

QTI TRI_LED module and LPG modules are existing in some Qualcomm PMICs
like PMI8998, PM660, etc. TRI_LED module has 3 LED drivers and each is
controlled by a PWM channel used for LED dimming or blinking. LPG (Light
Pulse Generator) module can be configured to operate in PWM mode to
output PWM signal with a fixed amplitude or in LUT (Look Up Table) mode
to output PWM signal with a modulated amplitude. Normally, each LED driver
in TRI_LED module is controlled by the output of a LPG module.

This patchset adds the support of registering TRI_LED as LED devices and
adding LPGs as PWM devices, but only the LPG PWM mode is supported. LUT mode
is not included because current PWM driver framework doesn't support hardware
autonomously modulating amplitude with vary duties. This is going to be
supported in next patchset with some PWM framework change.

Fenglin Wu (2):
leds: leds-qti-rgb: Add LED driver for QTI TRI_LED module
pwm: pwm-qti-lpg: Add PWM driver for QTI LPG module

.../devicetree/bindings/leds/leds-qti-rgb.txt | 66 +++
.../devicetree/bindings/pwm/pwm-qti-lpg.txt | 39 ++
drivers/leds/Kconfig | 8 +
drivers/leds/Makefile | 1 +
drivers/leds/leds-qti-rgb.c | 634 +++++++++++++++++++++
drivers/pwm/Kconfig | 10 +
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-qti-lpg.c | 578 +++++++++++++++++++
8 files changed, 1337 insertions(+)
create mode 100644 Documentation/devicetree/bindings/leds/leds-qti-rgb.txt
create mode 100644 Documentation/devicetree/bindings/pwm/pwm-qti-lpg.txt
create mode 100644 drivers/leds/leds-qti-rgb.c
create mode 100644 drivers/pwm/pwm-qti-lpg.c

--
Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.