From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936420AbcIWVrO (ORCPT ); Fri, 23 Sep 2016 17:47:14 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:36177 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934834AbcIWVrL (ORCPT ); Fri, 23 Sep 2016 17:47:11 -0400 Date: Fri, 23 Sep 2016 16:47:09 -0500 From: Rob Herring To: tthayer@opensource.altera.com Cc: gregkh@linuxfoundation.org, mark.rutland@arm.com, lftan@altera.com, jslaby@suse.com, arnd@arndb.de, peter@hurleysoftware.com, andriy.shevchenko@linux.intel.com, anton.wuerfel@fau.de, phillip.raffeck@fau.de, yegorslists@googlemail.com, matwey@sai.msu.ru, mail@maciej.szmigiero.name, peter.ujfalusi@ti.com, jonathanh@nvidia.com, dongsheng.wang@nxp.com, luis@debethencourt.com, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, tthayer.linux@gmail.com, nios2-dev@lists.rocketboards.org Subject: Re: [PATCHv2 1/4] Documentation: dt: serial: Add TX FIFO threshold parameter Message-ID: <20160923214709.GA9181@rob-hp-laptop> References: <1474574177-4984-1-git-send-email-tthayer@opensource.altera.com> <1474574177-4984-2-git-send-email-tthayer@opensource.altera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474574177-4984-2-git-send-email-tthayer@opensource.altera.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 22, 2016 at 02:56:14PM -0500, tthayer@opensource.altera.com wrote: > From: Thor Thayer > > Add the device tree binding needed to support the TX FIFO threshold > parameter. > > Signed-off-by: Thor Thayer > --- > v2 Change parameter name from tx-loadsz to tx-threshold > --- > Documentation/devicetree/bindings/serial/8250.txt | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Rob Herring