1. 03 4月, 2008 1 次提交
  2. 24 2月, 2008 1 次提交
  3. 09 2月, 2008 9 次提交
  4. 04 2月, 2008 1 次提交
  5. 15 11月, 2007 1 次提交
  6. 17 7月, 2007 1 次提交
    • H
      atmel_serial: fix break handling · 9e6077bd
      Haavard Skinnemoen 提交于
      The RXBRK field in the AT91/AT32 USART status register has the
      following definition according to e.g. the AT32AP7000 data sheet:
      
          RXBRK: Break Received/End of Break
          0: No Break received or End of Break detected since the last RSTSTA.
          1: Break Received or End of Break detected since the last RSTSTA.
      
      Thus, for each break, the USART sets the RXBRK bit twice. This patch
      modifies the driver to report the break event to the serial core only
      once by keeping track of whether a break condition is currently
      active. The break_active flag is reset as soon as a character is
      received, so even if we miss the start-of-break interrupt this should
      do the right thing.
      Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      Cc: Andrew Victor <andrew@sanpeople.com>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Ivan Kuten <ivan.kuten@promwad.com>
      Cc: Nicolas Ferre <nicolas.ferre@rfo.atmel.com>
      Cc: Patrice Vilchez <patrice.vilchez@rfo.atmel.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      9e6077bd
  7. 03 5月, 2007 1 次提交
  8. 13 2月, 2007 1 次提交
  9. 08 2月, 2007 1 次提交
  10. 24 1月, 2007 2 次提交
  11. 09 12月, 2006 1 次提交
    • A
      [PATCH] tty: switch to ktermios · 606d099c
      Alan Cox 提交于
      This is the grungy swap all the occurrences in the right places patch that
      goes with the updates.  At this point we have the same functionality as
      before (except that sgttyb() returns speeds not zero) and are ready to
      begin turning new stuff on providing nobody reports lots of bugs
      
      If you are a tty driver author converting an out of tree driver the only
      impact should be termios->ktermios name changes for the speed/property
      setting functions from your upper layers.
      
      If you are implementing your own TCGETS function before then your driver
      was broken already and its about to get a whole lot more painful for you so
      please fix it 8)
      
      Also fill in c_ispeed/ospeed on init for most devices, although the current
      code will do this for you anyway but I'd like eventually to lose that extra
      paranoia
      
      [akpm@osdl.org: bluetooth fix]
      [mp3@de.ibm.com: sclp fix]
      [mp3@de.ibm.com: warning fix for tty3270]
      [hugh@veritas.com: fix tty_ioctl powerpc build]
      [jdike@addtoit.com: uml: fix ->set_termios declaration]
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NMartin Peschke <mp3@de.ibm.com>
      Acked-by: NPeter Oberparleiter <oberpar@de.ibm.com>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NHugh Dickins <hugh@veritas.com>
      Signed-off-by: NJeff Dike <jdike@addtoit.com>
      Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      606d099c
  12. 04 12月, 2006 1 次提交
  13. 01 12月, 2006 2 次提交
  14. 05 10月, 2006 12 次提交
  15. 28 9月, 2006 1 次提交
  16. 05 7月, 2006 1 次提交
  17. 03 7月, 2006 1 次提交
  18. 01 7月, 2006 1 次提交
  19. 27 6月, 2006 1 次提交