diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-09-24 20:17:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-09-25 11:59:21 -0400 |
commit | a140b98dcd9843f2e21091f2b64f10905150be16 (patch) | |
tree | bf6027cddd990978b991c3e0b31f2bd64dde8a48 /MAINTAINERS | |
parent | e5e77cf9f9a275083f9a365a20d956fa8a67803e (diff) |
pwm-backlight: take over maintenance
Since the pwm-backlight driver is lacking a proper maintainer and is the
heaviest user of the PWM framework I'm taking over maintenance.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Arun Murthy <arun.murthy@stericsson.com>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Robert Morell <rmorell@nvidia.com>
Cc: Dilan Lee <dilee@nvidia.com>
Cc: Axel Lin <axel.lin@gmail.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b17587d9412f..1796fa3a1bc1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5544,6 +5544,8 @@ F: Documentation/devicetree/bindings/pwm/ | |||
5544 | F: include/linux/pwm.h | 5544 | F: include/linux/pwm.h |
5545 | F: include/linux/of_pwm.h | 5545 | F: include/linux/of_pwm.h |
5546 | F: drivers/pwm/ | 5546 | F: drivers/pwm/ |
5547 | F: drivers/video/backlight/pwm_bl.c | ||
5548 | F: include/linux/pwm_backlight.h | ||
5547 | 5549 | ||
5548 | PXA2xx/PXA3xx SUPPORT | 5550 | PXA2xx/PXA3xx SUPPORT |
5549 | M: Eric Miao <eric.y.miao@gmail.com> | 5551 | M: Eric Miao <eric.y.miao@gmail.com> |