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 0FFEFC433F5 for ; Tue, 8 Feb 2022 10:35:38 +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=+XIbqJTDzFH43N/VIJSjwo0Ggq3ZXILtKeNkMkR7KO8=; b=jCra1XLCGHEIWg mTekCQN9HD2o65PMg2zrI+vNTZol/WUuyiwwlCbd9HXj0b41WMWC8Qr4+FkUukrRMxDwsHPVqZwod gJtn/e34SRoyDEk0o7YEsA+whMI1UhnP3EnIPMqOnCLZyr9Ah4DDUCySXiiIdqUu3BZnnMK87dS7O SfEgEmDwKG59lf3kY7i9XtuLB5KtXegb0qLRo4a2wpaZlYTnBNWP1zXQO0AJ8G9CMF4N6V+/h1juI fQDXI0aSmQpMYnMv0T9DSAxoxIgOdE2/KLUeM7BSmKfJCupcK824RAZJq0/5X5aWmb1LWy9/ai1Og XRr/BfTLu1qRuwgP6loA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHNpO-00DPzj-4v; Tue, 08 Feb 2022 10:34:30 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHNpJ-00DPwo-TX for linux-arm-kernel@lists.infradead.org; Tue, 08 Feb 2022 10:34:27 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EB77211D4; Tue, 8 Feb 2022 02:34:16 -0800 (PST) Received: from bogus (unknown [10.57.41.150]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 16D063F718; Tue, 8 Feb 2022 02:34:14 -0800 (PST) Date: Tue, 8 Feb 2022 10:33:27 +0000 From: Sudeep Holla To: Arnd Bergmann Cc: Olof Johansson , ARM SoC Team , SoC Team , Sudeep Holla , ALKML , Cristian Marussi Subject: Re: [GIT PULL] firmware: arm_scmi: Updates for v5.17 Message-ID: <20220208103327.hjld33z3lkfrpu6k@bogus> References: <20211222141342.56395-1-sudeep.holla@arm.com> <20220107113740.f4zlz25largdjcfd@bogus> <20220108202410.GA1057@lx2k> 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-20220208_023426_049151_3CE9E6AA X-CRM114-Status: GOOD ( 29.72 ) 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, Feb 08, 2022 at 11:00:43AM +0100, Arnd Bergmann wrote: > On Sat, Jan 8, 2022 at 9:24 PM Olof Johansson wrote: > > On Fri, Jan 07, 2022 at 11:37:40AM +0000, Sudeep Holla wrote: > > > On Wed, Dec 22, 2021 at 02:13:42PM +0000, Sudeep Holla wrote: > > > > Hi ARM SoC Team, > > > > > > > > Please pull ! > > > > > > > > > > I am aware I sent this pull request just around the same time Arnd finalised > > > the initial set. I have seen emails suggesting that Olof might be planning > > > to merge additional PR, so it would be great if this gets included in > > > that cut. All the changes are in -next since 21st December, so there should > > > be no surprises. > > > > > > Thanks again and sorry for nagging. > > > > Yeah, no worries -- I'd been letting pull requests sitting for a while over the > > holidays. I've merged this into our late branch now. > > Hi Sudeep, > > I'm going through all the stuff that we ended up not getting into v5.17. > As you probably already know, this pull request was part of the arm/late > branch that missed out, sorry for the mistake on our end. > No worries, it was indeed a late PR. > As the contents are still fine, I could offer to either merge the branch again > for v5.18, or I can drop it and wait for a new pull request from you, please > let me know your preference. > Is it OK if I merge this tag with v5.17-rc1 as base and load it with any new v5.18 material on the top ? I just want to avoid rebasing as the same time some of the new material depend on these changes. Let me know if that is fine. I am open to any other suggestions too. > If any of the patches are bug fixes that you think should be in v5.17, > it would be good to have a separate pull request or patch email for the > 5.17 fixes branch. > Sure, I will check again, but AFAIK there were no fixes for existing bugs. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel