From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F04972F12DD for ; Thu, 4 Dec 2025 16:38:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764866298; cv=none; b=qkq3vgv3mjUUC1/NlkAMRTz0g/kSlkLnBiLE1W0tgjWRRH6BND0SaDdRTU8kqMckqVxOtmJ7cuCxbeUdwdsYeK9hclEY01dSa4OLVK4I5BlQwMJ9byojxEGZPLeyz2K1URInTbBA3c84S/u209dUAWok0tPma7CKz4S2giiTni8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764866298; c=relaxed/simple; bh=BNkBGhqIEY5CM9R6ww1supEyuGgXYlciFxJuV4halP0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OZ2tLiHMCmOvbFScPKOXkTvu6Kuo2I44ti7A7EaiKS9nsd/ffl/G259dsCfhUFjuHbnawvq80OZKVsMeVXVKAmb6nyNh7BgFrZ2qLsacdf30xxbwmNPxnGsSKoFBwVj621ljzN6DMYxeZo/ZUlna2Z8lciyr56lkprBIUaHJ4bo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MtPX9pqv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MtPX9pqv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB00BC4CEFB; Thu, 4 Dec 2025 16:38:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764866297; bh=BNkBGhqIEY5CM9R6ww1supEyuGgXYlciFxJuV4halP0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MtPX9pqvE664TOoUV/DxCN6tSaMqit1y1o+GJ9RD9rJMTJRDwFiTxV6tE7DeAbk5a 589w2UehceVxrNF5fBbSm5iCIRVrO7oEX+0zCuluP0VSL7tOuD5CP6kbY213y5bNZw LNKTFWel1s4ny6UntgSxbntfIPZAQHW74XBsZ3n6EpGr2D1nyLS/U1Zp9DKnk05lyF TShCsGlrlNK3STOxRjutbqhzImqCOG4gb/3CrYY3P/FW35C1Yr2sgH3+oWRBYw0kUC 2ssH8xPAr3Z/ZoxjJzZmjvkkMTpAiXqp+ncISZUx01L7zMWPlwNqkcH03gJuGRPsMZ 6A2f22W8GrrOA== Date: Thu, 4 Dec 2025 16:38:14 +0000 From: Lee Jones To: Linus Torvalds Cc: Linux Kernel Mailing List , Daniel Thompson Subject: Re: [GIT PULL] LEDs for v6.19 Message-ID: <20251204163814.GD26314@google.com> References: <20251204163506.GB26314@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20251204163506.GB26314@google.com> echo ${SUBJECT} | s/Backlight/Leds/ Apologies. > Good evening Linus, > > The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787: > > Linux 6.18-rc1 (2025-10-12 13:42:36 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git tags/leds-next-6.19 > > for you to fetch changes up to 072cd5f458d76b9e15d89ebdaea8b5cb1312eeef: > > leds: rgb: leds-qcom-lpg: Don't enable TRILED when configuring PWM (2025-11-20 15:25:19 +0000) > > ---------------------------------------------------------------- > LEDS for v6.19 > > * Add optional GPIO enable pin support to PWM LED driver. > > * Allow LED module 0 to be added to module bank in lp50xx driver. > * Fix upboard LED driver module alias to ensure proper auto-loading. > * Update LP5009 to support 3 modules for a total of 9 LEDs. > * Skip LEDs without color components in cros_ec driver instead of failing probe. > * Fix GPIO descriptor leaks in netxbig error paths by releasing acquired GPIOs. > * Allow LED_COLOR_ID_MULTI in qcom-lpg driver for greater flexibility. > * Enable LP55XX common LED use without FW_LOADER_USER_HELPER. > * Ensure lp50xx chip is enabled before any I2C communication. > > * Use fwnode_for_each_child_node() instead of fwnode_for_each_available_child_node() > in LED drivers. > * Use device_get_next_child_node() instead of fwnode_get_next_available_child_node() > in LED flash drivers. > * Replace sprintf() with sysfs_emit() in sysfs show functions for improved > bounds checking. > * Replace system_wq() with system_percpu_wq() in the input event trigger. > * Reorder include files to alphabetic order in the PWM LED driver. > * Do not enable TRILED in qcom-lpg when configuring PWM. > * Drop duplicate LEDS_EXPRESSWIRE config from Kconfig. > > * Remove arcxcnn_bl.txt Device Tree binding documentation. > > * Convert ArcticSand arc2c0608 LED driver binding to DT Schema. > * Add default-brightness property to common LED binding. > * Add enable-gpios property to PWM LED binding. > * Add PM7550 to qcom,spmi-flash-led compatible. > * Explain standalone PWM usage in qcom-lpg binding. > > ---------------------------------------------------------------- > Christian Hitz (3): > leds: leds-lp50xx: Allow LED 0 to be added to module bank > leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDs > leds: leds-lp50xx: Enable chip before any communication > > Duje Mihanović (1): > leds: Drop duplicate LEDS_EXPRESSWIRE config > > Fenglin Wu (2): > dt-bindings: leds: qcom-lpg: Explain standalone PWM usage > leds: rgb: leds-qcom-lpg: Don't enable TRILED when configuring PWM > > Haotian Zhang (1): > leds: netxbig: Fix GPIO descriptor leak in error paths > > Harrison Carter (1): > dt-bindings: leds: arc,arc2c0608: Convert to DT Schema > > Jean-François Lessard (1): > dt-bindings: leds: Add default-brightness property to common.yaml > > Konrad Dybcio (1): > leds: rgb: leds-qcom-lpg: Allow LED_COLOR_ID_MULTI > > LI Qingwu (3): > dt-bindings: leds: pwm: Add enable-gpios property > leds: pwm: Add optional GPIO enable pin support > leds: pwm: Reorder include files to alphabetic order > > Luca Weiss (1): > dt-bindings: leds: qcom,spmi-flash-led: Add PM7550 > > Marco Crivellari (1): > leds: trigger: Replace use of system_wq() with system_percpu_wq() > > Sakari Ailus (2): > leds: Use fwnode_for_each_child_node() instead > leds: flash: Use fwnode_get_next_child_node() instead > > Sicelo A. Mhlongo (1): > leds: lp55xx_common: Enable use without FW_LOADER_USER_HELPER > > Thomas Richard (1): > leds: upboard: Fix module alias > > Thomas Weißschuh (1): > leds: leds-cros_ec: Skip LEDs without color components > > Thorsten Blum (1): > leds: led-class: Replace sprintf() with sysfs_emit() in sysfs show functions > > .../bindings/leds/backlight/arc,arc2c0608.yaml | 108 +++++++++++++++++++++ > .../bindings/leds/backlight/arcxcnn_bl.txt | 33 ------- > Documentation/devicetree/bindings/leds/common.yaml | 6 ++ > .../devicetree/bindings/leds/leds-pwm.yaml | 7 ++ > .../devicetree/bindings/leds/leds-qcom-lpg.yaml | 5 + > .../bindings/leds/qcom,spmi-flash-led.yaml | 1 + > Documentation/leds/leds-lp5521.rst | 2 +- > Documentation/leds/leds-lp5523.rst | 2 +- > drivers/leds/Kconfig | 8 +- > drivers/leds/flash/leds-rt4505.c | 2 +- > drivers/leds/flash/leds-rt8515.c | 2 +- > drivers/leds/flash/leds-sgm3140.c | 3 +- > drivers/leds/flash/leds-tps6131x.c | 2 +- > drivers/leds/led-class.c | 6 +- > drivers/leds/leds-cros_ec.c | 5 +- > drivers/leds/leds-lp50xx.c | 67 ++++++++----- > drivers/leds/leds-max5970.c | 2 +- > drivers/leds/leds-max77705.c | 2 +- > drivers/leds/leds-netxbig.c | 36 +++++-- > drivers/leds/leds-pwm.c | 27 +++++- > drivers/leds/leds-upboard.c | 2 +- > drivers/leds/rgb/leds-ktd202x.c | 4 +- > drivers/leds/rgb/leds-ncp5623.c | 2 +- > drivers/leds/rgb/leds-qcom-lpg.c | 10 +- > drivers/leds/trigger/ledtrig-input-events.c | 2 +- > 25 files changed, 245 insertions(+), 101 deletions(-) > create mode 100644 Documentation/devicetree/bindings/leds/backlight/arc,arc2c0608.yaml > delete mode 100644 Documentation/devicetree/bindings/leds/backlight/arcxcnn_bl.txt > > -- > Lee Jones [李琼斯] -- Lee Jones [李琼斯]