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 25449C433EF for ; Fri, 28 Jan 2022 03:56:39 +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=AMkka3p1Ka5lD+8WCZDOlLE0CDxAOysONj0jB248U0Y=; b=aepF1eH9nJVXqS izLKUiz5xUXHQqeii8cRzt82XWxq89EQMpsFlfRmQBJXL1udb9c2c2omg+GrggBV4uOIFTOfBxFGB 0Y+dh5qDgtVD8V1O2adcUMen1SCgQy54xuKmmWAHRAmMbq3p/rVrzi+bsiro4B01+kTDK8f8u+pJc 83ciTShTQKuJ5+74TuE9midzSQetTn2gRSN2Tnn2/RE+UJqS8Bzrx7ySsE9Tc0/nQ0Y7Edp8g44zL QUfqA2hYhurZ8GrqYGdqsVRhDJ0ma+d9nWc9mBVa31KEO8EhCvM3V5wMDX7cd9QmfjOH2KiUoGuI4 MRQqWIziMswT+UUCyHiw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nDILk-000El7-JN; Fri, 28 Jan 2022 03:55:00 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nDILg-000EiH-IX for linux-arm-kernel@lists.infradead.org; Fri, 28 Jan 2022 03:54:57 +0000 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 7ADD361E4E; Fri, 28 Jan 2022 03:54:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24020C340E0; Fri, 28 Jan 2022 03:54:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643342094; bh=F6nMqm2BNQjdzdmorsoB0MzkOs8aAyfe1virzyMv7AM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q2ot7KCJasSgw2zrePoc+6uDJQ8W8Aq6gwt9RHYZfIAPNnXMhmkl04oN4V/nWZR2x bBlYZ7Z/rHNbYjZZu/O5sW7FLje9EWYOjS0TJNVSIqOznqzpUFwPMdb4/BEoYMg20C RQ6YJjtHQuZHgWwzYAvwXRIfbWTtMPLT7JzYovdSEuo0tQEhyw0gNAsDzYs38qkIJ/ yQPrxu5JF+seZk8FTZNLWy0B6Mv81GXg0IrgT1rryQcz/ul1ag8NZyUDd1J0s2+tWb 9+g1U9N4PoVhmeYMeluzbsAnqh5cqH/6Xy6Gt/k0k0wo2Z2XIalOJDO/9niPvBL333 R5UsSTlz9r7LA== Date: Fri, 28 Jan 2022 11:54:48 +0800 From: Shawn Guo To: Tim Harvey Cc: Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Device Tree Mailing List , open list , Linux ARM Mailing List Subject: Re: [PATCH] arm64: dts: imx8m{m,n}_venice*: add gpio-line-names Message-ID: <20220128035447.GZ4686@dragon> References: <20211215001812.9006-1-tharvey@gateworks.com> <20220126090739.GH4686@dragon> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220127_195456_701596_B01CCFF5 X-CRM114-Status: GOOD ( 19.63 ) 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 On Thu, Jan 27, 2022 at 02:49:41PM -0800, Tim Harvey wrote: > On Wed, Jan 26, 2022 at 1:07 AM Shawn Guo wrote: > > > > On Tue, Dec 14, 2021 at 04:18:12PM -0800, Tim Harvey wrote: > > > Add gpio-line-names for the various GPIO's used on Gateworks Venice > > > boards. Note that these GPIO's are typically 'configured' in Boot > > > Firmware via gpio-hog therefore we only configure line names to keep the > > > boot firmware configuration from changing on kernel init. > > > > > > Signed-off-by: Tim Harvey > > > > It doesn't apply to my imx/dt64 branch. Could you rebase? > > > > Shawn, > > Sure, I'll try to submit another version within a couple of days. > > Did you happen to see 'arm64: dts: imx8mm-venice*: add PCIe support' > [1]? It seems to have been archived for some reason and it may have to > be rebased after I re-post this one unless you can take that now. I forgot to reply, but I had already pick that up. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel