diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-11-07 07:41:34 -1000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-11-07 07:41:34 -1000 |
commit | 80fb25341631b75f57b84f99cc35b95ca2aad329 (patch) | |
tree | 2eaca2657ae4038199b5ee9241300005f77d83d7 /MAINTAINERS | |
parent | 84b9749a3a704dcc824a88aa8267247c801d51e4 (diff) | |
parent | 517fb4d77c44c7519ae6937329c496894461f416 (diff) | |
download | lwn-80fb25341631b75f57b84f99cc35b95ca2aad329.tar.gz lwn-80fb25341631b75f57b84f99cc35b95ca2aad329.zip |
Merge tag 'pwm/for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Pull pwm fix from Uwe Kleine-König:
"Fix period setting in imx-tpm driver and a maintainer update
Erik Schumacher found and fixed a problem in the calculation of the
PWM period setting yielding too long periods. Trevor Gamblin - who
already cared about mainlining the pwm-axi-pwmgen driver - stepped
forward as an additional reviewer.
Thanks to Erik and Trevor"
* tag 'pwm/for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux:
MAINTAINERS: add self as reviewer for AXI PWM GENERATOR
pwm: imx-tpm: Use correct MODULO value for EPWM mode
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 91d0609db61b..016e4c574d63 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3745,6 +3745,7 @@ F: drivers/spi/spi-axi-spi-engine.c AXI PWM GENERATOR M: Michael Hennerich <michael.hennerich@analog.com> M: Nuno Sá <nuno.sa@analog.com> +R: Trevor Gamblin <tgamblin@baylibre.com> L: linux-pwm@vger.kernel.org S: Supported W: https://ez.analog.com/linux-software-drivers |