summaryrefslogtreecommitdiffstats
path: root/drivers/serial/8250.c
Commit message (Expand)AuthorAgeFilesLines
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-131-3377/+0Star
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-071-30/+79
|\
| * 8250: fix uninitialized FIFOsOndrej Puzman2010-12-111-0/+2
| * 8250: add a UPIO_DWAPB32 for 32 bit accessesJamie Iles2010-12-111-12/+39
| * 8250: use container_of() instead of castingJamie Iles2010-12-111-20/+40
* | Merge branch 'devel-omap-irq' into omap-for-linusTony Lindgren2010-12-101-1/+1
|\ \
| * | serial8250: Mark console as CON_ANYTIMEPeter Zijlstra2010-11-161-1/+1
* | | omap: Serial: Define register access modes in LCRAndrei Emeltchenko2010-11-301-13/+13
|/ /
* | Revert "8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hang"Ingo Molnar2010-11-131-4/+1Star
* | 8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hangLawrence Rust2010-11-111-1/+4
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | serial8250: ratelimit "too much work" errorDaniel Drake2010-10-221-2/+3
* | serial: abstraction for 8250 legacy portsAlan Cox2010-10-221-0/+17
* | 8250: allow platforms to override PM hook.Manuel Lauss2010-10-221-11/+16
* | serial: Factor out uart_poll_timeout() from 8250 driverAnton Vorontsov2010-10-221-10/+4Star
* | serial: 8250: Don't delay after transmitter is ready.David Daney2010-10-221-2/+4
|/
* U6715 16550A serial driver supportPhilippe Langlais2010-08-101-3/+34
* 8250: fix set_ldisc operationArnd Bergmann2010-08-101-7/+2Star
* serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definitionYegor Yefremov2010-08-101-1/+1
* SERIAL: 8250: Remove SERIAL_8250_AU1X00Manuel Lauss2010-08-051-10/+3Star
* kgdb,8250,pl011: Return immediately from console pollJason Wessel2010-05-211-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* serial 8250: enable PPS supportRodolfo Giometti2010-03-131-0/+16
* serial: copy UART properties of UPF_FIXED_TYPE ports provisioned using early_...Shmulik Ladkani2010-03-021-6/+15
* SERIAL 8250: Fixes for Alchemy UARTs.Manuel Lauss2010-02-271-7/+8
* serial: 8250: add serial transmitter fully empty testDick Hollenbeck2010-02-171-3/+4
* Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXENIan Jackson2009-12-121-5/+3Star
* serial, 8250: calculate irqflags bitmask before loopAndré Goddard Rosa2009-12-121-6/+10
* serial: fix printk format specifiers for struct uart_port::iobaseLennert Buytenhek2009-11-121-1/+1
* serial: add parameter to force skipping the test for the TXEN bugChuck Ebbert2009-10-021-1/+6
* serial: move delta_msr_wait into the tty_portAlan Cox2009-09-191-1/+1
* serial: kill off uart_infoAlan Cox2009-09-191-5/+5
* 8250: Now honours baud rate lower boundsAnton Vorontsov2009-09-191-1/+3
* serial: 8250: add IRQ trigger supportVikram Pandita2009-09-191-5/+9
* serial: add support for the TI AR7 internal UARTFlorian Fainelli2009-06-111-0/+7
* 8250: Fix oops from setserialAlan Cox2009-05-291-0/+15
* 8250: fix boot hang with serial console when using with Serial Over Lan portMauro Carvalho Chehab2009-02-211-0/+15
* fix early_serial_setup() regressionHelge Deller2009-01-131-0/+2
* trivial: Add a space (and a comma) to a printk in 8250 driverPaul Bolle2009-01-061-1/+1
* Serial: UART driver changes for Cavium OCTEON.David Daney2009-01-021-0/+7
* Serial: Allow port type to be specified when calling serial8250_register_port.David Daney2009-01-021-0/+9
* 8250: Serial driver changes to support future Cavium OCTEON serial patches.David Daney2009-01-021-58/+136
* 8250: Don't clobber spinlocks.David Daney2009-01-021-2/+13
* 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-161-16/+36
| |\
| * | [SERIAL] 8250: serial8250_port_size() - omap ports are largerRussell King2008-09-051-7/+14