aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/8250.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-11serial: add support for the TI AR7 internal UARTFlorian Fainelli1-0/+7
2009-05-298250: Fix oops from setserialAlan Cox1-0/+15
2009-02-208250: fix boot hang with serial console when using with Serial Over Lan portMauro Carvalho Chehab1-0/+15
2009-01-13fix early_serial_setup() regressionHelge Deller1-0/+2
2009-01-06trivial: Add a space (and a comma) to a printk in 8250 driverPaul Bolle1-1/+1
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 Daney1-0/+9
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
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+56
2008-10-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-8/+15
2008-10-16drivers/serial: use nr_irqsYinghai Lu1-1/+1
2008-10-16serial, 8250: remove NR_IRQ usageAlan Cox1-12/+55
2008-10-15Merge branch 'fixes' into for-linusRussell King1-16/+36
2008-10-148250: Fix lock warning (and possible crash)Alan Cox1-0/+3
2008-10-13serial: fix device name reporting when minor space is shared between driversDavid S. Miller1-7/+15
2008-10-13serial: allow 8250 to be used on sparcDavid Miller1-4/+17
2008-10-138250: remove a few inlines of dubious valueWill Newton1-5/+4
2008-09-05[SERIAL] 8250: serial8250_port_size() - omap ports are largerRussell King1-7/+14
2008-09-05[ARM] omap: improve is_omap_port()Russell King1-1/+1
2008-09-028250: improve workaround for UARTs that don't re-assert THRE correctlyWill Newton1-4/+12
2008-07-308250.c: port.lock is irq-safeBorislav Petkov1-2/+2
2008-07-248250: fix break handling for Intel 82571Aristeu Rozanski1-3/+14
2008-07-22serial: 8250: fix shared interrupts issues with SMP and RT kernelsAnton Vorontsov1-2/+6
2008-07-20serial: use tty_portAlan Cox1-1/+1
2008-07-20drivers/serial/: remove CVS keywordsAdrian Bunk1-4/+2
2008-07-12serial8250: sanity check nr_uarts on all paths.Eric W. Biederman1-0/+3
2008-05-318250 Serial Driver: revert extra IRQ flag definition patchBryan Wu1-3/+1
2008-05-178250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 boardJavier Herrero1-2/+3
2008-05-018250: switch 8250 drivers to use _nocache ioremapsAlan Cox1-1/+2
2008-04-28serial 8250: tighten test for using backup timerAlex Williamson1-2/+3
2008-04-28Fix tty speed handling on 8250Alan Cox1-1/+3
2008-04-17consoles: polling support, kgdbocJason Wessel1-0/+58
2008-02-088250: enable rate reporting via termiosAlan Cox1-0/+1
2008-02-08serial8250: coding styleAlan Cox1-9/+10
2008-02-05serial: Coding styleAlan Cox1-1/+1
2008-02-058250.c: support specifying DW APB UARTs in device platform_dataWill Newton1-19/+21
2007-08-22Serial 8250: handle saving the clear-on-read bits from the LSR and MSRCorey Minyard1-29/+56
2007-08-03serial: fix 8250 early console setupDaniel Ritz1-1/+1
2007-07-24Use resource_size_t for serial port IO addressesJosh Boyer1-2/+3
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu1-21/+7
2007-05-17NS16550A: Restore HS settings in EXCR2 on resumeDavid Woodhouse1-3/+18
2007-05-088250: Remove commented out irq cruftJosh Boyer1-2/+0
2007-05-07RM9000 serial driverThomas Koeller1-12/+80
2007-05-07serial driver PMC MSP71xxMarc St-Jean1-0/+31
2007-04-248250: fix possible deadlock between serial8250_handle_port() and serial8250_interrupt()Jiri Kosina1-2/+3
2007-04-24Fix possible NULL pointer access in 8250 serial driverTaku Izumi1-1/+2
2007-02-20[PATCH] 8250: Fix GCC4 signed/unsigned mismatch warningThomas Koeller1-1/+1
2007-02-14[PATCH] 8250 UART backup timerAlex Williamson1-44/+134
2007-02-11[PATCH] Perle multimodem card (PCI-RAS) detectionThomas Hoehn1-2/+6