aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/8250.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-3377/+0
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-30/+79
2010-12-108250: fix uninitialized FIFOsOndrej Puzman1-0/+2
2010-12-108250: add a UPIO_DWAPB32 for 32 bit accessesJamie Iles1-12/+39
2010-12-108250: use container_of() instead of castingJamie Iles1-20/+40
2010-12-10Merge branch 'devel-omap-irq' into omap-for-linusTony Lindgren1-1/+1
2010-11-30omap: Serial: Define register access modes in LCRAndrei Emeltchenko1-13/+13
2010-11-16serial8250: Mark console as CON_ANYTIMEPeter Zijlstra1-1/+1
2010-11-13Revert "8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hang"Ingo Molnar1-4/+1
2010-11-118250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hangLawrence Rust1-1/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-22serial8250: ratelimit "too much work" errorDaniel Drake1-2/+3
2010-10-22serial: abstraction for 8250 legacy portsAlan Cox1-0/+17
2010-10-228250: allow platforms to override PM hook.Manuel Lauss1-11/+16
2010-10-22serial: Factor out uart_poll_timeout() from 8250 driverAnton Vorontsov1-10/+4
2010-10-22serial: 8250: Don't delay after transmitter is ready.David Daney1-2/+4
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-08-10U6715 16550A serial driver supportPhilippe Langlais1-3/+34
2010-08-108250: fix set_ldisc operationArnd Bergmann1-7/+2
2010-08-10serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definitionYegor Yefremov1-1/+1
2010-08-05SERIAL: 8250: Remove SERIAL_8250_AU1X00Manuel Lauss1-10/+3
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-12serial 8250: enable PPS supportRodolfo Giometti1-0/+16
2010-03-02serial: copy UART properties of UPF_FIXED_TYPE ports provisioned using early_serial_setupShmulik Ladkani1-6/+15
2010-02-27SERIAL 8250: Fixes for Alchemy UARTs.Manuel Lauss1-7/+8
2010-02-16serial: 8250: add serial transmitter fully empty testDick Hollenbeck1-3/+4
2009-12-11Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXENIan Jackson1-5/+3
2009-12-11serial, 8250: calculate irqflags bitmask before loopAndré Goddard Rosa1-6/+10
2009-11-12serial: fix printk format specifiers for struct uart_port::iobaseLennert Buytenhek1-1/+1
2009-10-01serial: add parameter to force skipping the test for the TXEN bugChuck Ebbert1-1/+6
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox1-1/+1
2009-09-19serial: kill off uart_infoAlan Cox1-5/+5
2009-09-198250: Now honours baud rate lower boundsAnton Vorontsov1-1/+3
2009-09-19serial: 8250: add IRQ trigger supportVikram Pandita1-5/+9
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