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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3746CC83001 for ; Wed, 29 Apr 2020 02:17:45 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 0664220775 for ; Wed, 29 Apr 2020 02:17:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="OsyUT6e5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0664220775 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7B0566E877; Wed, 29 Apr 2020 02:17:44 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4938C6E877 for ; Wed, 29 Apr 2020 02:17:43 +0000 (UTC) Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8BB9420730; Wed, 29 Apr 2020 02:17:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588126663; bh=uFTvOb5jqPYm2p/NhmZmEbh+AQAh9UCQKVlcg3qOzdg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OsyUT6e5nuOIKdW6vP9ue0D4tVJCcr8H5WJNHPcZw7ec2+SSzL0jyf7j4MLSajVuD zJ6+GylwluXQAVFzACAThg8lCZaclL899lQtPFUpuia7LLZHcR6L8s6TF44rGDo3Di TE3B+ddNpdWcBzwgmOIgTlhBS1wnxqCBsRCwW1xY= Date: Wed, 29 Apr 2020 10:17:37 +0800 From: Shawn Guo To: Linus Walleij Subject: Re: [PATCH] backlight: l4f00242t03: Convert to GPIO descriptors Message-ID: <20200429021736.GH32592@dragon> References: <20200415121449.111043-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200415121449.111043-1-linus.walleij@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) 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: Alberto Panizzo , Daniel Thompson , Anson Huang , Jingoo Han , Sascha Hauer , dri-devel@lists.freedesktop.org, NXP Linux Team , Pengutronix Kernel Team , Lee Jones Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Apr 15, 2020 at 02:14:49PM +0200, Linus Walleij wrote: > This converts the l4f00242t03 backlight driver to use GPIO > descriptors and switches the two Freescale i.MX boards over > to passing descriptors instead of global GPIO numbers. > > We use the typical names "enable" and "reset" as found in > the device tree bindings for panel GPIOs. > > This saves a lot of code in the driver and makes it possible > to get rid of the platform data header altogether. > > Cc: Sascha Hauer > Cc: Anson Huang > Cc: Shawn Guo > Cc: Pengutronix Kernel Team > Cc: Fabio Estevam > Cc: NXP Linux Team > Cc: Alberto Panizzo > Signed-off-by: Linus Walleij > --- > i.MX folks: please test if you can or at least ACK so Lee > knows if this is OK for you. Acked-by: Shawn Guo _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel