From: Magnus Damm Date: Wed, 2 May 2012 12:47:27 +0000 (+0900) Subject: serial8250: Introduce serial8250_register_8250_port() X-Git-Tag: v3.5-rc1~146^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f73fa05b90eb8c0dd3230c364cf1107f4f8f3848;p=pandora-kernel.git serial8250: Introduce serial8250_register_8250_port() Introduce yet another 8250 registration function. This time it is serial8250_register_8250_port() and it allows us to register 8250 hardware instances using struct uart_8250_port. The new function makes it possible to register 8250 hardware that makes use of 8250 specific callbacks such as ->dl_read() and ->dl_write(). Signed-off-by: Magnus Damm Acked-by: Arnd Bergmann Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed