summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
* serial: st-asc: (De)Register GPIOD and swap Pinctrl profilesLee Jones2017-02-061-1/+26
* serial: st-asc: Read in all Pinctrl statesLee Jones2017-02-061-0/+29
* serial: st-asc: Provide RTS functionalityLee Jones2017-02-061-4/+23
* serial: st-asc: Ignore the parity error bit if 8-bit mode is enabledLee Jones2017-02-061-3/+13
* serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott2017-02-061-0/+13
* serial: sh-sci: make RX FIFO parameters tunable via sysfsUlrich Hecht2017-02-061-0/+87
* serial: sh-sci: SCIFA/B RX FIFO software timeoutUlrich Hecht2017-02-061-33/+68
* serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIFUlrich Hecht2017-02-061-1/+28
* serial: sh-sci: implement FIFO threshold register settingUlrich Hecht2017-02-031-0/+59
* serial: sh-sci: consider DR (data ready) bit adequatelyUlrich Hecht2017-02-031-1/+1
* serial: sh-sci: add FIFO trigger bitsUlrich Hecht2017-02-032-0/+8
* tty: serial: cpm_uart: make use of for_each_node_by_type()Dmitry Torokhov2017-02-031-8/+10
* tty: serial: pl011: add ttyAMA for matching pl011 consoleSudeep Holla2017-02-031-1/+1
* serial: samsung: enable clock before accessing interrupt mask resister남영민2017-02-031-0/+3
* serial: 8250_pci: remove exar codeSudip Mukherjee2017-02-032-333/+4
* serial: exar: split out the exar code from 8250_pciSudip Mukherjee2017-02-033-0/+401
* serial: imx: Fix the CTS_B polarity in RS485 modeFabio Estevam2017-01-311-3/+3
* serial: imx: Fix the RTS GPIO polarity in RS485 modeFabio Estevam2017-01-311-10/+10
* 8250: of: remove remnants of generic of_serial driverArnd Bergmann2017-01-271-69/+24
* serial: sh-sci: Reformat sci_parse_dt() for git diffGeert Uytterhoeven2017-01-271-2/+2
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-2726-26/+26
* serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren2017-01-251-1/+7
* serial: hp300: mask the warning for people just doing build coveragePaul Gortmaker2017-01-251-1/+1
* serial: xuartps: Enable uart loopback modeYasir-Khan2017-01-251-0/+9
* serial: 8250_omap: Remove rx_dma_broken flagVignesh R2017-01-201-5/+0
* serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437xVignesh R2017-01-201-6/+3
* serial: 8250_omap: pause DMA only if DMA transfer in progressVignesh R2017-01-201-4/+7
* tty: serial: meson: allow baud-rates higher than 115200Martin Blumenstingl2017-01-191-1/+1
* tty: serial: 8250: 8250_gsc:- Handle return NULL error from ioremap_nocacheArvind Yadav2017-01-191-0/+4
* serial: omap: Add omapserial earlyconLokesh Vutla2017-01-191-0/+55
* serial: pl011: Mark console as CON_ANYTIMEAlexander Sverdlin2017-01-191-1/+1
* tty: serial: constify dev_pm_ops structuresBhumika Goyal2017-01-191-1/+1
* serial: 8250_mid: set PCI master only for DMA capable deviceAndy Shevchenko2017-01-191-2/+2
* serial: 8250_mid: enable MSI on DenvertonAndy Shevchenko2017-01-191-1/+7
* serial: 8250_mid: handle interrupt correctly in DMA caseAndy Shevchenko2017-01-191-0/+33
* serial: 8250_dw: Allow hardware flow control to be usedJason Uy2017-01-191-3/+2
* serial: sh-sci: Compute the regshift value for SCI portsLaurent Pinchart2017-01-191-1/+7
* serial: sh-sci: Remove unused platform data capabilities fieldLaurent Pinchart2017-01-191-4/+7
* serial: sh-sci: Remove manual break debouncingLaurent Pinchart2017-01-191-117/+7
* serial: sh-sci: Remove the platform data dma slave rx/tx channel IDsLaurent Pinchart2017-01-191-17/+6
* serial: sh-sci: Extend sci_port_params with more port parametersLaurent Pinchart2017-01-192-83/+102
* serial: sh-sci: Constify platform dataLaurent Pinchart2017-01-191-48/+49
* serial: sh-sci: Replace regmap array with port parametersLaurent Pinchart2017-01-191-123/+155
* serial: sh-sci: Remove initialization of zero fields in sci_port_paramsLaurent Pinchart2017-01-191-94/+0
* serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart2017-01-191-9/+8
* serial: sh-sci: Don't rely on platform data flags when not neededLaurent Pinchart2017-01-191-4/+3
* serial: sh-sci: Set the SCSCR TE and RE bits in the driverLaurent Pinchart2017-01-191-6/+7
* Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman2017-01-164-15/+23
|\
| * Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu2017-01-111-1/+1
| * Clearing FIFOs in RS485 emulation mode causes subsequent transmits to breakDaniel Jedrychowski2017-01-111-1/+1