aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-208250: fix boot hang with serial console when using with Serial Over Lan portMauro Carvalho Chehab2-0/+51
2009-02-18jsm: additional device supportAdam Lackorzynski1-0/+3
2009-02-18atmel_serial might lose modem status changeAtsushi Nemoto1-0/+4
2009-01-30Add enable_ms to jsm driverPaul Larson1-0/+6
2009-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-0/+11
2009-01-27Add support for '8-port RS-232 MIC-3620 from advantech'Michael Bramer1-0/+6
2009-01-27Move jsm_remove_one to .devexit.textUwe Kleine-König1-1/+1
2009-01-27MIPS: enable serial UART support on PNX833X devices.Ihar Hrachyshka1-1/+1
2009-01-27m68knommu: fix ColdFire 5272 serial baud rates in mcf.cJohn Adamson1-0/+11
2009-01-21sh: fix sh-sci / early printk build on sh7723Magnus Damm1-0/+1
2009-01-21serial: sh-sci: Fix up SH7720/SH7721 SCI build.Paul Mundt1-1/+3
2009-01-16serial: Add 16850 uart type support to OF uart driverMatthias Fuchs1-0/+1
2009-01-15atmel_serial: fix flow control bugItai Levi1-1/+1
2009-01-15When a break signal is detected, the next character should be ignored.Mischa Jonker1-11/+12
2009-01-15serial: Add SupraExpress 336i PnP Voice ModemDaniel Gagnon1-0/+2
2009-01-158250_pci: add support for netmos 9835 IBM devicesJiri Slaby1-0/+8
2009-01-13fix early_serial_setup() regressionHelge Deller1-0/+2
2009-01-12neo: Remove a bogus NULL checkAlan Cox1-3/+0
2009-01-08Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2009-01-08[ARM] Ensure CONFIG_SERIAL_SAMSUNG_UARTS is always set.Ben Dooks1-1/+1
2009-01-08serial: Add driver for the Cell Network Processor serial port NWP deviceBenjamin Krill4-1/+513
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2009-01-06serial: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-01-06trivial: Add a space (and a comma) to a printk in 8250 driverPaul Bolle1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-2/+2
2009-01-02serial_8250: support for Sealevel Systems Model 7803 COMM+8Flavio Leitner1-0/+3
2009-01-02Serial: UART driver changes for Cavium OCTEON.David Daney1-0/+7
2009-01-02Serial: Allow port type to be specified when calling serial8250_register_port.David Daney2-2/+14
2009-01-028250: Serial driver changes to support future Cavium OCTEON serial patches.David Daney1-58/+136
2009-01-028250: Don't clobber spinlocks.David Daney1-2/+13
2009-01-02fix for tty-serial-move-portAlexander Beregalov1-3/+1
2009-01-02tty: We want the port object to be persistentAlan Cox2-84/+62
2009-01-02__FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-30/+30
2009-01-02serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dual 16950 Serial adapterNiels de Vos1-0/+3
2009-01-02And here's a patch (to be applied on top of the last) which preventsRussell King1-16/+21
2009-01-02Convert the oxsemi tornado special cases to use the quirk interface and notRussell King1-40/+51
2009-01-02Blackfin Serial Driver: Remove BI status for known_good_charSonic Zhang1-0/+1
2009-01-02Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files over UART in DMA modeSonic Zhang1-3/+8
2009-01-02Blackfin Serial Driver: Clean serial console and early prink code.Sonic Zhang1-12/+4
2009-01-02Blackfin Serial Driver: fix bug - SIR driver stop receiving randomlyGraf Yang1-0/+24
2009-01-02Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb frameworkSonic Zhang1-98/+89
2008-12-30Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-46/+461
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-14/+87
2008-12-22serial: sh-sci: Fix up port pinmux for SH7366.Paul Mundt1-1/+1
2008-12-22serial: sh-sci: sci_poll_get_char() is only used by CONFIG_CONSOLE_POLL.Paul Mundt1-0/+3
2008-12-22serial: sh-sci: Generalize port pin initialization.Paul Mundt2-114/+43
2008-12-22serial: sh-sci: Tidy up fifo overrun error handling.Paul Mundt2-27/+29
2008-12-22serial: sh-sci: pr_debug() -> dev_dbg() conversion.Paul Mundt1-23/+26
2008-12-22serial: sh-sci: Fix up the cpufreq notifier to use the proper port clock.Paul Mundt1-28/+10
2008-12-22serial: sh-sci: Implement CONSOLE_POLL support and kill off old kgdb console.Paul Mundt1-181/+20