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=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 ED38CC433E9 for ; Tue, 2 Feb 2021 19:13:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 82BCD64D87 for ; Tue, 2 Feb 2021 19:13:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239227AbhBBTNu (ORCPT ); Tue, 2 Feb 2021 14:13:50 -0500 Received: from mail.v3.sk ([167.172.186.51]:49474 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S238819AbhBBTB7 (ORCPT ); Tue, 2 Feb 2021 14:01:59 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 511ACE0B0C; Tue, 2 Feb 2021 18:57:04 +0000 (UTC) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 6kkDOWA5tmAl; Tue, 2 Feb 2021 18:57:03 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 84483E0B78; Tue, 2 Feb 2021 18:57:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id FKeiKG_JfjRb; Tue, 2 Feb 2021 18:57:02 +0000 (UTC) Received: from localhost (unknown [109.183.109.54]) by zimbra.v3.sk (Postfix) with ESMTPSA id 45753E0B0C; Tue, 2 Feb 2021 18:57:02 +0000 (UTC) Date: Tue, 2 Feb 2021 20:01:06 +0100 From: Lubomir Rintel To: Arnd Bergmann List-Id: Cc: Arnd Bergmann , Olof Johansson , Rob Herring , SoC Team , Linux ARM , DTML , "linux-kernel@vger.kernel.org" Subject: Re: ARM: dts: mmp devicetree updates Message-ID: <20210202190106.GA368014@demiurge.local> References: <20210121034130.1381872-1-lkundrak@v3.sk> 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 Tue, Feb 02, 2021 at 06:13:18PM +0100, Arnd Bergmann wrote: > On Tue, Feb 2, 2021 at 5:41 PM Arnd Bergmann wrote: > > > > On Fri, Jan 22, 2021 at 3:09 PM Arnd Bergmann wrote: > > > On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel wrote: > > > > > > > > chained to this message is a handful of patches related to MMP device > > > > trees and bindings. Please take a look and consider queueing them for > > > > for 5.12. > > > > > > These all look good to me, but I notice that a lot of them seem to be > > > bugfixes, so please have another look and decide if any of them should > > > go into v5.11 and perhaps backported to stable kernels as well. > > > > Hi Lubomir, > > > > not sure if you missed my earlier mail. To clarify, I have not applied > > any of the patches so far. Can you recheck if some of them should be > > part of the v5.11 release so I know which tree to apply them to? > > Nevermind, I just found your earlier reply in my spam folder. Applying > the patches now. Would you mind sharing why your spam filter decided to flag my message? (the X-Spam* headers, if there's anything relevant there). I'm wondering if it's possible other spam filters drop my messages for the same reason and if it's something I could fix. Thank you. Lubo > > Arnd