Merge branch 'serial'
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jun 2009 19:03:43 +0000 (12:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jun 2009 19:03:43 +0000 (12:03 -0700)
commit15bdb5652689d51cc0316de61774d2732472d9e1
treefb79ca4d6bf8d46c466bc1f1c085b7c3ee6c7683
parent98523d4630865c407d3787fd592e5e399488b93b
parent1a2c4b3147ac0645605d6def2855478861d9361b
Merge branch 'serial'

* serial:
  imx: Check for NULL pointer deref before calling tty_encode_baud_rate
  atmel_serial: fix hang in set_termios when crtscts is enabled
  MAINTAINERS: update 8250 section, give Alan Cox a name
  tty: fix sanity check
  pty: Narrow the race on ldisc locking
  tty: fix unused warning when TCGETX is not defined
  ldisc: debug aids
  ldisc: Make sure the ldisc isn't active when we close it
  tty: Fix leaks introduced by the shift to separate ldisc objects

Fix conflicts in drivers/char/pty.c due to earlier version of the ldisc
race narrowing.