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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 37C09C4332F for ; Thu, 17 Nov 2022 11:55:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239420AbiKQLz0 (ORCPT ); Thu, 17 Nov 2022 06:55:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239586AbiKQLzB (ORCPT ); Thu, 17 Nov 2022 06:55:01 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D3F72BB0B; Thu, 17 Nov 2022 03:54:59 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 893EDB82028; Thu, 17 Nov 2022 11:54:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 69110C433D6; Thu, 17 Nov 2022 11:54:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668686097; bh=WX1FWx2cF2AM6qxLI/JRI3DYphuxTC736SeVco5ArOU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QcpxXSpU/6MGdIy4/UdvTwVesfdFJVIvX6SASQZT5tQM/KAQsk85zm7H0/fAizZYX w/jVFYK12QJZnNTUY6lQAo4wyo32XRQFNI2ul1/XBUbGdEj8AW5wdxBfPgaqasCbCK n+nCHTy3yjEnj8etlVFnL2uKE4oE3scLyDJhIhYdVn45Swl3tI50V/SKSLc8Jc3+Uh P7+iIIBRJZb/sFrDE8KDDn84kEA/PoturCLKlO1RX0lqnONRY32fJWLKUSjg4rep9o rMAiyMB4s+Evij0XT01fzNkplXD9561TaDtKOcwTot3iofbxH5UvqHj/AtzD2ajC9G 5hr5yz1clrsIw== Date: Thu, 17 Nov 2022 11:54:52 +0000 From: Lee Jones To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Thierry Reding , Daniel Thompson , Jingoo Han , linux-pwm@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] backlight: pwm_bl: Drop support for legacy PWM probing Message-ID: References: <20221117072151.3789691-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221117072151.3789691-1-u.kleine-koenig@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org On Thu, 17 Nov 2022, Uwe Kleine-König wrote: > There is no in-tree user left which relies on legacy probing. So drop > support for it which removes another user of the deprecated > pwm_request() function. > > Signed-off-by: Uwe Kleine-König > --- > drivers/video/backlight/pwm_bl.c | 12 ------------ > include/linux/pwm_backlight.h | 1 - > 2 files changed, 13 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] 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 5264BC433FE for ; Thu, 17 Nov 2022 11:55:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9ADCC10E0E9; Thu, 17 Nov 2022 11:55:02 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 98AA210E5EA for ; Thu, 17 Nov 2022 11:54:58 +0000 (UTC) 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 C56A56126C; Thu, 17 Nov 2022 11:54:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 69110C433D6; Thu, 17 Nov 2022 11:54:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668686097; bh=WX1FWx2cF2AM6qxLI/JRI3DYphuxTC736SeVco5ArOU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QcpxXSpU/6MGdIy4/UdvTwVesfdFJVIvX6SASQZT5tQM/KAQsk85zm7H0/fAizZYX w/jVFYK12QJZnNTUY6lQAo4wyo32XRQFNI2ul1/XBUbGdEj8AW5wdxBfPgaqasCbCK n+nCHTy3yjEnj8etlVFnL2uKE4oE3scLyDJhIhYdVn45Swl3tI50V/SKSLc8Jc3+Uh P7+iIIBRJZb/sFrDE8KDDn84kEA/PoturCLKlO1RX0lqnONRY32fJWLKUSjg4rep9o rMAiyMB4s+Evij0XT01fzNkplXD9561TaDtKOcwTot3iofbxH5UvqHj/AtzD2ajC9G 5hr5yz1clrsIw== Date: Thu, 17 Nov 2022 11:54:52 +0000 From: Lee Jones To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: Re: [PATCH] backlight: pwm_bl: Drop support for legacy PWM probing Message-ID: References: <20221117072151.3789691-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221117072151.3789691-1-u.kleine-koenig@pengutronix.de> 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: , Cc: linux-pwm@vger.kernel.org, Daniel Thompson , Jingoo Han , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Thierry Reding Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 17 Nov 2022, Uwe Kleine-König wrote: > There is no in-tree user left which relies on legacy probing. So drop > support for it which removes another user of the deprecated > pwm_request() function. > > Signed-off-by: Uwe Kleine-König > --- > drivers/video/backlight/pwm_bl.c | 12 ------------ > include/linux/pwm_backlight.h | 1 - > 2 files changed, 13 deletions(-) Applied, thanks. -- Lee Jones [李琼斯]