summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* 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-101-1/+1
* | serial: 8250: move rx_running out of the bitfieldJohn Ogness2015-08-141-3/+3
* | tty: serial: 8250_omap: do not use RX DMA if pause is not supportedSebastian Andrzej Siewior2015-08-141-1/+13
* | serial:8250_dw: do not alter CTS and DCTS since AFE is enabledQipeng Zha2015-08-141-22/+0
* | serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero2015-08-141-0/+6
* | serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero2015-08-141-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-041-21/+61
* | serial: 8250: Auto CTS control by HW if AFE enabledQipeng Zha2015-08-042-0/+9
* | serial: 8250_uniphier: call clk_disable_unprepare() on failure pathMasahiro Yamada2015-08-031-0/+1
* | serial: 8250_pci: add RS485 for F81504/508/512Peter Hung2015-08-031-0/+61
* | tty: serial: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-231-1/+0
* | serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startupJoerg Roedel2015-07-231-0/+15
* | serial: 8250: Defer interrupt enable until fifos enabledPeter Hurley2015-07-231-4/+3
* | tty/early: make serial8250_early_{in,out} static againVineet Gupta2015-07-231-2/+2
* | serial: 8250: Split base port operations from universal driverPeter Hurley2015-07-234-2872/+2920
* | serial: 8250_omap: Remove auto-IXON flow controlPeter Hurley2015-07-231-14/+2
* | serial: 8250_omap: workaround module disable errata on dra7x SoCsSekhar Nori2015-07-231-0/+1
* | serial: 8250_omap: workaround errata around idling UART after using DMASekhar Nori2015-07-231-6/+59
* | serial: 8250_omap: introduce "ti,am3352-uart" compatible propertySekhar Nori2015-07-231-11/+21
* | serial: 8250_omap: refactor mdr1 updateSekhar Nori2015-07-231-5/+12
* | serial: 8250_omap: fix kernel crash in suspend-to-ramSekhar Nori2015-07-231-2/+2
* | serial/8250_fintek: Support for any io address.Ricardo Ribalda Delgado2015-07-231-24/+27
* | serial/8250_fintek: Support keys different than defaultRicardo Ribalda Delgado2015-07-231-16/+23
* | serial/8250_fintek: Support for chip_ip 0x0501Ricardo Ribalda Delgado2015-07-231-10/+11
* | serial/8250_fintek: Support for multiple base_portsRicardo Ribalda Delgado2015-07-231-35/+52
* | serial/8250_fintek: Use private data structureRicardo Ribalda Delgado2015-07-231-17/+31
|/
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2015-07-021-54/+4
|\
| * serial: 8250_omap: Move wake-up interrupt to generic wakeirqTony Lindgren2015-06-091-54/+4
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-273-0/+278
|\ \
| * | serial: 8250_ingenic: support for Ingenic SoC UARTsPaul Burton2015-06-213-0/+278
| * | serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior2015-06-011-9/+73
* | | serial: 8250_pci: Correct uartclk for xr17v35x expansion chipsSoeren Grunewald2015-06-121-3/+19
* | | serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald2015-06-121-0/+21
| |/ |/|
* | serial: 8250: add LPC18xx/43xx UART driverJoachim Eastwood2015-06-013-0/+239
* | serial: 8250_uniphier: add UniPhier serial driverMasahiro Yamada2015-06-013-0/+265
* | serial: 8250_dw: support ACPI platforms with integrated DMA engineHeikki Krogerus2015-06-011-1/+18
* | serial: 8250: remove return statements from void functionMasahiro Yamada2015-06-011-2/+3
* | tty: serial/8250: remove console dependency for mediatekArnd Bergmann2015-05-241-0/+2
* | serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior2015-05-241-9/+73
* | serial: 8250: do not copy port.fifosize member twiceMasahiro Yamada2015-05-101-1/+0
* | serial: 8250: Do nothing if nr_uarts=0Jan Kiszka2015-05-101-1/+7
* | tty: serial: 8250_mtk: Add earlyconEddie Huang2015-05-101-0/+13
* | tty: serial: 8250: export early_serial8250_setup functionEddie Huang2015-05-101-1/+1
* | tty: serial: 8250_mtk: Add support for bus clockSascha Hauer2015-05-061-4/+24
* | tty: serial: 8250_mtk: use pm_runtime callbacks for enablingSascha Hauer2015-05-061-33/+36
* | tty: serial: 8250_mtk: Use devm_clk_getSascha Hauer2015-05-061-5/+2
* | tty: serial: 8250_mtk: remove unnecessary testSascha Hauer2015-05-061-8/+4
OpenPOWER on IntegriCloud