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=-13.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 06581C433ED for ; Thu, 8 Apr 2021 06:37:43 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 6EBFA6113B for ; Thu, 8 Apr 2021 06:37:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6EBFA6113B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4FGBQX6ldKz30FK for ; Thu, 8 Apr 2021 16:37:40 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=PHeSY1cX; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linuxfoundation.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=gregkh@linuxfoundation.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=PHeSY1cX; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4FGBQ70pr3z2xdN; Thu, 8 Apr 2021 16:37:19 +1000 (AEST) Received: by mail.kernel.org (Postfix) with ESMTPSA id 5785E610A5; Thu, 8 Apr 2021 06:37:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617863834; bh=hdn0RucHG6wQm39zVXEr9bkiyYJ1su7yvPXnXwKhJ88=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PHeSY1cXFiZaeAbp1jIO5q2YjnT5HhmrOUKbPC7gM99Oj+kBBZMyZqLmAkaCbqdO+ baK5JT4ByT1MLYDY1y2e38tskVEwXDFHpyNtqxSRXQ51/8Pd0TKZvfmI8hbJ96AtEe dvig75abgvOnmYC5rbIVhdmRP9M+KsXW4dQFmmas= Date: Thu, 8 Apr 2021 08:37:12 +0200 From: Greg Kroah-Hartman To: Zev Weiss 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 Content-Disposition: inline In-Reply-To: X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: - , linux-aspeed@lists.ozlabs.org, Andrew Jeffery , openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, Lubomir Rintel , Rob Herring , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Wed, Apr 07, 2021 at 12:55:29PM -0500, Zev Weiss wrote: > On Wed, Apr 07, 2021 at 12:25:09PM CDT, Greg Kroah-Hartman wrote: > > On Wed, Apr 07, 2021 at 11:56:04AM -0500, Zev Weiss wrote: > > > 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? > > > > Any reason why you didn't include all of the relevant people and mailing > > lists in that cover letter? I've never seen it before :) > > > > Ah -- is there a good rule of thumb (or git send-email trick) for that? > Set-union of get_maintainer.pl over all the patches in the series? There might be a git send-email trick, but I don't know it :(