]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'serial-from-alan'
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 15:57:47 +0000 (08:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 15:57:47 +0000 (08:57 -0700)
commitb1367afb471245be2f8232c6df5194fd6caac1c0
tree6b5e373003371bbe8c587a9fdda7bc4f0e791b03
parentc5dbf40c43a050b1c0be8d3413a0457eec7c3933
parentc9ea754115762f8b33d2f76e3570b0765c595ba5
Merge branch 'serial-from-alan'

* serial-from-alan: (79 commits)
  moxa: prevent opening unavailable ports
  imx: serial: use tty_encode_baud_rate to set true rate
  imx: serial: add IrDA support to serial driver
  imx: serial: use rational library function
  lib: isolate rational fractions helper function
  imx: serial: handle initialisation failure correctly
  imx: serial: be sure to stop xmit upon shutdown
  imx: serial: notify higher layers in case xmit IRQ was not called
  imx: serial: fix one bit field type
  imx: serial: fix whitespaces (no changes in functionality)
  tty: use prepare/finish_wait
  tty: remove sleep_on
  sierra: driver interface blacklisting
  sierra: driver urb handling improvements
  tty: resolve some sierra breakage
  timbuart: Fix the termios logic
  serial: Added Timberdale UART driver
  tty: Add URL for ttydev queue
  devpts: unregister the file system on error
  tty: Untangle termios and mm mutex dependencies
  ...