Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp5107527pxb; Mon, 15 Feb 2021 09:38:57 -0800 (PST) X-Google-Smtp-Source: ABdhPJyq3fwBIki2L5ZcX7FOKrGk1WJy+vBZ+6ikgRPS+EjjlMZFduHH66mDUZzF3hAJ+AroWhOD X-Received: by 2002:a17:906:17d3:: with SMTP id u19mr17493823eje.316.1613410736989; Mon, 15 Feb 2021 09:38:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613410736; cv=none; d=google.com; s=arc-20160816; b=DkARxEsk4sdzsW4NsQuotvWSmsz9dlld6OcB8mfeaDuFOh+hT+qWNGHlyomlEO2RP6 99h7xNBkBcgjyqJdHgLKeZR1U1GMUl+GV0fMDKI0UW356ASP14c799gQYj1YMRjTlXr3 9fmraWKkRCVM3kd6IsrfjqW816dsHmn7/jp0V5/gBv+t/WEhnAYpMO6u41f0ZgeLeHV9 p9MAGIFCZwzPu6tCNV90bOI6ojyTLcN4zKcERqu+SPeFbrTYi7eHu8cwX73wXHIGfIPq ASAnpEVtfRgf/hvYSDrUfZEooLyTJHR/cE35ypcfdjpZtwp834elRw9ztP63FGN+P88g rrcQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:subject:from :references:cc:to; bh=i1mRJbVqrkw2QYbqCP/ripFAorKkmAmIRpAHnFhC0zI=; b=bwl8GXvLBrywkdvSuKLzAjOEQ73YB2zVTtlugnN90ScOHWosokoDmbvcFFLlXQGIhz R/eEzmf3VlyCUu+VUEslTikeaCdaN29QkqkMZoMOeqpwaPii7Ry54phbfJZAa0OB2jp8 JmSYUxZT7GGzJpkT8fm4eJrDjVsGz28I0ltWBB8/nJn0Ij+Tv/RbaIJBGo9R/1B3EiTV pu/hWbGgrN+HNsqh1hqoH6WF+L70AmGtOSrahj2mJ1Of8p3sn582v0sYUeoEX/BDg8AS eIMl3ZAF9rqnZjkOEvonYvMnL5VuGrFlodD49uOaX6L/pvjaXXXcp6ZmmcMJ4myYCHA6 hFEg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=marcan.st Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d5si13464748edo.481.2021.02.15.09.38.33; Mon, 15 Feb 2021 09:38:56 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=marcan.st Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232082AbhBORh4 (ORCPT + 99 others); Mon, 15 Feb 2021 12:37:56 -0500 Received: from marcansoft.com ([212.63.210.85]:59966 "EHLO mail.marcansoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231474AbhBOQzT (ORCPT ); Mon, 15 Feb 2021 11:55:19 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id 2E39F419B4; Mon, 15 Feb 2021 16:54:26 +0000 (UTC) To: gregkh Cc: Mark Rutland , Rob Herring , DTML , Tony Lindgren , Marc Zyngier , Linus Walleij , Daniel Lezcano , "linux-kernel@vger.kernel.org" , Krzysztof Kozlowski , Arnd Bergmann , Alexander Graf , Catalin Marinas , Olof Johansson , Mohamed Mediouni , Thomas Gleixner , Mark Kettenis , Will Deacon , Linux ARM , Stan Skowronek References: <20210215121713.57687-1-marcan@marcan.st> <7c8bcf79-233b-7ea8-4fea-2fb29ca430ef@marcan.st> From: Hector Martin Subject: Re: [PATCH v2 00/25] Apple M1 SoC platform bring-up Message-ID: Date: Tue, 16 Feb 2021 01:54:25 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: es-ES Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/02/2021 01.12, gregkh wrote: > On Tue, Feb 16, 2021 at 12:57:27AM +0900, Hector Martin wrote: >> On 15/02/2021 22.22, gregkh wrote: >>> On Mon, Feb 15, 2021 at 01:57:39PM +0100, Arnd Bergmann wrote: >>>> (adding maintainers for the serial/irqchip/clocksource drivers and >>>> arch/arm64 to cc) >>>> >>>> I would suggest merging it together as a series through the soc tree for >>>> v5.13, once each patch has been reviewed by the respective subsystem >>>> maintainers, with possible add-on patches on the same branch for >>>> additional drivers that may become ready during the 5.12-rc cycle. >>>> After the initial merge, driver patches will of course go through subsystem >>>> trees as normal. >>>> >>>> Let me know if that works for everyone. >>> >>> Sure, as long as the maintainers get to see the patches, I don't think >>> I've seen the serial ones at all... >> >> Sorry, I figured Krzysztof would take a look at it first and I didn't want >> to spam too much. I'm still getting used to figuring out who to CC... > > scripts/get_maintainer.pl is your friend. It's the additional step of figuring out who to include from get_maintainer.pl output, and whether any subsetting is warranted at all, that I'm finding less well documented... :-) (In particular for a bring-up series such as this one, where most people are only concerned with a few patches... but maybe I'm just overthinking things) >> Do you want to take a look at v2, or wait for v3? > > v3 is fine, I can't do anything until after 5.12-rc1 is out anyway. Got it, thanks! -- Hector Martin (marcan@marcan.st) Public Key: https://mrcn.st/pub