From mboxrd@z Thu Jan 1 00:00:00 1970 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 21232C5AC82 for ; Mon, 10 Aug 2026 10:36:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 14A7510E7A3; Mon, 10 Aug 2026 10:36:04 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="CWM5bZIS"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4728310E7B7 for ; Mon, 10 Aug 2026 10:36:03 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 6EB2360052; Mon, 10 Aug 2026 10:36:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 26F551F000E9; Mon, 10 Aug 2026 10:35:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786358162; bh=aXlsx6jnI65lLrCHVH/Ds1l8OuKu1/H08tT9GG0irC8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=CWM5bZISaLECOKY1Wtjn0I4IsHHW5ixJ7xumDpQvvDbi+h/ismEJv96GBQEeA8Xai Mm7URwrdyB+b25iei/AU/srS/DoE0czDnYav6c2okXt9fzfrjzgoqEZGSPIEyzVuO9 t5phGEXdiw4o91XvLM3DJ+2mSszyONGbCgMj9SaptXpuToQqlYzL1Cf2jEQqD5IVjR 4jBFh5JyiJN28Ve72CTKuAtb+t6EuNgybkG15ShwuwmfcEYx1PTBDpFhrwdMrzu+Kt 0k9p8Q0JVvb5L+gfQRTggI9gMqorpMBMC7dbYaENRs5bWvSaHxNMGPcQ5LDiBT602o uxWSA/d64iu0g== Date: Mon, 10 Aug 2026 11:35:52 +0100 From: Daniel Thompson To: "H. Nikolaus Schaller" Cc: Grond , Stefan Leichter , Grazvydas Ignotas , Tony Lindgren , Ethan Nelson-Moore , Jarkko Nikula , Sascha Hauer , Andreas Kemnade , Lee Jones , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liam Girdwood , Mark Brown , Aaro Koskinen , Kevin Hilman , Roger Quadros , Russell King , Jingoo Han , Helge Deller , Jaroslav Kysela , Takashi Iwai , Sen Wang , Richard Fitzgerald , Arnd Bergmann , Srinivas Kandagatla , Kuninori Morimoto , Charles Keepax , Niranjan H Y , letux-kernel@openphoenux.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, kernel@pyra-handheld.com, mfd@lists.linux.dev Subject: Re: [PATCH 15/16] backlight: remove pandora_bl Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, Jul 11, 2026 at 08:02:02AM +0200, H. Nikolaus Schaller wrote: > Retire the platform specific pandora backlight driver since > it can now be replaced by twl_pm and device tree. > > Signed-off-by: H. Nikolaus Schaller Yay! Reviewed-by: Daniel Thompson (RISCstar) Daniel.