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 5B63AC433F5 for ; Thu, 5 May 2022 00:51:29 +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=G05qgd4CcJuiQ6J+1IXDvPxbi6I13COSt1EJS4E7SAs=; b=N3RVMvEMM5I5D2 hDeb/eZIRFnX4toScf929zzPLXO/tAYY0ZJQjAhMsr/YW1Czs89ozNQ7sYTJiNUgFmDukK/SvFeSF AKteoTcvrD3zPzluAJ9qQCBMcshZJ3Ozx+hw3SZaYkiWJBoE93kWr9K4LyTrvvK+SWMm/ob+gDAhU Wu501qtMylt8PNqlVqPKyKt8eaBNvxm6+E5hQgW+SXH6KOxyql14OsSDbJ+iCtuSz+FSWJscTyaDA 7hTuLeEAjDa/9I550DFyNxm/kr0mgJC2rNj3lTY2eWZAuzOgVyBJGPL+rTMxsPRDVrK7WuY4rn9LM 19FDXzaJdCq6qRniWMWw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmPhB-00DNUg-3n; Thu, 05 May 2022 00:50:17 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmPh8-00DNSf-0y for linux-arm-kernel@lists.infradead.org; Thu, 05 May 2022 00:50:15 +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 ams.source.kernel.org (Postfix) with ESMTPS id BC5E9B82A3D; Thu, 5 May 2022 00:50:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28C2AC385A4; Thu, 5 May 2022 00:50:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651711810; bh=/xejNG+Nw+IZM6OJpM1IMjqf9IciuPJZVfl3gWmM700=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=beJyvgIH4+8xH0MbllmJI0cLfNVdFhR1gg6Ktq1LuYgXNwbn2WRqCzbVxffpO747R FFFHbOAAd6iM7ChNoe+SeaLgE+KJ/HmiKKeUYxQvtpaeVOPvqLj8NNVRs1/cj1s29K X3IA7DOJNHbJEsZtE0YrVj5LrXA76WarJLUGHIFe4Kjo3PHEQgh5EuYR9ARTOx970i IAC4+ev1BzCb0WoT3TJ8bEGyNQtZYYjx+P/N3kXNUGtnCMnpvQQt4TAGS4RxHdE9gw 0+3h1odDMsY1eQvYejWU/6O3TnOGOpbfe7ysGaFumno4rSHWb4dkqpZZHsA9Uj4dnV UFNoiJEKURReg== Date: Thu, 5 May 2022 08:50:03 +0800 From: Shawn Guo To: Leo Li Cc: Rob Herring , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/6] ARM: dts: ls1021a: remove "simple-bus" compatible from ifc node Message-ID: <20220505005003.GC14615@dragon> References: <20220322022818.9860-1-leoyang.li@nxp.com> <20220410072745.GN129381@dragon> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220504_175014_255593_A8F9CFB7 X-CRM114-Status: GOOD ( 18.87 ) 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 Wed, Apr 27, 2022 at 09:26:22PM +0000, Leo Li wrote: > > > > -----Original Message----- > > From: Shawn Guo > > Sent: Sunday, April 10, 2022 2:28 AM > > To: Leo Li > > Cc: Rob Herring ; linux-arm-kernel@lists.infradead.org; > > devicetree@vger.kernel.org; linux-kernel@vger.kernel.org > > Subject: Re: [PATCH 1/6] ARM: dts: ls1021a: remove "simple-bus" compatible > > from ifc node > > > > On Mon, Mar 21, 2022 at 09:28:13PM -0500, Li Yang wrote: > > > The binding of ifc device has been updated. Update dts to match > > > accordingly. > > > > > > Signed-off-by: Li Yang > > > > I only received patches #1, #2, #4 and #5, while it claims there are 6 patches > > in the series. > > I used the get_maintainers.pl script to generate the recipients. The patch #3 and #6 are for powerpc, that's probably why it missed you. Please help to review the current patches. If they need a rebase to the latest baseline I will resend the whole series and include you for all the patches. > Applied all 4 patches you sent me, thanks! Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel