summaryrefslogtreecommitdiff
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | amiserial: expand serial_isrootJiri Slaby2021-07-211-8/+6
| * | amiserial: use memset to zero serial_stateJiri Slaby2021-07-211-6/+1
| * | amiserial: simplify rs_openJiri Slaby2021-07-211-3/+3
| * | amiserial: remove serial_state::xmit_fifo_sizeJiri Slaby2021-07-211-10/+6
| * | amiserial: remove stale commentJiri Slaby2021-07-211-14/+1
| * | amiserial: remove serial_* stringsJiri Slaby2021-07-211-18/+1
| * | amiserial: remove unused DBG_CNTJiri Slaby2021-07-211-9/+0
| * | serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko2021-07-211-13/+23
| * | tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous"Colin Ian King2021-07-211-1/+1
| * | tty: serial: uartlite: Add runtime pm supportShubhrajyoti Datta2021-07-211-8/+52
| * | tty: serial: uartlite: Disable clocks in case of errorsShubhrajyoti Datta2021-07-211-0/+1
| * | tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente2021-07-211-2/+19
| * | serial: samsung: use dma_ops of DMA if attachedTamseel Shams2021-07-211-21/+25
| * | arm pl011 serial: support multi-irq requestBing Fan2021-07-211-3/+31
| * | serial: amba-pl011: add RS485 supportLino Sanfilippo2021-07-211-2/+161
| * | tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2021-07-212-0/+5
| * | serial: core: Report magic multiplier extra baud ratesMaciej W. Rozycki2021-07-211-0/+8
| * | serial: 8250: extend compile-test coverageJohan Hovold2021-07-211-4/+6
| * | serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King2021-07-211-1/+1
| * | serial: 8250_pnp: Support configurable clock frequencyJianmin Lv2021-07-211-0/+2
| * | serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King2021-07-211-1/+1
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\ \ \
| * \ \ Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-098-13/+37
| |\ \ \ | | | |/ | | |/|
| * | | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
| | |/ | |/|
* | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-11/+8
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-138-13/+37
| |\ \ \ | | | |/ | | |/|
| * | | net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-11/+8
| | |/ | |/|
* | | vt_kdsetmode: extend console lockingLinus Torvalds2021-08-301-4/+6
* | | console: consume APC, DM, DCSnick black2021-08-301-4/+27
| |/ |/|
* | serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner2021-07-301-0/+1
* | serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao2021-07-291-0/+5
* | tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrlSherry Sun2021-07-291-1/+1
* | serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko2021-07-211-0/+6
* | serial: 8250: fix handle_irq lockingJohan Hovold2021-07-213-6/+9
* | serial: tegra: Only print FIFO error message when an error occursJon Hunter2021-07-211-2/+4
* | serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki2021-07-211-3/+9
* | serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko2021-07-211-1/+2
|/
* Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-091-3/+2
|\
| * um: allow disabling NO_IOMEMJohannes Berg2021-06-171-3/+2
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-0579-3896/+1643
|\ \
| * | serial: mvebu-uart: remove unused member nb from struct mvebu_uartPali Rohár2021-06-251-1/+0
| * | serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár2021-06-251-3/+8
| * | serial: mvebu-uart: do not allow changing baudrate when uartclk is not availablePali Rohár2021-06-251-3/+2
| * | serial: mvebu-uart: fix calculation of clock divisorPali Rohár2021-06-251-1/+1
| * | serial: Prefer unsigned int to bare use of unsignedJinchao Wang2021-06-242-2/+2
| * | serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra2021-06-241-1/+19
| * | serial: qcom_geni_serial: use DT aliases according to DT bindingsDmitry Baryshkov2021-06-241-1/+3
| * | Revert "tty: serial: Add UART driver for Cortina-Access platform"Greg Kroah-Hartman2021-06-243-818/+0
| * | tty: serial: Add UART driver for Cortina-Access platformJason Li2021-06-183-0/+818
| * | mxser: introduce mxser_16550A_or_MUST helperJiri Slaby2021-06-181-13/+13