summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tty: serial: qcom_geni_serial: Fix softlockRyan Case2018-12-051-17/+39
| * | | Revert "serial/sunsu: add missing of_node_put()"Greg Kroah-Hartman2018-12-051-15/+5Star
| * | | serdev: document the write functions using kernel-docJohan Hovold2018-11-271-0/+37
| * | | serdev: make synchronous write helper interruptibleJohan Hovold2018-11-271-6/+14
| * | | serdev: make synchronous write return bytes writtenJohan Hovold2018-11-271-2/+10
| * | | serdev: use zero to indicate infinite write timeoutJohan Hovold2018-11-271-2/+5
| * | | sysrq: Use panic() to force a crashMatthias Kaehlcke2018-11-271-10/+3Star
| * | | tty/sysrq: add of_node_put()Yangtao Li2018-11-271-0/+2
| * | | serial: imx: fix error handling in console_setupStefan Agner2018-11-271-1/+1
| * | | serial: mvebu-uart: initialize over sampling stack registerMiquel Raynal2018-11-271-1/+6
| * | | serial: mvebu-uart: clarify the baud rate derivationMiquel Raynal2018-11-271-8/+14
| * | | serial/sunsu: add missing of_node_put()Yangtao Li2018-11-271-5/+15
| * | | drivers/tty: add missing of_node_put()Yangtao Li2018-11-271-0/+1
| * | | serial-uartlite: fix null pointer dereference on pointer portColin Ian King2018-11-271-5/+10
| * | | Merge 4.20-rc2 into tty-nextGreg Kroah-Hartman2018-11-123-7/+7
| |\ \ \
| * | | | serial: 8250: Process sysrq at port unlock timeDouglas Anderson2018-11-094-8/+18
| * | | | serial: qcom_geni_serial: Process sysrq at port unlock timeDouglas Anderson2018-11-091-4/+3Star
| * | | | serial: qcom_geni_serial: Finish supporting sysrqDouglas Anderson2018-11-091-0/+7
| * | | | serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250Florian Fainelli2018-11-091-0/+1
| * | | | serial: set suppress_bind_attrs flag only if builtinAnders Roxell2018-11-093-0/+4
| * | | | pch_uart: remove set but not used variable 'tx_empty'zhong jiang2018-11-091-3/+0Star
| * | | | tty: serial: qcom_geni_serial: simplify getting .driver_dataWolfram Sang2018-11-091-4/+2Star
| * | | | tty: serial: qcom_geni_serial: Rectify UART suspend mechanismMukesh Kumar Savaliya2018-11-091-30/+6Star
| * | | | tty: serial: qcom_geni_serial: Don't slow all ports just for kgdbDouglas Anderson2018-11-091-5/+7
| * | | | serial: tegra: fix some spelling mistakesMarcel Ziswiler2018-11-091-5/+5
| * | | | serial: fsl_lpuart: clear parity enable bit when disable parityAndy Duan2018-11-091-0/+4
| * | | | serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PEAndy Duan2018-11-091-1/+1
| * | | | serial-uartlite: Fix the unbind pathShubhrajyoti Datta2018-11-091-1/+1
| * | | | serial-uartlite: Add runtime supportShubhrajyoti Datta2018-11-091-9/+43
| * | | | serial-uartlite: Do not use static struct uart_driver out of probe()Shubhrajyoti Datta2018-11-091-3/+8
| * | | | serial-uartlite: Add get serial id if not providedShubhrajyoti Datta2018-11-091-0/+7
| * | | | serial-uartlite: Move the uart registerShubhrajyoti Datta2018-11-091-9/+9
| * | | | serial: lantiq: Change init_lqasc to static declarationSongjun Wu2018-11-091-1/+1
| * | | | serial: lantiq: Replace lantiq_soc.h with lantiq.hSongjun Wu2018-11-091-2/+1Star
| * | | | serial: lantiq: Reorder the head filesSongjun Wu2018-11-091-12/+12
| * | | | serial: lantiq: Add CCF supportSongjun Wu2018-11-091-2/+10
| * | | | serial: lantiq: Replace clk_enable/clk_disable with clk generic APISongjun Wu2018-11-091-3/+3
| * | | | serial: lantiq: Rename fpiclk to freqclkSongjun Wu2018-11-091-5/+5
| * | | | serial: lantiq: Use readl/writel instead of ltq_r32/ltq_w32Songjun Wu2018-11-091-19/+19
| * | | | serial: lantiq: Change ltq_w32_mask to asc_update_bitsSongjun Wu2018-11-091-13/+20
| * | | | serial: lantiq: Get serial id from dtsSongjun Wu2018-11-091-4/+15
| * | | | serial: sh-sci: Improve type-safety calling sci_receive_chars()Geert Uytterhoeven2018-11-091-2/+2
* | | | | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-271-7/+6Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | audit: use current whenever possiblePaul Moore2018-11-271-7/+6Star
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-12-211-5/+26
|\ \ \ \
| * | | | serial/sunsu: fix refcount leakYangtao Li2018-12-211-5/+26
* | | | | Revert "serial: 8250: Fix clearing FIFOs in RS485 mode again"Paul Burton2018-12-171-24/+5Star
| |_|_|/ |/| | |
* | | | Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-093-12/+11Star
|\ \ \ \
| * | | | kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin2018-12-061-2/+2
| * | | | tty: serial: 8250_mtk: always resume the device in probe.Peter Shih2018-12-051-9/+7Star