summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | serial: 8250_fintek: UART dynamic clocksource on Fintek F81866Ji-Ze Hong (Peter Hong)2017-10-031-0/+54
| * | drivers: tty: sa1100: use setup_timer() helper.Allen Pais2017-10-031-3/+2
| * | drivers: tty: ifx6x60: use setup_timer() helper.Allen Pais2017-10-031-3/+2
| * | drivers: tty: sn_console: use setup_timer() helper.Allen Pais2017-10-031-3/+1
| * | drivers: tty: pnx8xxx: use setup_timer() helper.Allen Pais2017-10-031-3/+2
| * | drivers: tty: 8250: use setup_timer() helper.Allen Pais2017-10-031-2/+1
| * | drivers: tty: max3100: use setup_timer() helper.Allen Pais2017-10-031-3/+2
| * | drivers: tty: mux: use setup_timer() helper.Allen Pais2017-10-031-2/+1
| * | serial: imx: Switch setting dma_is_txing from "false" to "0"Martyn Welch2017-10-031-1/+1
| * | serial: imx: Use RX_BUF_SIZE to set size of RX bufferMartyn Welch2017-10-031-1/+1
| * | serial: imx: only set dma_is_rxing when DMA startsRomain Perier2017-10-031-2/+1
| * | drivers: tty: imx: use setup_timer() helper.Allen Pais2017-10-031-3/+1
| * | serial: imx: Update cached mctrl value when changing RTSIan Jamison2017-10-031-2/+4
| * | serial: imx: Use common rs485 device tree parsing functionSascha Hauer2017-10-031-1/+3
| * | serial: imx: default to half duplex rs485Sascha Hauer2017-09-191-2/+1
| * | serial: omap-serial: Use common rs485 device tree parsing functionSascha Hauer2017-09-181-12/+1
| * | serial: fsl_lpuart: Use common rs485 device tree parsing functionSascha Hauer2017-09-181-6/+18
| * | serial: atmel: Use common rs485 device tree parsing functionSascha Hauer2017-09-181-24/+1
| * | serial: Add common rs485 device tree parsing functionUwe Kleine-König2017-09-181-0/+36
| * | serial: fsl_lpuart: Remove unused 'bd' variableFabio Estevam2017-09-181-2/+1
| * | tty: serial: make sport_uart_ops static and constBhumika Goyal2017-09-181-1/+1
| * | serial: meson: add Magic SysRq supportYixun Lan2017-09-181-2/+16
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
| |/ |/|
* | serial: sccnxp: Fix error handling in sccnxp_probe()Alexey Khoroshilov2017-09-181-2/+11
* | tty: serial: lpuart: avoid report NULL interruptFugang Duan2017-09-181-23/+17
* | serial: bcm63xx: fix timing issue.Russell Enderby2017-09-181-0/+5
|/
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-09-0545-213/+1304
|\
| * serial: 8250_port: Remove useless NULL checksAndy Shevchenko2017-08-311-4/+4
| * earlycon: initialise baud field of earlycon device structureEugeniy Paltsev2017-08-311-0/+5
| * Introduce 8250_men_mcbMichael Moese2017-08-283-0/+130
| * serial: imx: Avoid post-PIO cleanup if TX DMA is startedIan Jamison2017-08-281-1/+4
| * tty: serial: imx: disable irq after suspendMaxim Yu. Osipov2017-08-281-0/+2
| * serial: 8250_uniphier: add suspend/resume supportMasahiro Yamada2017-08-281-0/+35
| * serial: 8250_uniphier: use CHAR register for canary to detect power-offMasahiro Yamada2017-08-281-6/+16
| * serial: 8250_uniphier: fix serial port index in private dataMasahiro Yamada2017-08-281-3/+3
| * serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23...Sean Wang2017-08-282-0/+10
| * serial: earlycon: Only try fdt when specify 'earlycon' exactlyJeffy Chen2017-08-281-1/+1
| * serial: mux: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
| * serial: sunsu: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
| * serial: mpc52xx: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
| * serial: m32r_sio: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
| * serial: cpm_uart: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
| * serial: apbuart: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
| * serial: sunsab: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
| * serial: 21285: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
| * serial: uuc_uart: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
| * tty: mux: constify parisc_device_idArvind Yadav2017-08-281-2/+2
| * tty: 8250: constify parisc_device_idArvind Yadav2017-08-281-2/+2
| * serial: 8250_of: Add basic PM runtime supportFranklin S Cooper Jr2017-08-281-11/+24