summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: remove unused argument from tty_open_by_driver()Sudip Mukherjee2019-11-201-3/+2
* tty: Fix Kconfig indentationKrzysztof Kozlowski2019-11-204-64/+64
* {tty: serial, nand: onenand}: samsung: rename to fix build warningSudip Mukherjee2019-11-184-2/+2
* serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan2019-11-181-0/+3
* serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch2019-11-181-4/+2
* Revert "serial-uartlite: Move the uart register"Greg Kroah-Hartman2019-11-131-9/+9
* Revert "serial-uartlite: Add get serial id if not provided"Greg Kroah-Hartman2019-11-131-7/+0
* Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"Greg Kroah-Hartman2019-11-131-15/+5
* Revert "serial-uartlite: Add runtime support"Greg Kroah-Hartman2019-11-131-43/+9
* Revert "serial-uartlite: Change logic how console_port is setup"Greg Kroah-Hartman2019-11-131-8/+2
* Revert "serial-uartlite: Use allocated structure instead of static ones"Greg Kroah-Hartman2019-11-131-2/+2
* tty: serial: msm_serial: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-2/+2
* tty: serial: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-2/+1
* tty: serial: amba-pl011: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-1/+1
* serial-uartlite: Use allocated structure instead of static onesShubhrajyoti Datta2019-11-131-2/+2
* serial-uartlite: Change logic how console_port is setupShubhrajyoti Datta2019-11-131-2/+8
* tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan2019-11-131-1/+4
* tty: serial: imx: use the sg count from dma_map_sgPeng Fan2019-11-131-1/+1
* Remove every trace of SERIAL_MAGICPascal Terjan2019-11-132-86/+0
* tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan2019-11-051-2/+2
* Revert "tty:n_gsm.c: destroy port by tty_port_destroy()"Greg Kroah-Hartman2019-11-041-1/+0
* tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enableChuhong Yuan2019-11-041-1/+1
* serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich2019-11-041-1/+1
* serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko2019-11-041-5/+3
* tty: serial: msm_serial: Fix flow controlJeffrey Hugo2019-11-041-1/+5
* tty: rocket: reduce stack usageSudip Mukherjee2019-11-041-13/+19
* tty: serial: lpuart: Add RS485 support for 32-bit uart flavourPhilippe Schenker2019-11-041-2/+63
* tty: serial: lpuart: Use defines that correspond to correct registerPhilippe Schenker2019-11-041-2/+2
* tty: serial: lpuart: Remove unnecessary code from set_mctrlPhilippe Schenker2019-11-041-11/+0
* Merge 5.4-rc5 into tty-nextGreg Kroah-Hartman2019-10-27240-1502/+2156
|\
| * Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-272-5/+20
| |\
| | * Merge tag 'irqchip-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2019-10-252-5/+20
| | |\
| | | * irqchip/sifive-plic: Skip contexts except supervisor in plic_init()Alan Mikhak2019-10-251-2/+2
| | | * irqchip/gic-v3-its: Use the exact ITSList for VMOVPZenghui Yu2019-10-241-3/+18
| * | | Merge tag 'tty-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-261-4/+4
| |\ \ \
| | * | | 8250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King2019-10-151-4/+4
| * | | | Merge tag 'staging-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-261-4/+2
| |\ \ \ \
| | * | | | staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYSColin Ian King2019-10-141-4/+2
| | |/ / /
| * | | | Merge tag 'char-misc-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-262-9/+4
| |\ \ \ \
| | * | | | binder: Don't modify VMA bounds in ->mmap handlerJann Horn2019-10-172-9/+4
| | |/ / /
| * | | | Merge tag 'usb-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-267-44/+47
| |\ \ \ \
| | * | | | usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros2019-10-181-1/+3
| | * | | | USB: ldusb: fix read info leaksJohan Hovold2019-10-181-7/+11
| | * | | | Merge tag 'usb-serial-5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-181-8/+4
| | |\ \ \ \
| | | * | | | USB: serial: ti_usb_3410_5052: clean up serial data accessJohan Hovold2019-10-161-2/+2
| | | * | | | USB: serial: ti_usb_3410_5052: fix port-close racesJohan Hovold2019-10-161-7/+3
| | | |/ / /
| | * | | | USB: usblp: fix use-after-free on disconnectJohan Hovold2019-10-151-1/+3
| | * | | | usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva2019-10-151-3/+3
| | * | | | usb: cdns3: Fix dequeue implementation.Pawel Laszczak2019-10-151-15/+20
| | * | | | USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter2019-10-151-1/+1