]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c
authorKiran Gunda <kgunda@codeaurora.org>
Fri, 1 Nov 2019 06:26:57 +0000 (11:56 +0530)
committerLee Jones <lee.jones@linaro.org>
Fri, 1 Nov 2019 08:03:29 +0000 (08:03 +0000)
pm8941-wled.c driver is supporting the WLED peripheral
on pm8941. Rename it to qcom-wled.c so that it can support
WLED on multiple PMICs.

Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/devicetree/bindings/leds/backlight/qcom-wled.txt [moved from Documentation/devicetree/bindings/leds/backlight/pm8941-wled.txt with 95% similarity]
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/qcom-wled.c [moved from drivers/video/backlight/pm8941-wled.c with 100% similarity]

similarity index 95%
rename from Documentation/devicetree/bindings/leds/backlight/pm8941-wled.txt
rename to Documentation/devicetree/bindings/leds/backlight/qcom-wled.txt
index e5b294dafc5837f9d580531ad1471bdd9ad3f55d..fb39e329c9ce107ed8390ac7aa0c070c9cf87ac3 100644 (file)
@@ -1,4 +1,4 @@
-Binding for Qualcomm PM8941 WLED driver
+Binding for Qualcomm Technologies, Inc. WLED driver
 
 Required properties:
 - compatible: should be "qcom,pm8941-wled"
index d09396393724b6ec267e03fedf08c1df9dbe6121..403707a3e503b125ab4afe088babc9bef62bea81 100644 (file)
@@ -282,12 +282,12 @@ config BACKLIGHT_TOSA
          If you have an Sharp SL-6000 Zaurus say Y to enable a driver
          for its backlight
 
-config BACKLIGHT_PM8941_WLED
-       tristate "Qualcomm PM8941 WLED Driver"
+config BACKLIGHT_QCOM_WLED
+       tristate "Qualcomm PMIC WLED Driver"
        select REGMAP
        help
-         If you have the Qualcomm PM8941, say Y to enable a driver for the
-         WLED block.
+         If you have the Qualcomm PMIC, say Y to enable a driver for the
+         WLED block. Currently it supports PM8941 and PMI8998.
 
 config BACKLIGHT_SAHARA
        tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
index 63c507c07437dd576d0c7f2a0c2585fae8336c08..6f8777037c372ef1765add544096a8d042f743f6 100644 (file)
@@ -48,8 +48,8 @@ obj-$(CONFIG_BACKLIGHT_OMAP1)         += omap1_bl.o
 obj-$(CONFIG_BACKLIGHT_OT200)          += ot200_bl.o
 obj-$(CONFIG_BACKLIGHT_PANDORA)                += pandora_bl.o
 obj-$(CONFIG_BACKLIGHT_PCF50633)       += pcf50633-backlight.o
-obj-$(CONFIG_BACKLIGHT_PM8941_WLED)    += pm8941-wled.o
 obj-$(CONFIG_BACKLIGHT_PWM)            += pwm_bl.o
+obj-$(CONFIG_BACKLIGHT_QCOM_WLED)      += qcom-wled.o
 obj-$(CONFIG_BACKLIGHT_SAHARA)         += kb3886_bl.o
 obj-$(CONFIG_BACKLIGHT_SKY81452)       += sky81452-backlight.o
 obj-$(CONFIG_BACKLIGHT_TOSA)           += tosa_bl.o