]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
m32r: relocate drivers back out of 8250 dir
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 8 Feb 2012 14:05:42 +0000 (09:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Feb 2012 23:04:32 +0000 (15:04 -0800)
commitc8a64268d187b2ace478d2147ce5c79658aca2d2
tree96fd34a5b828b4a181096ea8644c5d8e19e3f4eb
parente7c9bba7999a8e55efb96d4279c025ca587c5ecd
m32r: relocate drivers back out of 8250 dir

Commit 9bef3d4197379a995fa80f81950bbbf8d32e9e8b

"serial: group all the 8250 related code together"

inadvertently swept up the m32r driver in the move, because
it had comments mentioning 8250 registers within it.  However
these are only there by nature of the driver being based off
the 8250 source code -- the hardware itself does not actually
have any relation to the original 8250 style UARTs.

Reported-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/m32r_sio.c [moved from drivers/tty/serial/8250/m32r_sio.c with 100% similarity]
drivers/tty/serial/m32r_sio.h [moved from drivers/tty/serial/8250/m32r_sio.h with 100% similarity]
drivers/tty/serial/m32r_sio_reg.h [moved from drivers/tty/serial/8250/m32r_sio_reg.h with 100% similarity]