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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1A7CC41513 for ; Mon, 31 Jul 2023 15:57:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233035AbjGaP5M (ORCPT ); Mon, 31 Jul 2023 11:57:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229896AbjGaP46 (ORCPT ); Mon, 31 Jul 2023 11:56:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B43C2171A; Mon, 31 Jul 2023 08:56:57 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 50E1F611D8; Mon, 31 Jul 2023 15:56:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35E29C433C7; Mon, 31 Jul 2023 15:56:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1690819016; bh=fJqN3rvK/oOxhEB7n1WUOZxodlKY3TqMqlSQFiwRIeM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CjjgjO2X1/g6KRhIB4v+ND+fZTlzciBgv4WmZbKQo2YhMwPYe8vLTAZtT/Gyl65NX kFDPnoIA6qBHsMjrP65qd8Q1VCMih/SvT9TgEXqOF7XxOaWBYlhcBuQKLgPxb+vtNC 9KlOkafnXj2ai38IAGZ7y7LjLZKH0V+Sc/CecT1o= Date: Mon, 31 Jul 2023 17:56:53 +0200 From: Greg KH To: Hugo Villeneuve Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, jirislaby@kernel.org, jringle@gridpoint.com, isaac.true@canonical.com, jesse.sung@canonical.com, l.perczak@camlintechnologies.com, tomasz.mon@camlingroup.com, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Hugo Villeneuve , Lech Perczak Subject: Re: [PATCH v9 10/10] serial: sc16is7xx: improve comments about variants Message-ID: <2023073155-unpaired-dropper-f8fe@gregkh> References: <20230725142343.1724130-1-hugo@hugovil.com> <20230725142343.1724130-11-hugo@hugovil.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230725142343.1724130-11-hugo@hugovil.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, Jul 25, 2023 at 10:23:42AM -0400, Hugo Villeneuve wrote: > From: Hugo Villeneuve > > Replace 740/750/760 with generic terms like 74x/75x/76x to account for > variants like 741, 752 and 762. > > Signed-off-by: Hugo Villeneuve > Reviewed-by: Lech Perczak You have now mixed a patch series full of commits that are to be backported to stable kernels (i.e. fixes) and general changes that do not need to be. Please make these two separate patch series, you can have one depend on the other, but I can't apply them both to the "for Linus" branch as obviously they are not all fixes nor need to go to Linus now. thanks, greg k-h