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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 A7B04C433B4 for ; Wed, 7 Apr 2021 16:56:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 87C056120E for ; Wed, 7 Apr 2021 16:56:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354411AbhDGQ4j (ORCPT ); Wed, 7 Apr 2021 12:56:39 -0400 Received: from thorn.bewilderbeest.net ([71.19.156.171]:41927 "EHLO thorn.bewilderbeest.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354403AbhDGQ4g (ORCPT ); Wed, 7 Apr 2021 12:56:36 -0400 Received: from hatter.bewilderbeest.net (unknown [IPv6:2600:6c44:7f:ba20::7c6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: zev) by thorn.bewilderbeest.net (Postfix) with ESMTPSA id 8E0D1187; Wed, 7 Apr 2021 09:56:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bewilderbeest.net; s=thorn; t=1617814575; bh=tLsAzb4i+D0tHvFBkFiYQRURgrJ6ldDUceF5S9p3Lcs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cKG2oYmQSpuqwag1Pf2GiaevvuxrJjNxMrJbyl32waUHhoxaKS0SFLd2SvT2OtfOM hO3TaY7+itpDV1HEcyEWcYoMQYTnFUEVxggySVa6TWZgKUPxJM3MfOzmc3SJ7DHUOh FAV5ZAWCm9vH+MuStTVP11xStVMMn3DDuRlXduPc= Date: Wed, 7 Apr 2021 11:56:04 -0500 From: Zev Weiss To: Greg Kroah-Hartman Cc: Joel Stanley , openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, Andrew Jeffery , Rob Herring , Lubomir Rintel , - , linux-serial@vger.kernel.org Subject: Re: [PATCH v4 1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense Message-ID: References: <20210402182724.20848-1-zev@bewilderbeest.net> <20210402182724.20848-2-zev@bewilderbeest.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 07, 2021 at 10:18:31AM CDT, Greg Kroah-Hartman wrote: >On Fri, Apr 02, 2021 at 01:27:21PM -0500, Zev Weiss wrote: >> This property ties SIRQ polarity to SCU register bits that don't >> necessarily have any direct relationship to it; the only use of it >> was removed in commit c82bf6e133d30e0f9172a20807814fa28aef0f67. > >Please write that as: > c82bf6e133d3 ("ARM: aspeed: g5: Do not set sirq polarity") > Ack, will do. >> Signed-off-by: Zev Weiss >> Reviewed-by: Joel Stanley >> --- >> Documentation/devicetree/bindings/serial/8250.yaml | 1 + >> 1 file changed, 1 insertion(+) > >What changed from previous versions? That always goes below the --- >line. > I included an overview of that in the cover letter (https://lore.kernel.org/openbmc/20210402182724.20848-1-zev@bewilderbeest.net/); is it desirable to also have that duplicated in the individual patches in the series? Zev Zev