summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-051-4/+0
|\
| * Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-10-021-0/+2
| |\
| * | serial: 8250_dw: allow lower reference frequenciesAndy Shevchenko2015-10-021-4/+0
* | | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-0511-441/+646
|\ \ \
| * | | serial: 8250_mid: add support for DMA engine handling from UART MMIOHeikki Krogerus2015-10-182-2/+71
| * | | dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus2015-10-181-0/+2
| * | | serial: 8250_pci: Intel MID UART support to its own driverHeikki Krogerus2015-10-184-222/+273
| * | | serial: 8250_omap: Remove RTS clearPeter Hurley2015-10-181-1/+0
| * | | serial: Enable Freescale 16550 workaround on armScott Wood2015-10-181-2/+2
| * | | Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman2015-10-121-0/+8
| |\ \ \
| * | | | serial: 8250_dma: no need to sync RX bufferAndy Shevchenko2015-10-041-6/+0
| * | | | serial: 8250: Refactor serial console restore-from-suspendPeter Hurley2015-10-041-14/+22
| * | | | serial: 8250: Tolerate clock variance for max baud rateJames Hogan2015-10-041-9/+19
| * | | | serial: 8250: simplify ralink/alchemy register remap selectionMans Rullgard2015-10-042-6/+7
| * | | | serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flagHeikki Krogerus2015-10-041-1/+1
| * | | | serial: 8250_dw: cleanup dw8250_setup_portHeikki Krogerus2015-10-041-33/+33
| * | | | serial: 8250_dw: cleanup dw8250_idma_filterHeikki Krogerus2015-10-041-6/+1
| * | | | serial: 8250_dw: rename and comment the fallback dma filterHeikki Krogerus2015-10-041-5/+10
| * | | | serial: 8250_dw: proper support for UARTs without busy functionalityHeikki Krogerus2015-10-041-1/+12
| * | | | serial: 8250_dw: add dw8250_quirks functionHeikki Krogerus2015-10-041-51/+31
| * | | | serial: 8250_dw: only setup the port from one placeHeikki Krogerus2015-10-041-8/+6
| * | | | serial: 8250_dw: hook the DMA in one placeHeikki Krogerus2015-10-041-12/+7
| * | | | serial: 8250_dw: adapt to unified device property interfaceHeikki Krogerus2015-10-041-43/+37
| * | | | serial: 8250_dw: add separate pointer for the uart_port to dw8250_probeHeikki Krogerus2015-10-041-22/+20
| * | | | serial: 8250: Add OF earlycon supportScott Wood2015-10-041-0/+4
| * | | | serial: 8250_ingenic: Enable FIFO for Ingenic UARTsMatt Redfearn2015-10-041-4/+43
| * | | | serial: 8250_ingenic: Enable hardware flow controlMatt Redfearn2015-10-041-0/+41
| * | | | serial: 8250: Fix autoconfig_irq() to avoid race conditionsTaichi Kageyama2015-10-041-0/+6
| * | | | drivers/tty: make serial 8250_lpc18xx.c Kconfig a tristatePaul Gortmaker2015-10-041-1/+1
| * | | | serial: don't register CIR serial portsMaciej S. Szmigiero2015-10-042-19/+21
| * | | | serial: 8250_omap: check how many bytes were injectedSebastian Andrzej Siewior2015-10-041-2/+5
| | |_|/ | |/| |
* | | | Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis2015-10-181-4/+0
| |/ / |/| |
* | | serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard2015-10-041-0/+8
|/ /
* / tty: serial: Add missing module license for 8250_base.koJonathan McDowell2015-09-221-0/+2
|/
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\
| * arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-111-1/+1
* | serial: 8250: move rx_running out of the bitfieldJohn Ogness2015-08-151-3/+3
* | tty: serial: 8250_omap: do not use RX DMA if pause is not supportedSebastian Andrzej Siewior2015-08-151-1/+13
* | serial:8250_dw: do not alter CTS and DCTS since AFE is enabledQipeng Zha2015-08-151-22/+0
* | serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero2015-08-151-0/+6
* | serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero2015-08-151-0/+5
* | serial: 8250_pci: fix mode after S3/S4 resume for F81504/508/512Peter Hung2015-08-051-4/+21
* | serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee2015-08-051-21/+61
* | serial: 8250: Auto CTS control by HW if AFE enabledQipeng Zha2015-08-052-0/+9
* | serial: 8250_uniphier: call clk_disable_unprepare() on failure pathMasahiro Yamada2015-08-041-0/+1
* | serial: 8250_pci: add RS485 for F81504/508/512Peter Hung2015-08-041-0/+61
* | tty: serial: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-241-1/+0
* | serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startupJoerg Roedel2015-07-241-0/+15
* | serial: 8250: Defer interrupt enable until fifos enabledPeter Hurley2015-07-241-4/+3
* | tty/early: make serial8250_early_{in,out} static againVineet Gupta2015-07-241-2/+2