From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 03/18] tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacks Date: Mon, 8 Sep 2014 17:41:46 -0700 Message-ID: <20140909004146.GF10785@atomide.com> References: <1409943773-7874-1-git-send-email-bigeasy@linutronix.de> <1409943773-7874-4-git-send-email-bigeasy@linutronix.de> <20140908233329.GA32144@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:55395 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754506AbaIIAly (ORCPT ); Mon, 8 Sep 2014 20:41:54 -0400 Content-Disposition: inline In-Reply-To: <20140908233329.GA32144@kroah.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Greg Kroah-Hartman Cc: Sebastian Andrzej Siewior , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, balbi@ti.com * Greg Kroah-Hartman [140908 16:33]: > On Fri, Sep 05, 2014 at 09:02:38PM +0200, Sebastian Andrzej Siewior wrote: > > The OMAP UART provides support for HW assisted flow control. What is > > missing is the support to throttle / unthrottle callbacks which are used > > by the omap-serial driver at the moment. > > This patch adds the callbacks. It should be safe to add them since they > > are only invoked from the serial_core (uart_throttle()) if the feature > > flags are set. > > > > Signed-off-by: Sebastian Andrzej Siewior > > Due to other recent changes, this patch fails to apply :( > > I've applied your first two, can you respin the rest and resend as a new > series? It seems that we've reached pretty much omap-serial compability and the remaining bugs are either already there with omap-serial or are SoC specific and/or DMA related. So Sebastian, please feel also free to add this when reposting: Reviewed-by: Tony Lindgren Tested-by: Tony Lindgren