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 3DD21ECAAA1 for ; Sun, 23 Oct 2022 13:26:01 +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=yv8XkJQEnPQAveeIjB/epSOMwPZcFqTharg1lGpNUn0=; b=fpvODNMIdrwh4K TKnom6Rd19FJb6bVIDVmTeDrrpSufvsmAb7r9Qm7db59RFhRGH0Xv3UGQ6wgNj73Ee24StmjtCdkq xKPBRafJ09JDTf9zzpoOAx61DsLdj+3C5aLFmKWMEMZljkItaHcCYRrX+UcfnwwhFyAoz6Xh9sQti s+BDmFV7Ig/1OPIc1PxPt0SQP+1rI26RZXCh1xRocovg9lfIg75kXfLzX1P33isgBxi0Jk6PnVNxt ZFGAqFPQV6EVRrHggeG5o1Z/ugB5FDTunwy4ly+JOzDn2k1zGSHpq14174uKbCBkYsCnMQ1l5bwlG jyM1i0GmfRz3HBT0sXzQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1omayL-00FLMP-6B; Sun, 23 Oct 2022 13:25:01 +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 1omayI-00FLM0-BR for linux-arm-kernel@lists.infradead.org; Sun, 23 Oct 2022 13:24:59 +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 F2EBD60DD5; Sun, 23 Oct 2022 13:24:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45D75C433D6; Sun, 23 Oct 2022 13:24:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666531496; bh=6+eyAwHUM9a5SiSkImPKRvPHxNJ5ZzLmEvwu/JNzIS0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XGI1FuWoO9e8gz9ZZ/K+wvqnEMLadLSRXst+zRA5TSGxrtmwrmTXS5iyi4T1AQkNp 325pKC7EI/yodEDxGNWAzWOF0spEGTi+M9qPczQr8637tI12bUTwBFkgBlnO2r2h0q sDVyiokFcAW0oGSW92p+q5d9EV0B67xV8bxR6Qx4LkNKoJuwld9rdQHKwgOL+KDHfc /jskNF1iTdCy67euuJvsMcgXtTP8rRUALDSkodMf/c+7sTIrQtftVZHDzEo3aRYmLs CJdi6jQJyFhYdp/HoEZ/67ePV1vTCXT+RipaDuCBaGrK0LqJhimknVEsIMdzIOns8/ RRcvenrA7jMlw== Date: Sun, 23 Oct 2022 21:24:48 +0800 From: Shawn Guo To: Li Yang Cc: devicetree@vger.kernel.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/9] accumulated dts updates for ls1046a Message-ID: <20221023132448.GQ125525@dragon> References: <20220922214030.9004-1-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220922214030.9004-1-leoyang.li@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221023_062458_449756_90C3EF49 X-CRM114-Status: GOOD ( 10.16 ) 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, Sep 22, 2022 at 04:40:21PM -0500, Li Yang wrote: > v2 updates: > - Style fixes > - Updated to use MACROs for interrupt and gpio property > - Remove dma-coherent for remaining nodes under SoC > > v3 updates: > - Added dma-noncoherent exception for edma I probably forgot to reply, but v2 of the series has landed on v6.1-rc1. So please send updates against v6.1-rc1. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel