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 B01B8C433EF for ; Tue, 21 Sep 2021 07:41:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9031661156 for ; Tue, 21 Sep 2021 07:41:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230288AbhIUHmo (ORCPT ); Tue, 21 Sep 2021 03:42:44 -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-kernel@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 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=-5.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 C6549C433EF for ; Tue, 21 Sep 2021 07:43:25 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 8AABE611C5 for ; Tue, 21 Sep 2021 07:43:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8AABE611C5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OGPnUvxvg4UY3M1bHzilwTXVhp0/xWbDGCghuZLXXTg=; b=4WNczh7R6c8DP/ rK2gCtpi2xpKgf/wdXPZJvpW/gTtrl7T2+oY4iS32tG32ASABQUIOg/y0FaCMFgbiVVSjt5jNOzMe l3SRfMbCdUVAZ7Eu1eRshaAyws3ARHdcCF19bBit+2DtECd0v2dRK5jTvdWVmNhr1zjT7ifkxM1lp nVkNDjvSyjOzkgA3g/1kpsMHyTjbK1RFJjfhcBMe2J2EG6UF0UQiRdIB6sVvVOUEU+MTj1N+HZFUx QroEsQerO/fc89gzS0tN07o6ARcLG247y8xiJ6moLn9JrXltZ8D8JkL5Ya89Ygfclgo1XubzwF4MJ T1z8hPp8QznPfAimOp2w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mSaP0-003qiw-24; Tue, 21 Sep 2021 07:41:18 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mSaOv-003qiD-NI for linux-arm-kernel@lists.infradead.org; Tue, 21 Sep 2021 07:41:14 +0000 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-Disposition: inline In-Reply-To: <20210831083510.iiapfla7iy76fs3w@pali> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210921_004113_814376_14B2BD0D X-CRM114-Status: GOOD ( 13.83 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 31, 2021 at 10:35:10AM +0200, Pali Roh=E1r wrote: > On Friday 20 August 2021 19:22:38 Pali Roh=E1r wrote: > > On Monday 09 August 2021 16:53:23 Pali Roh=E1r 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 a= nd > > > 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel