linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V6 0/4] Add support for WLED5
@ 2020-04-23 15:33 Kiran Gunda
  2020-04-23 15:33 ` [PATCH V6 1/4] backlight: qcom-wled: convert the wled bindings to .yaml format Kiran Gunda
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Kiran Gunda @ 2020-04-23 15:33 UTC (permalink / raw)
  To: bjorn.andersson, jingoohan1, lee.jones, b.zolnierkie, dri-devel,
	daniel.thompson, jacek.anaszewski, pavel, robh+dt, mark.rutland,
	robh, linux-leds, devicetree, linux-kernel
  Cc: linux-arm-msm, Kiran Gunda

Currently, WLED driver supports only WLED4 peripherals that is present
on pmi8998 and pm660L. This patch series  converts the existing WLED4
bindings from .txt to .yaml format and adds the support for WLED5 peripheral
that is present on PM8150L.

PM8150L WLED supports the following.
    - Two modulators and each sink can use any of the modulator
    - Multiple CABC selection options
    - Multiple brightness width selection (12 bits to 15 bits)

Changes from V1:
	- Rebased on top of the below commit.
	  backlight: qcom-wled: Fix unsigned comparison to zero

Changes from V2:
	- Addressed Bjorn's comments by splitting the WLED4 changes
	  in a seperate patch.
	- Added WLED5 auto calibration support

Changes from V3:
        - Addressed comments from Daniel Thompson and Rob Herring
        - Seperated the WLED5 bindings from the driver changes
         - Squashed wled5 auto string detection and wled5 basic changes
          to avoid the NULL callback function pointer issue.

Changes from V4:
        - Addressed the yaml formatting comments from Rob Herring.
        - Addressed the comments from Daniel Thompson on the below patch
  	  "backlight: qcom-wled: Add callback functions"

Changes from V5:
        - This series depends on the below patch.
          https://lore.kernel.org/patchwork/patch/1226258/
        - Addressed yaml formatting comments from Rob Herring.
        - Removed the "wled_ovp_fault_status" callback as per Daniel Thomson
          suggestion from patch #2.
        - Addressed comments from Daniel Thomson on patch #4.

Kiran Gunda (3):
  backlight: qcom-wled: convert the wled bindings to .yaml format
  backlight: qcom-wled: Add callback functions
  backlight: qcom-wled: Add WLED5 bindings

Subbaraman Narayanamurthy (1):
  backlight: qcom-wled: Add support for WLED5 peripheral that is present
    on PM8150L PMICs

 .../bindings/leds/backlight/qcom-wled.txt          | 154 ------
 .../bindings/leds/backlight/qcom-wled.yaml         | 261 +++++++++
 drivers/video/backlight/qcom-wled.c                | 589 ++++++++++++++++++---
 3 files changed, 777 insertions(+), 227 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/leds/backlight/qcom-wled.txt
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-05-06 10:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 15:33 [PATCH V6 0/4] Add support for WLED5 Kiran Gunda
2020-04-23 15:33 ` [PATCH V6 1/4] backlight: qcom-wled: convert the wled bindings to .yaml format Kiran Gunda
2020-04-28 10:16   ` Lee Jones
2020-05-05 19:03   ` Rob Herring
2020-05-06 10:07   ` Lee Jones
2020-04-23 15:33 ` [PATCH V6 2/4] backlight: qcom-wled: Add callback functions Kiran Gunda
2020-05-06 10:08   ` Lee Jones
2020-04-23 15:33 ` [PATCH V6 3/4] backlight: qcom-wled: Add WLED5 bindings Kiran Gunda
2020-04-28 10:17   ` Lee Jones
2020-05-05 19:04   ` Rob Herring
2020-05-06 10:08   ` Lee Jones
2020-04-23 15:33 ` [PATCH V6 4/4] backlight: qcom-wled: Add support for WLED5 peripheral that is present on PM8150L PMICs Kiran Gunda
2020-04-23 17:08   ` Daniel Thompson
2020-05-06 10:08   ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).