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 4A6CBC6FA82 for ; Tue, 13 Sep 2022 08:21:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231460AbiIMIVx (ORCPT ); Tue, 13 Sep 2022 04:21:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231425AbiIMIVY (ORCPT ); Tue, 13 Sep 2022 04:21:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4C7F513E8E for ; Tue, 13 Sep 2022 01:21:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DF663B80D87 for ; Tue, 13 Sep 2022 08:21:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5BB01C433D6; Tue, 13 Sep 2022 08:21:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663057280; bh=x5NJ/4MORNe2ZJf3e8//lzu/IbKN/WWw/5zkXPBfL4A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m02L4F8ZudGmGSX206nQNHKUSpDT5CoaKcv+hgFgdBKrwEtPUwDnZT0p26YH2Wklj 8v4yAsCgkrtAa07B0hOeTJflm/dUzGQhM7sGArIRQq4sZiejIp5ltl3lihJc6ZnXBC ovhfBnyF5iS4q9fA2acelF4uqlN6c6p74oV1wI9c= Date: Tue, 13 Sep 2022 10:21:45 +0200 From: Greg Kroah-Hartman To: Anders Blomdell Cc: linux-serial@vger.kernel.org Subject: Re: kernel 5.19.8: "Oxford Semiconductor Ltd OXPCIe952 Dual Native 950 UART" gets wrong baudrate (PCI ID 1415:c158) Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Mon, Sep 12, 2022 at 09:59:08PM +0200, Anders Blomdell wrote: > Reverting commits > 366f6c955d4d1a5125ffcd6875ead26a3c7a2a1c > 9c5c8aaed50bf3478073ab51b8b1f3f5327d3cfa > fixes my problems. What problems exactly? And why not cc: the developers of those commits? thanks, greg k-h