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_omap.yaml | ||
| 8250.yaml | ||
| actions,owl-uart.yaml | ||
| altr,juart-1.0.yaml | ||
| altr,uart-1.0.yaml | ||
| amlogic,meson-uart.yaml | ||
| arm,dcc.yaml | ||
| arm,mps2-uart.yaml | ||
| arm,sbsa-uart.yaml | ||
| atmel,at91-usart.yaml | ||
| brcm,bcm2835-aux-uart.yaml | ||
| brcm,bcm6345-uart.yaml | ||
| brcm,bcm7271-uart.yaml | ||
| cdns,uart.yaml | ||
| cirrus,ep7209-uart.yaml | ||
| cnxt,cx92755-usart.yaml | ||
| esp,esp32-acm.yaml | ||
| esp,esp32-uart.yaml | ||
| fsl-imx-uart.yaml | ||
| fsl-lpuart.yaml | ||
| fsl-mxs-auart.yaml | ||
| fsl,s32-linflexuart.yaml | ||
| google,goldfish-tty.yaml | ||
| ingenic,uart.yaml | ||
| lantiq,asc.yaml | ||
| litex,liteuart.yaml | ||
| marvell,armada-3700-uart.yaml | ||
| maxim,max310x.yaml | ||
| mediatek,uart.yaml | ||
| microchip,pic32mzda-uart.yaml | ||
| nuvoton,ma35d1-serial.yaml | ||
| nvidia,tegra20-hsuart.yaml | ||
| nvidia,tegra194-tcu.yaml | ||
| nvidia,tegra264-utc.yaml | ||
| nxp,lpc3220-hsuart.yaml | ||
| nxp,sc16is7xx.yaml | ||
| pl011.yaml | ||
| qca,ar9330-uart.yaml | ||
| qcom,msm-uart.yaml | ||
| qcom,msm-uartdm.yaml | ||
| qcom,sa8255p-geni-uart.yaml | ||
| qcom,serial-geni-qcom.yaml | ||
| rda,8810pl-uart.yaml | ||
| renesas,em-uart.yaml | ||
| renesas,hscif.yaml | ||
| renesas,rsci.yaml | ||
| renesas,sci.yaml | ||
| renesas,scif.yaml | ||
| renesas,scifa.yaml | ||
| renesas,scifb.yaml | ||
| rs485.yaml | ||
| samsung_uart.yaml | ||
| serial-peripheral-props.yaml | ||
| serial.yaml | ||
| sifive-serial.yaml | ||
| snps-dw-apb-uart.yaml | ||
| snps,arc-uart.yaml | ||
| socionext,milbeaut-usio-uart.yaml | ||
| socionext,uniphier-uart.yaml | ||
| sprd-uart.yaml | ||
| st,asc.yaml | ||
| st,stm32-uart.yaml | ||
| sunplus,sp7021-uart.yaml | ||
| via,vt8500-uart.yaml | ||
| xlnx,opb-uartlite.yaml | ||