mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Here is the "big" set of tty and serial driver updates for 7.3-rc1. Not really all that much happened this development cycle for this subsystem, changes in here are: - removal of the ipwireless driver as it's no longer used or needed - new 8250_mxpcie driver added - qcom serial driver updates and additions - vt mode validation addition - lots of other small serial driver updates and additions All of these have been in linux-next for weeks with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -----BEGIN PGP SIGNATURE----- iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCao2mTw8cZ3JlZ0Brcm9h aC5jb20ACgkQMUfUDdst+yk34ACdFfyDYJ0n1JcdskTxdNMBSPRkj7UAoJtMC/2y jxCfyfkM18YIuwZD6CvO =MlfE -----END PGP SIGNATURE----- Merge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty Pull TTY / serial driver updates from Greg KH: "Here is the "big" set of tty and serial driver updates for 7.3-rc1. Not really all that much happened this development cycle for this subsystem, changes in here are: - removal of the ipwireless driver as it's no longer used or needed - new 8250_mxpcie driver added - qcom serial driver updates and additions - vt mode validation addition - lots of other small serial driver updates and additions All of these have been in linux-next for weeks with no reported issues" * tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (97 commits) serial: imx: serialize imx_uart_ports[] lifetime tty: clear cdev pointer after cdev_add() failure tty: skip cdev_del() when no cdev is registered serial: core: clear freed pointers on uart_register_driver() failure serial: core: do fallible allocations before the console can be registered serial: 8250_mxpcie: implement rx_trig_bytes callbacks via MUEx50 RTL serial: 8250_mxpcie: introduce per-port private data structure serial: 8250: allow UART drivers to override rx_trig_bytes handling serial: 8250_mxpcie: add break support for RS485 using MUEx50 features serial: 8250: allow low-level drivers to override break control serial: 8250_mxpcie: support serial interface mode switching serial: 8250_mxpcie: speed up TX using memory-mapped FIFO window serial: 8250_mxpcie: speed up RX using memory-mapped FIFO window serial: 8250_mxpcie: add custom handle_irq callback serial: 8250_mxpcie: offload XON/XOFF flow control to MUEx50 hardware serial: 8250_mxpcie: enable automatic RTS/CTS flow control serial: 8250_mxpcie: enable enhanced mode and program FIFO trigger levels serial: 8250: add Moxa MUEx50 UART port type serial: 8250: split Moxa PCIe serial board support out of 8250_pci serial: qcom-geni: Use geni_se_set_perf_level() for baud rate perf level ... |
||
|---|---|---|
| .. | ||
| 8250_accent.c | ||
| 8250_acorn.c | ||
| 8250_aspeed_vuart.c | ||
| 8250_bcm2835aux.c | ||
| 8250_bcm7271.c | ||
| 8250_boca.c | ||
| 8250_ce4100.c | ||
| 8250_core.c | ||
| 8250_dfl.c | ||
| 8250_dma.c | ||
| 8250_dw.c | ||
| 8250_dwlib.c | ||
| 8250_dwlib.h | ||
| 8250_early.c | ||
| 8250_em.c | ||
| 8250_exar_st16c554.c | ||
| 8250_exar.c | ||
| 8250_fintek.c | ||
| 8250_fourport.c | ||
| 8250_fsl.c | ||
| 8250_hp300.c | ||
| 8250_hub6.c | ||
| 8250_ingenic.c | ||
| 8250_ioc3.c | ||
| 8250_keba.c | ||
| 8250_loongson.c | ||
| 8250_lpc18xx.c | ||
| 8250_lpss.c | ||
| 8250_men_mcb.c | ||
| 8250_mid.c | ||
| 8250_mtk.c | ||
| 8250_mxpcie.c | ||
| 8250_ni.c | ||
| 8250_of.c | ||
| 8250_omap.c | ||
| 8250_parisc.c | ||
| 8250_pci.c | ||
| 8250_pci1xxxx.c | ||
| 8250_pcilib.c | ||
| 8250_pcilib.h | ||
| 8250_pericom.c | ||
| 8250_platform.c | ||
| 8250_pnp.c | ||
| 8250_port.c | ||
| 8250_pxa.c | ||
| 8250_rsa.c | ||
| 8250_rt288x.c | ||
| 8250_tegra.c | ||
| 8250_uniphier.c | ||
| 8250.h | ||
| Kconfig | ||
| Makefile | ||
| serial_cs.c | ||