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.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 D7064C07E95 for ; Sat, 10 Jul 2021 16:48:13 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 7EDD96135D; Sat, 10 Jul 2021 16:48:13 +0000 (UTC) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 516896135B for ; Sat, 10 Jul 2021 16:48:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 516896135B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=torvalds@linuxfoundation.org Received: by mail-lf1-f50.google.com with SMTP id y42so30665067lfa.3 for ; Sat, 10 Jul 2021 09:48:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UMwYm3Z5kzi/jKsZNKzSHFnOUpat3NrlV7AI13eBog0=; b=h1J+0nIt4sfDSPrqc3+zf1KmH1ZX/FyrDYTxSHYZF5cNvUWD5k8W0IacYSS/7Yp2Tw S7byUrDkJ2y8Pi727vaVaRBdIS7p16mRkrIZeUy2OcEJTZ++6E5T29c6GoFamaUUS4pQ ADhYcYMcoNqrSzQOTx3Mfd79GREJ8Quw1wzs8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UMwYm3Z5kzi/jKsZNKzSHFnOUpat3NrlV7AI13eBog0=; b=IjaXBbesz0KTaLJq8kxf6hgVSGS6WJfwiOz54qMUjgT4rp43VJ9CeHOUAdyzqaRT4+ k7sCe2RnyKIU8Xu/rP5zIZ+EefnaeiZ/6kw51IpHFoVA29QYMX03F9hcvh3Le6WunezS +sjUtORh2NahPdG/IlDqDINfc7XWaOaQKQw+4vWYl7DkAmNzrZBOahQrqKdr7rWb7uLe kRlPN6h5INkX9cwlGAXW6YyeIRngxNaDjFxn/5eGRycbALOxReW+dO9LvrWnjkn3GTKU OCuqGmzT6PE8ZjUlOw1PMEShdrfcM8GnLOE7peGjF9vluJ53Wq/4+YsTihL7x0e5JAwr vnAA== X-Gm-Message-State: AOAM53036ydq1LQqYQH/s51M+TvPgyStLvpt/TMYAOW2b1mDOHUlW6fe ZRBd3frzYJv7NGBJxB7+R1E1RqXtkK3Nvjs6 X-Google-Smtp-Source: ABdhPJzaUmwcWZiG1uXhk5WXWbN6N/Nggep5w1S2rdDoBU4reXRrbfxkAWjBS55t8X2tn9GZd6fznA== X-Received: by 2002:a05:6512:11e2:: with SMTP id p2mr33900753lfs.312.1625935691387; Sat, 10 Jul 2021 09:48:11 -0700 (PDT) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com. [209.85.167.48]) by smtp.gmail.com with ESMTPSA id u15sm744587lft.75.2021.07.10.09.48.10 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 10 Jul 2021 09:48:10 -0700 (PDT) Received: by mail-lf1-f48.google.com with SMTP id 8so18942388lfp.9 for ; Sat, 10 Jul 2021 09:48:10 -0700 (PDT) X-Received: by 2002:a19:7d04:: with SMTP id y4mr32924003lfc.201.1625935690648; Sat, 10 Jul 2021 09:48:10 -0700 (PDT) MIME-Version: 1.0 References: <20210709234054.10288-1-olof@lixom.net> <20210709234054.10288-3-olof@lixom.net> In-Reply-To: <20210709234054.10288-3-olof@lixom.net> From: Linus Torvalds Date: Sat, 10 Jul 2021 09:47:54 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [GIT PULL 3/4] ARM: Drivers for 5.14 To: Olof Johansson List-Id: Cc: ARM SoC , SoC Team , Linux Kernel Mailing List , Linux ARM Content-Type: text/plain; charset="UTF-8" On Fri, Jul 9, 2021 at 4:41 PM Olof Johansson wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-drivers-5.14 Ahh. You had switched the diffstats between pulls 2 and 3. Linus 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=-11.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 DD641C07E9C for ; Sat, 10 Jul 2021 16:48:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BEBF56135B for ; Sat, 10 Jul 2021 16:48:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229882AbhGJQu7 (ORCPT ); Sat, 10 Jul 2021 12:50:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229500AbhGJQu7 (ORCPT ); Sat, 10 Jul 2021 12:50:59 -0400 Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 02B55C0613DD for ; Sat, 10 Jul 2021 09:48:13 -0700 (PDT) Received: by mail-lf1-x12c.google.com with SMTP id f13so30451033lfh.6 for ; Sat, 10 Jul 2021 09:48:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UMwYm3Z5kzi/jKsZNKzSHFnOUpat3NrlV7AI13eBog0=; b=h1J+0nIt4sfDSPrqc3+zf1KmH1ZX/FyrDYTxSHYZF5cNvUWD5k8W0IacYSS/7Yp2Tw S7byUrDkJ2y8Pi727vaVaRBdIS7p16mRkrIZeUy2OcEJTZ++6E5T29c6GoFamaUUS4pQ ADhYcYMcoNqrSzQOTx3Mfd79GREJ8Quw1wzs8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UMwYm3Z5kzi/jKsZNKzSHFnOUpat3NrlV7AI13eBog0=; b=Q25t6g1HqnsLTYrlbIpMAaDQ7uRQeBPP8inG5+WRrmSBcyA1iXnxxwod94gjzJsS+c JDPfqE5CVr66S/4hKMQiUGHblLRL9EIk7jvNYV/ETni/HCqBcHK96eles5vnkWPAJF67 Rsp21JkKJal/CpOglETRJe6PAIsQSDhNHczz95WEBtlFyhLLEEjPp8s+MdtCqyQwEMH7 mI4IJnQQeBS8jWG5f/TBPKNV/XTwCicZLyILSyytoF3rgyefW8tiyriBpmaB2bY5jsQ5 E0ZM0F0YT7VWXUI6trS327usk5a7YA2axj9lEQcGZjosJhQ7HWBsCmk55ET4DeCtAtCY U+KA== X-Gm-Message-State: AOAM533kKt5UZqdnSOILDaHUdGml7GoyMTSC4eqnsiuMkacR5xEkru8b F5MrskTSP7uqpBv6WPue2iOXryAjO+NZV2CU X-Google-Smtp-Source: ABdhPJxaMrGa9bogW5wc4swFx5alTfKE3kvK44l6gEplmg29gkMeauEWwH1cqkYCZPFicYcTFOKh2w== X-Received: by 2002:a19:7d04:: with SMTP id y4mr32924034lfc.201.1625935691270; Sat, 10 Jul 2021 09:48:11 -0700 (PDT) Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com. [209.85.167.41]) by smtp.gmail.com with ESMTPSA id o10sm8499lfi.41.2021.07.10.09.48.10 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 10 Jul 2021 09:48:10 -0700 (PDT) Received: by mail-lf1-f41.google.com with SMTP id v14so30665075lfb.4 for ; Sat, 10 Jul 2021 09:48:10 -0700 (PDT) X-Received: by 2002:a19:7d04:: with SMTP id y4mr32924003lfc.201.1625935690648; Sat, 10 Jul 2021 09:48:10 -0700 (PDT) MIME-Version: 1.0 References: <20210709234054.10288-1-olof@lixom.net> <20210709234054.10288-3-olof@lixom.net> In-Reply-To: <20210709234054.10288-3-olof@lixom.net> From: Linus Torvalds Date: Sat, 10 Jul 2021 09:47:54 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [GIT PULL 3/4] ARM: Drivers for 5.14 To: Olof Johansson List-Id: Cc: ARM SoC , SoC Team , Linux Kernel Mailing List , Linux ARM Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Message-ID: <20210710164754.dX32U_niMkvyjcgsE4Gtbb0rTRTXYbFtHa9XXIS2gMo@z> On Fri, Jul 9, 2021 at 4:41 PM Olof Johansson wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-drivers-5.14 Ahh. You had switched the diffstats between pulls 2 and 3. Linus 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=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 B372EC07E95 for ; Sat, 10 Jul 2021 16:49:33 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 724A761184 for ; Sat, 10 Jul 2021 16:49:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 724A761184 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=qkXjUm4rYRKZsp00XMu2q0tzl7Kh169IGC2eud9irnY=; b=jQY/BR0FoVZr+O zNP003h8eUV6AWF1wTdleyz/El89N6ZOMg+TNI68So5MrbcciBMGDxphQZjrID2lijfmt0EyMPEXg cCRAp9YztvoG8qIOdqlniL8007Gr6rvRqJXsdSFlToXG0zmnO+7S7gjUY0VnDruPA7KVOpUCCIx2w uKk2NWyMNdUdhPWAbdhDgGggPkOxxWrE2/r2Dy43HLEzyXRr+iR2yY/HvMHQiAw+5VGkChFEtQNwC Hq3FFFeI5d60ZGq8V5OqWVBmHkfEd3CBQ5uPmMG7rTEx1tdiv9YPIVloz23SqFHFrXF8v+kEChbFi J2CvL7llPjdhzesEAQXQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m2G9I-003uAI-Qy; Sat, 10 Jul 2021 16:48:17 +0000 Received: from mail-lf1-x135.google.com ([2a00:1450:4864:20::135]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m2G9F-003u9p-4O for linux-arm-kernel@lists.infradead.org; Sat, 10 Jul 2021 16:48:14 +0000 Received: by mail-lf1-x135.google.com with SMTP id n14so30590219lfu.8 for ; Sat, 10 Jul 2021 09:48:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UMwYm3Z5kzi/jKsZNKzSHFnOUpat3NrlV7AI13eBog0=; b=h1J+0nIt4sfDSPrqc3+zf1KmH1ZX/FyrDYTxSHYZF5cNvUWD5k8W0IacYSS/7Yp2Tw S7byUrDkJ2y8Pi727vaVaRBdIS7p16mRkrIZeUy2OcEJTZ++6E5T29c6GoFamaUUS4pQ ADhYcYMcoNqrSzQOTx3Mfd79GREJ8Quw1wzs8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UMwYm3Z5kzi/jKsZNKzSHFnOUpat3NrlV7AI13eBog0=; b=OprbS6XUTQXjhg8dIbtQxE07z/qk1JESTCQmx48rYd5NG8IWr3f3kbV6u3moyjxE0p iNjuoSMOmkd45PN1Y9XvlCSMUeJnPeWVlSPUPO2tnCEBRFuM8Pey4n6QX/Bswhqn6qY7 NRR/xhLDOE2rDMQJQGRZcFHMuLNzaW7ZSJNrPedUjAqCZ4XzrvayMSunrjJXGoY09g9D J3TiAKuJK+Tqfxv+58iPcq239gbhCZPOSz0zRMGjYrL1eqn+LcRzQ/tBUo91OrqgtQfB SG2XiL01BQDSjIukyiR9DLdCg+pchFu6lDfpekI7epKHfCQW3Uuhsy9WZOfGG/XKqowy T/zA== X-Gm-Message-State: AOAM533nc4LSCYUsCVqLCdsmxdIkfgbMVtZtuYExqdI13D/Dbdk/pgHe 0HoEIjV0HyZ2J9QousoCXim/VTJ8klX1qa29 X-Google-Smtp-Source: ABdhPJySfvbR3bbtEJmz+MG7z4Lceq3wSsRWsL/mAa0KEkUqn+t4PSBayqaPSg4pSZa2BQiFvxjA9g== X-Received: by 2002:a19:dc16:: with SMTP id t22mr3818017lfg.105.1625935691320; Sat, 10 Jul 2021 09:48:11 -0700 (PDT) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com. [209.85.167.53]) by smtp.gmail.com with ESMTPSA id o6sm951627ljj.128.2021.07.10.09.48.10 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 10 Jul 2021 09:48:10 -0700 (PDT) Received: by mail-lf1-f53.google.com with SMTP id q18so30681267lfc.7 for ; Sat, 10 Jul 2021 09:48:10 -0700 (PDT) X-Received: by 2002:a19:7d04:: with SMTP id y4mr32924003lfc.201.1625935690648; Sat, 10 Jul 2021 09:48:10 -0700 (PDT) MIME-Version: 1.0 References: <20210709234054.10288-1-olof@lixom.net> <20210709234054.10288-3-olof@lixom.net> In-Reply-To: <20210709234054.10288-3-olof@lixom.net> From: Linus Torvalds Date: Sat, 10 Jul 2021 09:47:54 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [GIT PULL 3/4] ARM: Drivers for 5.14 To: Olof Johansson List-Id: Cc: ARM SoC , SoC Team , Linux Kernel Mailing List , Linux ARM X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210710_094813_209594_F95C7A92 X-CRM114-Status: UNSURE ( 7.98 ) X-CRM114-Notice: Please train this message. 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 Message-ID: <20210710164754.iaasnOWEqZyWG7RD58t-8Dj9rU7hHkOFOoZ_jq3cGQM@z> On Fri, Jul 9, 2021 at 4:41 PM Olof Johansson wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-drivers-5.14 Ahh. You had switched the diffstats between pulls 2 and 3. Linus _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel