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 E3F75C433EF for ; Thu, 16 Dec 2021 09:39:04 +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=dYbfaecssFx7YK7LUxhzU3GwAkqzOsgmXOUm9XuD9bI=; b=eGySblUheUA+C2 CvegJ55Krof0M0O8IpUeT5jYYPtMy8Hcyg5+sUDT0wF0UX4a+9K3/WqRag88K//kbiD4DyJS/Mc1K jzp0Mb5o9m4nyWwOU0wAkFJDUj1x3XXtlsOoU89s7n+95NIHbcRupCFRurvhDvWZMG0mMq6DhQZqm Ap8PU7cQIMh3heXAG7NiLUbGOwH3aAeTCZxQ5qiA8zGBW3i9KSW8gjkdS6FQ53g3f19b05xL9HHVo TIJU7ySDrgUh5jDQ91Nc7deggRVLh06n0IN/jZFwHbNgZPjSguuWUXTSE/y9IH179BIqzByxR1wgJ CCLeIu6AtpebznGONVLw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxnCc-004WVg-2o; Thu, 16 Dec 2021 09:37:30 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxn5I-004TNV-I7 for linux-arm-kernel@lists.infradead.org; Thu, 16 Dec 2021 09:29: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 E938D61CE5; Thu, 16 Dec 2021 09:29:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E4C6C36AE4; Thu, 16 Dec 2021 09:29:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639646995; bh=aljkijfCTz/p1sFYd3ASVUoEeyxMS16mbSqdgoOhxoM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W2uW9vZvsUbXZRpjUpQIc0G1CfAx80CnUfAYimigTgQ//PyyBJtHqkM6hLMeWu6E1 tpj6opm7YMnxylJDoUBKovdGEe0TAdbIOFdpcrwkgvMBJi+HzG4Gsi7Lv4LSW54L3q rocPf42MeTvfLOpKStGC3qLmLhbXYTnblY7sUn2wZGUtXWUhzbzTjVFKjKaN0m0guw wa+hon7PLH0e0odxR27tUrn27F10YZoOEyi/aTLVwYysHlRgJb8s6uPulq0XDT/QJf o2xddsCrqCPYuapZHPFGWAZpfJL4bepmnzR5pFtkJRYzZvhRorChDTehuApJxyBamz lm4n3ZkSyjeyg== Date: Thu, 16 Dec 2021 17:29:51 +0800 From: Shawn Guo To: Li Yang Cc: Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Biwen Li Subject: Re: [PATCH v3 10/10] arm64: dts: lx2162a-qds: add interrupt line for RTC node Message-ID: <20211216092950.GH4216@dragon> References: <20211214072342.22692-1-leoyang.li@nxp.com> <20211214072342.22692-11-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211214072342.22692-11-leoyang.li@nxp.com> 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-20211216_012956_674503_1B612C3A X-CRM114-Status: UNSURE ( 9.40 ) X-CRM114-Notice: Please train this message. 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 Tue, Dec 14, 2021 at 01:23:42AM -0600, Li Yang wrote: > From: Biwen Li > > Add interrupt line for RTC node on lx2162a-qds > > Signed-off-by: Biwen Li > Signed-off-by: Li Yang Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel