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 X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98122C433E0 for ; Wed, 27 Jan 2021 17:42:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C94A64D9E for ; Wed, 27 Jan 2021 17:42:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235779AbhA0Rl6 (ORCPT ); Wed, 27 Jan 2021 12:41:58 -0500 Received: from foss.arm.com ([217.140.110.172]:57062 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236145AbhA0Ral (ORCPT ); Wed, 27 Jan 2021 12:30:41 -0500 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 2E37A1042; Wed, 27 Jan 2021 09:29:56 -0800 (PST) Received: from slackpad.fritz.box (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4C7A93F66E; Wed, 27 Jan 2021 09:29:54 -0800 (PST) Date: Wed, 27 Jan 2021 17:29:14 +0000 From: Andre Przywara To: Mark Brown Cc: Maxime Ripard , Chen-Yu Tsai , =?UTF-8?B?Q2zDqW1lbnQgUMOpcm9u?= , Ulf Hansson , Linus Walleij , Yangtao Li , Shuosheng Huang , Jernej Skrabec , Icenowy Zheng , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Samuel Holland Subject: Re: (subset) [PATCH v4 00/21] arm64: sunxi: Initial Allwinner H616 SoC support Message-ID: <20210127172914.1ffac2a2@slackpad.fritz.box> In-Reply-To: <161176773014.34911.3613594986317961710.b4-ty@kernel.org> References: <20210125151811.11871-1-andre.przywara@arm.com> <161176773014.34911.3613594986317961710.b4-ty@kernel.org> Organization: Arm Ltd. X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 27 Jan 2021 17:15:30 +0000 Mark Brown wrote: > On Mon, 25 Jan 2021 15:17:50 +0000, Andre Przywara wrote: > > an update from the v3 last week, to add support for the Allwinner H616 > > SoC. Still based on the (updated) sunxi/for-next branch. > > I am omitting the MMC and pinctrl patches now, as they have been taken > > by Ulf and LinusW already into their trees. > > > > I addressed the comments from the list, though not sure if the HOSC clock > > coming from the RTC is really a good idea (didn't change it). > > > > [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next > > Thanks! > > [13/21] dt-bindings: spi: sunxi: Add H616 compatible string > commit: 6589daf8bb98c75ad1065edad87c099ffb9f5d87 Thanks for that. I just sent a v5, just before seeing your email, so this one still has this patch, but without any changes. So please ignore [PATCH v5 13/21]. Cheers, Andre > All being well this means that it will be integrated into the linux-next > tree (usually sometime in the next 24 hours) and sent to Linus during > the next merge window (or sooner if it is a bug fix), however if > problems are discovered then the patch may be dropped or reverted. > > You may get further e-mails resulting from automated or manual testing > and review of the tree, please engage with people reporting problems and > send followup patches addressing any issues that are reported if needed. > > If any updates are required or you are submitting further changes they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. > > Thanks, > Mark