From patchwork Sat Jun 3 15:40:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 688938 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D932C77B73 for ; Sat, 3 Jun 2023 15:40:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230064AbjFCPkO (ORCPT ); Sat, 3 Jun 2023 11:40:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229675AbjFCPkN (ORCPT ); Sat, 3 Jun 2023 11:40:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F24B99; Sat, 3 Jun 2023 08:40:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D1254615C1; Sat, 3 Jun 2023 15:40:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29E53C433EF; Sat, 3 Jun 2023 15:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685806811; bh=KuLD2EieaZl3hj3EQhXt/gEIzUtAAcbn2wmGeT/RqrA=; h=Date:From:To:Cc:Subject:From; b=khztilMr+6z0WMS4Z5Swe7+fCtDufndWrsFw/Tls+PZv8A+UiaQdOmkvLBStMATnS 5QZVUw4TtAMp6BakfS8AErBMyCepo+5PGDmydIKLKWEqvozkUMm7HWGhe8vixJJIeu YjVMxyrqgxHEGLUFhfWmOux8mJWs97TgT2uP6UkS4vggjpmzLPyunzrWs74yvgZOfW 7ywr5XiTI5dbsVKedGHO0UqFw3YAmQcgR23z4h4H7Eh1qzSgtNivcG9cbRo7R6fOvG VjZbgvjN/von8nt42deMhvjdTzP1W1issFpd3+ocll7hkoM37Hc9DVRyhJ3FerD1YI ca/SQayUvxthA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1q5TMc-0002aR-S5; Sat, 03 Jun 2023 17:40:23 +0200 Date: Sat, 3 Jun 2023 17:40:22 +0200 From: Johan Hovold To: Linus Torvalds Cc: Lee Jones , Pavel Machek , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] LEDs fixes for 6.4-rc5 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org 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(-)