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=-7.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 AF036C433EF for ; Tue, 21 Sep 2021 07:41:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F3F06124A for ; Tue, 21 Sep 2021 07:41:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230264AbhIUHmm (ORCPT ); Tue, 21 Sep 2021 03:42:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:37006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230172AbhIUHml (ORCPT ); Tue, 21 Sep 2021 03:42:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 961F661156; Tue, 21 Sep 2021 07:41:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632210073; bh=idYtU6Is7rkmMuxKhtzxtzM5UOSu1GSJwrtRF9Xslj4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mGjVDZQk+zYu4zL6GtfvUCyQ8teHoaQ+SM+p/BFN6Ie68qMgZO4tho+Apjqz9MpOQ UB1i3MeUDbJdcy19bRS0h77gqqjDlLlTfQsC5j4C+FJr26ddxJqI94OzQ6DtcPfs20 trLqULRYRUvnqHDLWs12DGzKtKZV4jW/CIPf2StA= Date: Tue, 21 Sep 2021 09:41:10 +0200 From: Greg Kroah-Hartman To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Stephen Boyd , Michael Turquette , Rob Herring , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Vladimir Vid , Marek =?iso-8859-1?Q?Beh=FAn?= , linux-clk@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 0/6] serial: mvebu-uart: Support for higher baudrates Message-ID: References: <20210624224909.6350-1-pali@kernel.org> <20210809145329.24177-1-pali@kernel.org> <20210820172238.ekvo42s7oqxkeomt@pali> <20210831083510.iiapfla7iy76fs3w@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210831083510.iiapfla7iy76fs3w@pali> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Tue, Aug 31, 2021 at 10:35:10AM +0200, Pali Rohár wrote: > On Friday 20 August 2021 19:22:38 Pali Rohár wrote: > > On Monday 09 August 2021 16:53:23 Pali Rohár wrote: > > > This patch series add support for baudrates higher than 230400 on > > > Marvell Armada 37xx boards. > > > > > > Please review these patches as they touch both Device Tree bindings and > > > mvebu-uart.c driver. > > > > Stephen, is this patch series OK now? Or is there any other issue? > > PING? I'm going to drop this series from my queue. Please resend it as it seems people who need to review this have ignored it :( greg k-h