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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14FA2C433EF for ; Mon, 27 Sep 2021 08:03:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F01EA6115C for ; Mon, 27 Sep 2021 08:03:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233366AbhI0IFd (ORCPT ); Mon, 27 Sep 2021 04:05:33 -0400 Received: from gandalf.ozlabs.org ([150.107.74.76]:34735 "EHLO gandalf.ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233330AbhI0IF1 (ORCPT ); Mon, 27 Sep 2021 04:05:27 -0400 X-Greylist: delayed 314 seconds by postgrey-1.27 at vger.kernel.org; Mon, 27 Sep 2021 04:05:26 EDT Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4HHw4L48sPz4xbQ; Mon, 27 Sep 2021 17:58:26 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1632729514; bh=E4BdjuVETK7euJtsU6o5OD1pMsd5uiT5C7A+uie8WFk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=W7rpJofgDBEYaP+1zJGCdVI3wAm69ZkvJEk2KKHvxhD9+4oUEKLMFttM7ARh+kukC 59GMnNOKcnBYNDMwNPPNu6svOTrd5BZYIQHNwO/WF5vsjt8YhcJDi5XTw6BlQuOuoK Xt+faEsSD/PcD6855I1e64lfION8fCvEIC/64XGRgWE++SIMSl2ccsnjEZf/17lUkq XbPUkkAgEWthTz/dW+9HlcXvAPV90tmLhxYvDPDcBOXEpgVOVkyT4fAwKpJlR+tAZ3 IdIWUpuLeiX9U0dsGB6EPhJBtuFcEjLU11jQhpafaQVGZCP+8iOJhvMZsZiXjJIQdK T/OuEOSFokLWw== From: Michael Ellerman To: Wolfram Sang , Sven Peter Cc: Christian Zigotzky , Benjamin Herrenschmidt , Paul Mackerras , Olof Johansson , Arnd Bergmann , Hector Martin , mohamed.mediouni@caramail.com, Stan Skowronek , Mark Kettenis , linux-arm-kernel@lists.infradead.org, Alyssa Rosenzweig , linuxppc-dev , linux-i2c@vger.kernel.org, Linux Kernel Mailing List , "R.T.Dickinson" , Darren Stevens , Matthew Leaman , "R.T.Dickinson" Subject: Re: Add Apple M1 support to PASemi i2c driver In-Reply-To: References: <6487d099-e0d6-4ea3-d312-6adbd94589f4@xenosoft.de> <3dcc6c36-a0dd-0cad-428d-a6ed0f73e687@xenosoft.de> Date: Mon, 27 Sep 2021 17:58:25 +1000 Message-ID: <87mtnylaam.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Wolfram Sang writes: >> Sure, will do that later as well! > > But please do it privately. For upstreaming, the patch series you sent > is way better than a single patch. Christian, the whole series is downloadable as a single mbox here: https://patchwork.ozlabs.org/series/264134/mbox/ Save that to a file and apply with `git am`. eg: $ wget -O mbox https://patchwork.ozlabs.org/series/264134/mbox/ $ git am mbox It applies cleanly on v5.15-rc3. cheers