diff options
author | Sean Young <sean@mess.org> | 2017-07-07 11:52:02 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-20 15:46:18 +0200 |
commit | db3df8765e38db994d602435e578f6e1b41e7a87 (patch) | |
tree | 633c3cf2e7bb280884d266661965ec9a5df94ff1 /MAINTAINERS | |
parent | media: rc: gpio-ir-tx: add new driver (diff) | |
download | linux-db3df8765e38db994d602435e578f6e1b41e7a87.tar.xz linux-db3df8765e38db994d602435e578f6e1b41e7a87.zip |
media: rc: pwm-ir-tx: add new driver
This is new driver which uses pwm, so it is more power-efficient
than the bit banging gpio-ir-tx driver.
Signed-off-by: Sean Young <sean@mess.org>
Reviewed-by: Pavel Machek <pavel@ucw.cz>
Tested-by: Matthias Reichl <hias@horus.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a4736049d1f1..38471657e222 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10794,6 +10794,12 @@ F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt F: Documentation/hwmon/pwm-fan F: drivers/hwmon/pwm-fan.c +PWM IR Transmitter +M: Sean Young <sean@mess.org> +L: linux-media@vger.kernel.org +S: Maintained +F: drivers/media/rc/pwm-ir-tx.c + PWM SUBSYSTEM M: Thierry Reding <thierry.reding@gmail.com> L: linux-pwm@vger.kernel.org |