From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: [RFC PATCH 2/4] tty: serial: 8250 core: allow to overwrite & export serial8250_startup() Date: Wed, 09 Jul 2014 19:39:42 +0200 Message-ID: <53BD7E5E.7020203@linutronix.de> References: <1404491651-1388-1-git-send-email-bigeasy@linutronix.de> <1404491651-1388-2-git-send-email-bigeasy@linutronix.de> <20140707140946.6f16f2e4@alan.etchedpixels.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140707140946.6f16f2e4@alan.etchedpixels.co.uk> Sender: linux-kernel-owner@vger.kernel.org To: One Thousand Gnomes Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, balbi@ti.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, tony@atomide.com List-Id: linux-serial@vger.kernel.org On 07/07/2014 03:09 PM, One Thousand Gnomes wrote: > On Fri, 4 Jul 2014 18:34:09 +0200 > Sebastian Andrzej Siewior wrote: > >> The OMAP version of the 8250 can actually use 1:1 serial8250_startup(). >> However it needs to be extended by a wakeup irq which should to be >> requested & enabled at ->startup() time. >> >> Signed-off-by: Sebastian Andrzej Siewior > > Acked-by: Alan Cox Thank you. I added to this patch the counterpart function (->shutdown) and therefore not yet adding the acked-by. Sebastian