From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/3] serial: 8250_uniphier: remove unused "fifo-size" property Date: Tue, 25 Sep 2018 04:24:34 -0700 Message-ID: <5baa1af3.1c69fb81.4e5cb.3bca@mx.google.com> References: <1537334893-26079-1-git-send-email-yamada.masahiro@socionext.com> <1537334893-26079-2-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1537334893-26079-2-git-send-email-yamada.masahiro@socionext.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org Cc: Dai Okamura , devicetree@vger.kernel.org, Greg KH , linux-kernel@vger.kernel.org, Masahiro Yamada , linux-serial@vger.kernel.org, Jiri Slaby , Mark Rutland , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Wed, 19 Sep 2018 14:28:11 +0900, Masahiro Yamada wrote: > The FIFO size of the UART devices is 64 on almost all UniPhier SoCs > with the exception Pro4TV SoC (MN2WS0230), which used 128 FIFO size. > However, Pro4TV SoC was never upstreamed, and out of production. > > So, this property has never been used in a useful way. > Let's remove old unused code. > > Signed-off-by: Masahiro Yamada > --- > > Documentation/devicetree/bindings/serial/uniphier-uart.txt | 4 ---- > drivers/tty/serial/8250/8250_uniphier.c | 10 +--------- > 2 files changed, 1 insertion(+), 13 deletions(-) > Reviewed-by: Rob Herring