Roel Kluin
1e091751cd
serial: fix test of unsigned
...
The variables were unsigned so the tests did not work.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com >
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2010-03-02 14:43:11 -08:00
Alan Cox
bdc04e3174
serial: move delta_msr_wait into the tty_port
...
This is used by various drivers not just serial and can be extracted
as commonality
Signed-off-by: Alan Cox <alan@linux.intel.com >
2009-09-19 13:13:31 -07:00
Alan Cox
ebd2c8f6d2
serial: kill off uart_info
...
We moved this into uart_state, now move the fields out of the separate
structure and kill it off.
Signed-off-by: Alan Cox <alan@linux.intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-09-19 13:13:28 -07:00
Richard Röjfors
2421c48bd7
timbuart: Fix for tx_empty
...
Hardware updated to support TX FIFO empty.
Signed-off-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com >
Signed-off-by: Alan Cox <alan@linux.intel.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2009-06-22 11:32:25 -07:00
Alan Cox
7d55deaf50
timbuart: Fix the termios logic
...
The driver only handles speeds but it fails to return the current values
for the hardware features it does not support.
Signed-off-by: Alan Cox <alan@linux.intel.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2009-06-11 08:51:06 -07:00
Richard Röjfors
34aec59184
serial: Added Timberdale UART driver
...
Driver for the UART found in the Timberdale FPGA
Signed-off-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com >
Signed-off-by: Alan Cox <alan@linux.intel.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2009-06-11 08:51:06 -07:00