]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Use the generic RS485 ioctl on CRIS
authorClaudio Scordino <claudio@evidence.eu.com>
Tue, 7 Apr 2009 15:48:19 +0000 (16:48 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2009 15:44:05 +0000 (08:44 -0700)
commit8ed3cba393d67a9182048b8d802652edfed289b8
tree08d898628d33527b441b26e7a59eb203fefad867
parent545b2f39bb07e548a319d23d6eb9b397b984abd4
tty: Use the generic RS485 ioctl on CRIS

Use the new general RS485 Linux data structure (introduced by Alan with
commit number 2fd0f8f5a8b7b361f8b2b828d7420797a7114305) in the Cris
architecture too (currently, Cris still uses the old private data
structure instead of the new one).

Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
Tested-by: Hinko Kocevar <hinko.kocevar@cetrtapot.si>
Tested-by: Janez Cufer <janez.cufer@cetrtapot.si>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/cris/include/asm/ioctls.h
arch/cris/include/asm/rs485.h
arch/cris/include/asm/termios.h
drivers/serial/crisv10.c
drivers/serial/crisv10.h