mbox series

[GIT,PULL] pwm: Fix period setting in imx-tpm driver and a maintainer update

Message ID 2m53n4ksfvepuke6uifkxwggepcyqs3vghrkgul5tlputpgva5@ch3o5sy6ekfb
State New
Headers show
Series [GIT,PULL] pwm: Fix period setting in imx-tpm driver and a maintainer update | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git tags/pwm/for-6.12-rc7-fixes

Message

Uwe Kleine-König Nov. 7, 2024, 9:15 a.m. UTC
Hello Linus,

the following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git tags/pwm/for-6.12-rc7-fixes

for you to fetch changes up to 517fb4d77c44c7519ae6937329c496894461f416:

  MAINTAINERS: add self as reviewer for AXI PWM GENERATOR (2024-10-25 11:31:17 +0200)

I hesitated a bit if I should send this pull request. The pwm-imx-tpm
issue is old (introduced in v5.2-rc1). On the other hand it's a real
bugfix that I'd like to see backported to stable. So I think its honest
to ask for getting it into v6.12, too.

The maintainer update is just a commit I wouldn't have sent alone today,
but as there is a PR now, it thought to value Trevor's effort by sending
the update along with this fix.

The commits are in next since Oct 28, thanks for pulling this for
6.12-rc7.

Best regards
Uwe

----------------------------------------------------------------
pwm: 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.
----------------------------------------------------------------

Erik Schumacher (1):
      pwm: imx-tpm: Use correct MODULO value for EPWM mode

Trevor Gamblin (1):
      MAINTAINERS: add self as reviewer for AXI PWM GENERATOR

 MAINTAINERS               | 1 +
 drivers/pwm/pwm-imx-tpm.c | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Nov. 7, 2024, 5:44 p.m. UTC | #1
The pull request you sent on Thu, 7 Nov 2024 10:15:40 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git tags/pwm/for-6.12-rc7-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/80fb25341631b75f57b84f99cc35b95ca2aad329

Thank you!