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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 D7A7FC48BC4 for ; Wed, 14 Feb 2024 11:30:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ne2Btk9b56ht7YFrCucjYpL15rRtXreWENZKc8hK9ts=; b=bEvlRjHOtoP6o9 TTQt4RObTlanVBeZfAlRydwhJGON89Lyq1G193bO9PXf81LtUKHNIxSVoKXsCjGiuYTxOch7acjKh 3H5ofI/ZgNK0RmhmEeNsGPlfpcDSFSHb9JI3BlqEa7Ruq7OhCxDzFm+0evUUCAUAvkFl5lfhO4Y7Z pwLrLyi8eyApg4MA0ieOPInblPwtDcpwQy1le7p4qFfVknO3GE1xCkRlBmm/eKP/8dfeHtrg8GU3A eAbaOTRX/gk/uM3hR4yIhGbysgJFXRowd/KlUnHW7vp7I0arf1HfD0klS+iXoWfeeHr6qBoX6X05a 0O8C4UMakuEtBa54Tn6w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1raDT0-0000000Cfkp-2VFc; Wed, 14 Feb 2024 11:30:18 +0000 Received: from mail11.truemail.it ([2001:4b7e:0:8::81]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1raDSv-0000000Cfia-0Fm2 for linux-arm-kernel@lists.infradead.org; Wed, 14 Feb 2024 11:30:16 +0000 Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id F0816228F6; Wed, 14 Feb 2024 12:30:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1707910211; bh=FUWd4PUVb0ug/H/pPw02cchmnSxRMsJhZBkIIlvDAC0=; h=From:To:Subject; b=M08PfnFe8mCFcIs82C3CRX45PPSAR1qb5UHo505/w7RG+5y1rLxthlOeQztwh7d82 G2rAq2zF//0j2J5855ISmpu28E+eG86XwmXJXBbJ5mR7CEdEp1MPY3yhNH9qfoIsPC BXdFZdNa0beGfRMVeH9s9DDOLKZaGRIPGYJ1gqYS1YOkPbwiSueNlXpNtXVhGEeca0 QlBFqIxTuIV1XImLK5ePx4jUfgNjPumbLeJQFnkYaJb0f1Zj26m9nsPqBMaOZk8Rnq sFmBdFYdY4yspBSy/7fja9Iq0jfo01qXuE/ukbnR+Sv63/7QZRaNq2KyX3MKDpFEgu TmQAQVyvhx/1w== Date: Wed, 14 Feb 2024 12:30:07 +0100 From: Francesco Dolcini To: Fabio Estevam Cc: shawnguo@kernel.org, kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, Fabio Estevam , stable@vger.kernel.org Subject: Re: [PATCH] ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE Message-ID: <20240214113007.GA88408@francesco-nb> References: <20240201180054.3869350-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240201180054.3869350-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240214_033013_420407_498CC0A8 X-CRM114-Status: GOOD ( 10.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello Fabio, On Thu, Feb 01, 2024 at 03:00:54PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit bfac19e239a7 ("fbdev: mx3fb: Remove the driver") backlight > is no longer functional. > > The fbdev mx3fb driver used to automatically select > CONFIG_BACKLIGHT_CLASS_DEVICE. > > Now that the mx3fb driver has been removed, enable the > CONFIG_BACKLIGHT_CLASS_DEVICE option so that backlight can still work > by default. > > Tested on a imx6dl-sabresd board. > > Cc: stable@vger.kernel.org > Fixes: bfac19e239a7 ("fbdev: mx3fb: Remove the driver") > Signed-off-by: Fabio Estevam Reviewed-by: Francesco Dolcini Tested-by: Francesco Dolcini # Toradex Colibri iMX7 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel