summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* tty: max310x: Fix external crystal register setupJoe Burmeister2019-05-211-1/+1
* serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis2019-05-211-0/+7
* serial: imx: remove log spamming error messageSascha Hauer2019-05-211-1/+0Star
* tty: serial: msm_serial: Fix XON/XOFFJorge Ramirez-Ortiz2019-05-211-1/+4
* Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-05-091-2/+2
|\
| * dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko2019-03-211-2/+2
* | Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-0817-80/+2404
|\ \
| * | tty: serial: add driver for the SiFive UARTPaul Walmsley2019-04-293-0/+1081
| * | serial: uartps: Add support for cts-overrideShubhrajyoti Datta2019-04-291-0/+12
| * | serial: milbeaut_usio: Fix error handling in probe and removeWei Yongjun2019-04-291-8/+1Star
| * | tty: serial_core: fix error code returned by uart_register_driver()Sergey Organov2019-04-251-2/+2
| * | serial: 8250-mtk: modify baudrate settingLong Cheng2019-04-251-0/+102
| * | serial: 8250-mtk: add follow controlLong Cheng2019-04-251-23/+37
| * | docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-04-251-1/+1
| * | serial: 8250_exar: Adjust IOT2000 matchingSu Bao Cheng2019-04-251-2/+5
| * | TTY: serial_core, add ->installJiri Slaby2019-04-251-11/+13
| * | serial: Fix using plain integer instead of Null pointerSugaya Taichi2019-04-251-1/+1
| * | Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman2019-04-212-3/+7
| |\ \
| * | | tty:serial_core: Spelling mistakeHariprasad Kelam2019-04-161-1/+1
| * | | serial: Add Milbeaut serial controlSugaya Taichi2019-04-163-0/+648
| * | | tty: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-04-161-3/+0Star
| * | | serial: sprd: Fix a copy-paste err in sprd_request_dma()YueHaibing2019-04-161-1/+1
| * | | tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman2019-04-042-0/+2
| * | | tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman2019-04-044-0/+4
| * | | Merge 5.1-rc3 into tty-nextGreg Kroah-Hartman2019-04-019-46/+69
| |\ \ \
| * | | | serial: sc16is7xx: Drop of_match_ptr() useAndy Shevchenko2019-03-271-3/+2Star
| * | | | serial: sc16is7xx: Switch to use device_get_match_data()Andy Shevchenko2019-03-271-13/+5Star
| * | | | serial: sc16is7xx: Respect clock-frequency propertyAndy Shevchenko2019-03-271-1/+10
| * | | | serial: sprd: Add DMA mode supportLanqing Liu2019-03-271-14/+426
| * | | | serial: sprd: Add power management for the Spreadtrum serial controllerLanqing Liu2019-03-271-4/+57
| * | | | serial: 8250_fintek: Make fintek_8250_set_termios staticYueHaibing2019-03-271-2/+3
| | |_|/ | |/| |
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-072-2/+0Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-2/+0Star
| | |/ | |/|
* | | sc16is7xx: put err_spi and err_i2c into correct #ifdefGuoqing Jiang2019-04-191-2/+2
* | | sc16is7xx: move label 'err_spi' to correct sectionGuoqing Jiang2019-04-161-0/+2
* | | serial: sh-sci: Fix HSCIF RX sampling point adjustmentGeert Uytterhoeven2019-04-161-1/+1
* | | serial: sh-sci: Fix HSCIF RX sampling point calculationGeert Uytterhoeven2019-04-161-1/+3
|/ /
* | Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdbocWentao Wang2019-03-271-1/+3
* | tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu2019-03-271-3/+21
* | tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu2019-03-271-12/+12
* | serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An2019-03-191-11/+1Star
* | serial: ar933x_uart: Fix build failure with disabled consolePetr Štetiar2019-03-191-16/+8Star
* | tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setupNathan Chancellor2019-03-191-1/+1
* | sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()Mao Wenan2019-03-191-2/+10
* | tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu2019-03-191-0/+4
* | tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu2019-03-191-0/+4
* | serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki2019-03-191-0/+2
* | serial: mvebu-uart: Fix to avoid a potential NULL pointer dereferenceAditya Pakki2019-03-191-0/+3
|/
* Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-03-141-1/+0Star
|\
| * dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko2019-01-071-1/+0Star