summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* serial: ralink: adds support for the serial core found on ralink wisocJohn Crispin2013-01-302-3/+11
* serial/8250: Add suport for later SUNIX (TIMEDIA) boards.Stephen Chivers2013-01-301-0/+33
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-254-3/+53
|\
| * 8250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd2013-01-173-0/+50
| * tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handlerMaxime Ripard2013-01-161-1/+1
| * tty/8250: The correct device id for this card is 0x0022Matt Schulte2013-01-161-1/+1
| * tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definitionMatt Schulte2013-01-161-1/+1
* | drivers/tty/serial/8250: use strlcpy instead of strcpyChen Gang2013-01-211-1/+1
* | serial: 8250_dw: Set maxburst sizeHeikki Krogerus2013-01-161-2/+4
* | serial: 8250_dw: Use ifdef with ACPIHeikki Krogerus2013-01-161-0/+7
* | serial: 8250_dma: TX optimisationHeikki Krogerus2013-01-161-3/+3
* | serial: 8250_dma: Switch to using tty_portHeikki Krogerus2013-01-161-4/+7
* | serial: 8250_dw: Enable DMA support with ACPIHeikki Krogerus2013-01-161-0/+65
* | serial: 8250: Add support for dmaengineHeikki Krogerus2013-01-165-3/+300
* | serial: 8250_dw: Add ACPI 5.0 supportHeikki Krogerus2013-01-162-1/+42
* | serial: 8250_dw: Set FIFO size dynamicallyHeikki Krogerus2013-01-161-4/+53
* | serial: 8250_dw: Move device tree code to separate functionHeikki Krogerus2013-01-161-31/+47
* | serial: 8250_dw: Map IO memoryHeikki Krogerus2013-01-161-2/+5
* | serial: 8250_dw: Don't use UPF_FIXED_TYPEHeikki Krogerus2013-01-161-1/+1
* | serial: 8250: Allow drivers to deliver capabilitiesHeikki Krogerus2013-01-161-6/+16
* | serial: 8250_pci: remove __devexit usageGreg Kroah-Hartman2013-01-161-2/+2
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-2/+1Star
* | serial: Remove RM9000 series serial driver.Ralf Baechle2013-01-162-78/+1Star
* | serial: quatech: add the other serial identifiers and preliminary control codeAlan Cox2013-01-161-0/+309
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2012-10-2811-297/+360
| |\
| * | tty: Fix typo in tty driversMasanari Iida2012-10-251-1/+1
* | | tty/8250 Add check for pci_ioremap_bar failureMatt Schulte2012-11-221-0/+2
* | | tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe ...Matt Schulte2012-11-221-0/+163
* | | tty/8250 Add XR17D15x devices to the exar_handle_irq overrideMatt Schulte2012-11-221-2/+4
* | | tty/8250: Add sleep capability to XR17D15X portsMatt Schulte2012-11-221-3/+9
* | | serial: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35...Matt Schulte2012-11-221-0/+4
* | | serial: Optimization: check for presence of UPF_EXAR_EFR flag before serial_inMatt Schulte2012-11-221-3/+3
* | | Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCI...Matt Schulte2012-11-222-0/+167
* | | tty: remove use of __devexitBill Pemberton2012-11-227-13/+13
* | | tty: remove use of __devinitconstBill Pemberton2012-11-221-1/+1
* | | tty: remove use of __devinitdataBill Pemberton2012-11-222-2/+2
* | | tty: remove use of __devinitBill Pemberton2012-11-227-12/+12
* | | tty: serial: remove use of __devexit_pBill Pemberton2012-11-227-31/+31
* | | tty/8250_early: Turn serial_in/serial_out into weak symbols.Noam Camus2012-11-161-21/+21
* | | serial: 8250_pci: use module_pci_driver to simplify the codeWei Yongjun2012-10-301-12/+1Star
* | | x86: ce4100: allow second UART usageMaxime Bizon2012-10-241-3/+3
* | | tty: serial: 8250_dw: Implement suspend/resumeJames Hogan2012-10-241-0/+25
* | | tty/serial/8250: Make omap hardware workarounds local to 8250.hTony Lindgren2012-10-242-6/+39
* | | serial/8250/8250_early: Prevent rounding error in uartclkAlexey Brodkin2012-10-241-1/+1
| |/ |/|
* | serial/8250_hp300: Missing 8250 register interface conversion bitsGeert Uytterhoeven2012-10-151-10/+10
* | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-0111-286/+349
|\ \
| * | serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner2012-09-261-2/+7
| * | 8250: blacklist Winbond CIR portSean Young2012-09-262-7/+29
| * | 8250_pnp: do pnp probe before legacy probeSean Young2012-09-265-31/+41