aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sccnxp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-58/+113
2013-01-22serial: Convert to devm_ioremap_resource()Thierry Reding1-4/+4
2013-01-21serial: sccnxp: Make baudrate table struct staticAlexander Shiyan1-4/+2
2013-01-21serial: sccnxp: Reset break and overrun bits in RX handlerAlexander Shiyan1-1/+6
2013-01-17serial: sccnxp: Fix possible crash if no platform data suppliedAlexander Shiyan1-2/+2
2013-01-15serial: sccnxp: Rename header file to match functionalityAlexander Shiyan1-1/+1
2013-01-15serial: sccnxp: Implement polling modeAlexander Shiyan1-45/+103
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-05tty: serial: sccnxp: Fix bug with unterminated platform_id listGreg Kroah-Hartman1-0/+1
2012-09-26serial: sccnxp: Make 'default' choice in switch lastAlexander Shiyan1-1/+1
2012-09-26serial: sccnxp: Remove mask termios caps for SW flow controlAlexander Shiyan1-1/+0
2012-09-26serial: sccnxp: Report actual baudrate back to coreAlexander Shiyan1-4/+10
2012-09-06serial: serial_core.h needs console.h included firstStephen Rothwell1-1/+1
2012-09-05serial: New serial driver SCCNXPAlexander Shiyan1-0/+985