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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 8E368C433DB for ; Mon, 15 Feb 2021 13:26:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C2EA64E29 for ; Mon, 15 Feb 2021 13:26:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229666AbhBONZt (ORCPT ); Mon, 15 Feb 2021 08:25:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:38100 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230160AbhBONXa (ORCPT ); Mon, 15 Feb 2021 08:23:30 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3AE0A64DF0; Mon, 15 Feb 2021 13:22:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613395370; bh=FhCmQwKltXlewXN8BYTXPAp/o1kYguxQ89M5HonSGq4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FM1/iqq3ZHy2ksIoZWnwxxgAw6yOwiqBR01KLjivOn3iN2GKRSPLIPyZlMN4N6Dce zWAQkeJe2oYvpa/UX1jQkKRQBznYnNm5ulGqCrmM7BYrwSQu8WLpZiqdINQ9QkUQep ey4Dq+7oJg0WqYWc+SmhIdimBalErLKU+OPKzG34= Date: Mon, 15 Feb 2021 14:22:47 +0100 From: gregkh To: Arnd Bergmann Cc: Hector Martin , Linux ARM , Marc Zyngier , Rob Herring , Olof Johansson , Krzysztof Kozlowski , Mark Kettenis , Tony Lindgren , Mohamed Mediouni , Stan Skowronek , Alexander Graf , Will Deacon , Linus Walleij , Mark Rutland , DTML , "linux-kernel@vger.kernel.org" , Daniel Lezcano , Thomas Gleixner , Catalin Marinas Subject: Re: [PATCH v2 00/25] Apple M1 SoC platform bring-up Message-ID: References: <20210215121713.57687-1-marcan@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Feb 15, 2021 at 01:57:39PM +0100, Arnd Bergmann wrote: > On Mon, Feb 15, 2021 at 1:16 PM Hector Martin wrote: > > > > This series brings up initial support for the Apple M1 SoC, used in the > > 2020 Mac Mini, MacBook Pro, and MacBook Air models. > > > > The following features are supported in this initial port: > > > > - UART (samsung-style) with earlycon support > > - Interrupts, including affinity and IPIs (Apple Interrupt Controller) > > - SMP (through standard spin-table support) > > - simplefb-based framebuffer > > - Devicetree for the Mac Mini (should work for the others too at this > > stage) > > I am essentially happy with the state of this series, the comments I had > in v1 by email and IRC are all addressed, but of course with the timing > during the merge window, it is not going to be in v5.12. > > (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...