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 C9222301708 for ; Mon, 16 Feb 2026 10:59:07 +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=1771239547; cv=none; b=ifJztajy7FhT8cI7QqRUwQiZXufQOpGfaQEBd/bhUhaowqpiRPcCLUaVsD1S84J9xCX+H+dnR+a5VuK62/VPJZuqw9L3gI0fGZJN9Lm3zXSiXFejBhY0X8BxA0nq0vhv6QYmvii3v/t75hlCyjAxgdkQmqxumdS6X45IPJFFfI4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771239547; c=relaxed/simple; bh=LeDuoK1OKl8cVpg6af43mmmVsNlVAlr2fib2VJtElpY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=a4p3Mv1Euv/vcQDsddA0OR1djSAGRItiPDTuD4axymYZcTTTnLw5dywhTNG9PTZj1WlvnHX16JonEUrjYGAMmpLhNcNAbVFrBCJu1aqISsmaUgZKyeYuhkVr4ba+EwgdUS6Yxa/4RuBGyGSmdgx2+4MheBswHa5Q4q0pFq8ZsNU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qw4XuOuV; 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="qw4XuOuV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28DE1C116C6; Mon, 16 Feb 2026 10:59:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771239547; bh=LeDuoK1OKl8cVpg6af43mmmVsNlVAlr2fib2VJtElpY=; h=Date:From:To:Cc:Subject:From; b=qw4XuOuVY6JkswM6OthlMfyvfwyuLWM5vcrlBPaLMr/fTOZBnJe1j6aD3VQr3TL6S 7iofpKJ6f+4chYeumhPEnUz2ZQlI0/v2cZ4fXI183EOwmsF7HMqUH/Stem8ycENLS3 tk7eausu2bQwZFpk9siF4Z//uYFPvgdgO5p5WnvglobBc9kVnROs/kzqkXikLe+ffl 4zQfePj+TtphUPpqBn/pXGdYa47p5aoZUNOaxH0665hC/MPSwSQPc/4cVqnLyr2R8i HeHRc8wV6MQXptGn18VxOEBzzzPpWvBEeXeblV5WDGWx5RUPNAyFMxjzwrJmce0Hll XwHktXmjYDreQ== Date: Mon, 16 Feb 2026 10:59:01 +0000 From: Lee Jones To: Linus Torvalds Cc: Linux Kernel Mailing List , Daniel Thompson Subject: [GIT PULL] Backlight for v6.20 Message-ID: <20260216105901.GB10711@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 Good morning Linus, The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8: Linux 6.19-rc1 (2025-12-14 16:05:07 +1200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-6.20 for you to fetch changes up to 83333aa97441ba7ce32b91e8a007c72d316a1c67: backlight: qcom-wled: Change PM8950 WLED configurations (2026-02-04 10:26:03 +0000) ---------------------------------------------------------------- Backlight for v6.20 - New Support & Features * Add a new driver for the Congatec Board Controller (CGBC) backlight, providing brightness control via the board controller's PWM interface. - Improvements & Fixes * Resolve build failures in the Awinic AW99706 driver by switching to the correct GPIO consumer header. * Extend the Qualcomm WLED driver to support the specific over-voltage protection (OVP) values required for the PMI8994 and PMI8950 variants. - Device Tree Bindings Updates * Document the device-specific over-voltage protection (OVP) millivolt ranges and default values for Qualcomm PMI8994 and PMI8950 WLED controllers. ---------------------------------------------------------------- Barnabás Czémán (4): dt-bindings: backlight: qcom-wled: Document ovp values for PMI8994 backlight: qcom-wled: Support ovp values for PMI8994 dt-bindings: backlight: qcom-wled: Document ovp values for PMI8950 backlight: qcom-wled: Change PM8950 WLED configurations Junjie Cao (1): backlight: aw99706: Fix build errors caused by wrong gpio header Petri Karhula (1): backlight: Add Congatec Board Controller (CGBC) backlight support .../bindings/leds/backlight/qcom-wled.yaml | 24 ++- drivers/video/backlight/Kconfig | 11 ++ drivers/video/backlight/Makefile | 1 + drivers/video/backlight/aw99706.c | 2 +- drivers/video/backlight/cgbc_bl.c | 180 +++++++++++++++++++++ drivers/video/backlight/qcom-wled.c | 42 ++++- 6 files changed, 255 insertions(+), 5 deletions(-) create mode 100644 drivers/video/backlight/cgbc_bl.c -- Lee Jones [李琼斯]