Re: [PATCH 2/7] serial/8250: move alchemy I/O handler to platform code
From: Manuel Lauss <hidden>
Date: 2011-06-28 08:09:09
Also in:
lkml
From: Manuel Lauss <hidden>
Date: 2011-06-28 08:09:09
Also in:
lkml
Hi Arnd, On Mon, Jun 27, 2011 at 11:45 PM, Arnd Bergmann [off-list ref] wrote:
Only one platform ever sets the UPIO_AU iotype, so it's cleaner to define the handlers in the code that actually requires it, rather than building the same logic into every 8250 driver. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Ralf Baechle <redacted> Cc: Manuel Lauss <redacted> Cc: Greg Kroah-Hartman <gregkh@suse.de> Cc: linux-serial@vger.kernel.org --- arch/mips/alchemy/common/platform.c | 50 ++++++++++++++++++++++++++++++ drivers/tty/serial/8250.c | 58 ----------------------------------- 2 files changed, 50 insertions(+), 58 deletions(-)
This breaks serial console on all my Alchemy test system. I'll try to figure out why. Manuel -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html