]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/leds/Makefile
leds: cpcap: new driver
authorSebastian Reichel <sre@kernel.org>
Fri, 24 Mar 2017 08:47:32 +0000 (09:47 +0100)
committerJacek Anaszewski <jacek.anaszewski@gmail.com>
Wed, 29 Mar 2017 19:02:27 +0000 (21:02 +0200)
commitcd3b0b05328e4791c1c5a4edd91599f409bd645f
tree6246b66eae9e60d94e9c894cbcdc0036df9c9725
parente631bf9caac5d735bccdbe02f6084a02e148e9cb
leds: cpcap: new driver

Motorola CPCAP is a PMIC (power management integrated circuit) found
in multiple smartphones. This driver adds support for the chip's LED
controllers. This introduces support for all controllers used by the
Droid 4. According to Motorola's driver (no datasheets available)
there a couple of more LED controllers. I did not add support for
them, since I cannot verify that they work with my modifications.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Documentation/devicetree/bindings/leds/leds-cpcap.txt [new file with mode: 0644]
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-cpcap.c [new file with mode: 0644]