[PATCH 2/6] tty: serial: 8250 core: allow to overwrite & export serial8250_startup()
From: One Thousand Gnomes <hidden>
Date: 2014-07-10 14:54:47
Also in:
linux-omap, linux-serial, lkml
From: One Thousand Gnomes <hidden>
Date: 2014-07-10 14:54:47
Also in:
linux-omap, linux-serial, lkml
On Wed, 9 Jul 2014 19:49:33 +0200 Sebastian Andrzej Siewior [off-list ref] 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 and disabled at ->shutdown() time. v1?v2: add shutdown callback Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1,2 & 4 Acked by: Alan Cox [off-list ref]