mbox series

[GIT,PULL] LEDs fixes for 6.4-rc5

Message ID ZHte5sPkB6-D-94G@hovoldconsulting.com
State New
Headers show
Series [GIT,PULL] LEDs fixes for 6.4-rc5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/linux.git tags/leds-6.4-rc5

Message

Johan Hovold June 3, 2023, 3:40 p.m. UTC
Hi Linus,

Here's a fix for a regression in 6.4-rc1 which broke the backlight on
machines such as the Lenovo ThinkPad X13s.

The patch has been acked by one of the maintainers who suggested someone else
should send it to you:

	https://lore.kernel.org/lkml/20230602091928.GR449117@google.com/

Please pull.

Johan


The following changes since commit 7877cb91f1081754a1487c144d85dc0d2e2e7fc4:

  Linux 6.4-rc4 (2023-05-28 07:49:00 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/linux.git tags/leds-6.4-rc5

for you to fetch changes up to b05d39466ba111fc3775d5d46180b73c34ebe8f7:

  leds: qcom-lpg: Fix PWM period limits (2023-06-03 17:00:28 +0200)

----------------------------------------------------------------
LEDs fixes for 6.4-rc5

Here's a fix for a regression in 6.4-rc1 which broke the backlight on
machines such as the Lenovo ThinkPad X13s.

----------------------------------------------------------------
Bjorn Andersson (1):
      leds: qcom-lpg: Fix PWM period limits

 drivers/leds/rgb/leds-qcom-lpg.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org June 3, 2023, 6:13 p.m. UTC | #1
The pull request you sent on Sat, 3 Jun 2023 17:40:22 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/johan/linux.git tags/leds-6.4-rc5

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

Thank you!
Lee Jones June 8, 2023, 12:47 p.m. UTC | #2
On Sat, 03 Jun 2023, Johan Hovold wrote:

> Hi Linus,
> 
> Here's a fix for a regression in 6.4-rc1 which broke the backlight on
> machines such as the Lenovo ThinkPad X13s.
> 
> The patch has been acked by one of the maintainers who suggested someone else
> should send it to you:
> 
> 	https://lore.kernel.org/lkml/20230602091928.GR449117@google.com/
> 
> Please pull.
> 
> Johan

Thanks Johan.