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 4EF6AC25B47 for ; Tue, 24 Oct 2023 09:50:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233982AbjJXJuh (ORCPT ); Tue, 24 Oct 2023 05:50:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234332AbjJXJuN (ORCPT ); Tue, 24 Oct 2023 05:50:13 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71BE192; Tue, 24 Oct 2023 02:50:08 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5480C433C8; Tue, 24 Oct 2023 09:50:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698141008; bh=bf8MUUv/mURmaYRQm4dbKVtxt0dhZrJBf80WgzxGMyc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F/E3CjWsR1/u9qsRzXr7KguZXMkZHQcoTz4tB3Go5D9dWup+icYxKI9vfnpmXl4lz UJgbLFMMAabXUOhkNQgi/eNT4/sIUbOS7YrAJFB4UvsHu8jXdq3BLXn5mbDYsWdTDw uSs0YHrCyghF2qCGxrZ+G+2DLxq9LG09Ewk0TBHg= Date: Tue, 24 Oct 2023 11:50:05 +0200 From: Greg Kroah-Hartman To: Ilpo =?iso-8859-1?Q?J=E4rvinen?= Cc: Cameron Williams , Jiri Slaby , LKML , linux-serial , stable@vger.kernel.org Subject: Re: [PATCH v4 06/11] tty: 8250: Fix port count of PX-257 Message-ID: <2023102453-startup-corrosive-4b7d@gregkh> References: <20231020160412.118550-1-cang1@live.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Oct 24, 2023 at 12:42:28PM +0300, Ilpo Järvinen wrote: > On Fri, 20 Oct 2023, Cameron Williams wrote: > > > The port count of the PX-257 Rev3 is actually 2, not 4. > > > > Fixes: ef5a03a26c87 ("tty: 8250: Add support for Brainboxes PX cards.") > > Cc: stable@vger.kernel.org > > Signed-off-by: Cameron Williams > > Please arrange your series such that the patches with Fixes are first, > not in the middle of your series. Almost all of these are going to stable, so this was ok. thanks, greg k-h