summaryrefslogtreecommitdiff
path: root/drivers/serial/8250.c
Commit message (Expand)AuthorAgeFilesLines
* Linux snapshot of OpenBMC f926614Tian Fang2016-04-131-12/+46
* Create snapshot of OpenBMCOri Bernstein2016-04-131-1/+38
* 8250: fix boot hang with serial console when using with Serial Over Lan portMauro Carvalho Chehab2009-03-161-0/+15
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-13/+56
|\
| * drivers/serial: use nr_irqsYinghai Lu2008-10-161-1/+1
| * serial, 8250: remove NR_IRQ usageAlan Cox2008-10-161-12/+55
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-161-8/+15
|\ \ | |/ |/|
| * Merge branch 'fixes' into for-linusRussell King2008-10-151-16/+36
| |\
| * | [SERIAL] 8250: serial8250_port_size() - omap ports are largerRussell King2008-09-051-7/+14
| * | [ARM] omap: improve is_omap_port()Russell King2008-09-051-1/+1
* | | 8250: Fix lock warning (and possible crash)Alan Cox2008-10-141-0/+3
| |/ |/|
* | serial: fix device name reporting when minor space is shared between driversDavid S. Miller2008-10-131-7/+15
* | serial: allow 8250 to be used on sparcDavid Miller2008-10-131-4/+17
* | 8250: remove a few inlines of dubious valueWill Newton2008-10-131-5/+4
|/
* 8250: improve workaround for UARTs that don't re-assert THRE correctlyWill Newton2008-09-021-4/+12
* 8250.c: port.lock is irq-safeBorislav Petkov2008-07-301-2/+2
* 8250: fix break handling for Intel 82571Aristeu Rozanski2008-07-241-3/+14
* serial: 8250: fix shared interrupts issues with SMP and RT kernelsAnton Vorontsov2008-07-221-2/+6
* serial: use tty_portAlan Cox2008-07-201-1/+1
* drivers/serial/: remove CVS keywordsAdrian Bunk2008-07-201-4/+2
* serial8250: sanity check nr_uarts on all paths.Eric W. Biederman2008-07-121-0/+3
* 8250 Serial Driver: revert extra IRQ flag definition patchBryan Wu2008-05-311-3/+1
* 8250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 b...Javier Herrero2008-05-171-2/+3
* 8250: switch 8250 drivers to use _nocache ioremapsAlan Cox2008-05-011-1/+2
* serial 8250: tighten test for using backup timerAlex Williamson2008-04-281-2/+3
* Fix tty speed handling on 8250Alan Cox2008-04-281-1/+3
* consoles: polling support, kgdbocJason Wessel2008-04-171-0/+58
* 8250: enable rate reporting via termiosAlan Cox2008-02-081-0/+1
* serial8250: coding styleAlan Cox2008-02-081-9/+10
* serial: Coding styleAlan Cox2008-02-051-1/+1
* 8250.c: support specifying DW APB UARTs in device platform_dataWill Newton2008-02-051-19/+21
* Serial 8250: handle saving the clear-on-read bits from the LSR and MSRCorey Minyard2007-08-221-29/+56
* serial: fix 8250 early console setupDaniel Ritz2007-08-031-1/+1
* Use resource_size_t for serial port IO addressesJosh Boyer2007-07-241-2/+3
* serial: convert early_uart to earlycon for 8250Yinghai Lu2007-07-161-21/+7
* NS16550A: Restore HS settings in EXCR2 on resumeDavid Woodhouse2007-05-171-3/+18
* 8250: Remove commented out irq cruftJosh Boyer2007-05-081-2/+0
* RM9000 serial driverThomas Koeller2007-05-071-12/+80
* serial driver PMC MSP71xxMarc St-Jean2007-05-071-0/+31
* 8250: fix possible deadlock between serial8250_handle_port() and serial8250_i...Jiri Kosina2007-04-241-2/+3
* Fix possible NULL pointer access in 8250 serial driverTaku Izumi2007-04-241-1/+2
* [PATCH] 8250: Fix GCC4 signed/unsigned mismatch warningThomas Koeller2007-02-201-1/+1
* [PATCH] 8250 UART backup timerAlex Williamson2007-02-141-44/+134
* [PATCH] Perle multimodem card (PCI-RAS) detectionThomas Hoehn2007-02-111-2/+6
* [PATCH] x86-64: modpost add more symbols to whitelist pattern2Vivek Goyal2007-01-111-1/+1
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-7/+7
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-10-031-13/+22
|\
| * [SERIAL] tickle NMI watchdog on serial output.Dave Jones2006-10-011-2/+3
| * [SERIAL] OMAP1510 serial fix for 115200 baudJonathan McDowell2006-10-011-0/+11