mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-15 05:47:01 +00:00
Here is the big set of tty/serial driver changes for 6.10-rc1. Included
in here are:
- Usual good set of api cleanups and evolution by Jiri Slaby to make
the serial interfaces move out of the 1990's by using kfifos instead
of hand-rolling their own logic.
- 8250_exar driver updates
- max3100 driver updates
- sc16is7xx driver updates
- exar driver updates
- sh-sci driver updates
- tty ldisc api addition to help refuse bindings
- other smaller serial driver updates
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-----BEGIN PGP SIGNATURE-----
iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCZk4Cvg8cZ3JlZ0Brcm9h
aC5jb20ACgkQMUfUDdst+ymqpwCgnHU1NeBBUsvoSDOLk5oApIQ4jVgAn102jWlw
3dNDhA4i3Ay/mZdv8/Kj
=TI+P
-----END PGP SIGNATURE-----
Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty / serial updates from Greg KH:
"Here is the big set of tty/serial driver changes for 6.10-rc1.
Included in here are:
- Usual good set of api cleanups and evolution by Jiri Slaby to make
the serial interfaces move out of the 1990's by using kfifos
instead of hand-rolling their own logic.
- 8250_exar driver updates
- max3100 driver updates
- sc16is7xx driver updates
- exar driver updates
- sh-sci driver updates
- tty ldisc api addition to help refuse bindings
- other smaller serial driver updates
All of these have been in linux-next for a while with no reported
issues"
* tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (113 commits)
serial: Clear UPF_DEAD before calling tty_port_register_device_attr_serdev()
serial: imx: Raise TX trigger level to 8
serial: 8250_pnp: Simplify "line" related code
serial: sh-sci: simplify locking when re-issuing RXDMA fails
serial: sh-sci: let timeout timer only run when DMA is scheduled
serial: sh-sci: describe locking requirements for invalidating RXDMA
serial: sh-sci: protect invalidating RXDMA on shutdown
tty: add the option to have a tty reject a new ldisc
serial: core: Call device_set_awake_path() for console port
dt-bindings: serial: brcm,bcm2835-aux-uart: convert to dtschema
tty: serial: uartps: Add support for uartps controller reset
arm64: zynqmp: Add resets property for UART nodes
dt-bindings: serial: cdns,uart: Add optional reset property
serial: 8250_pnp: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
serial: 8250_exar: Keep the includes sorted
serial: 8250_exar: Make type of bit the same in exar_ee_*_bit()
serial: 8250_exar: Use BIT() in exar_ee_read()
serial: 8250_exar: Switch to use dev_err_probe()
serial: 8250_exar: Return directly from switch-cases
serial: 8250_exar: Decrease indentation level
...
|
||
|---|---|---|
| .. | ||
| 8250_omap.yaml | ||
| 8250.yaml | ||
| actions,owl-uart.yaml | ||
| altera_jtaguart.txt | ||
| altera_uart.txt | ||
| amlogic,meson-uart.yaml | ||
| arc-uart.txt | ||
| arm_sbsa_uart.txt | ||
| arm,dcc.yaml | ||
| arm,mps2-uart.txt | ||
| atmel,at91-usart.yaml | ||
| brcm,bcm2835-aux-uart.yaml | ||
| brcm,bcm6345-uart.yaml | ||
| brcm,bcm7271-uart.yaml | ||
| cdns,uart.yaml | ||
| cirrus,clps711x-uart.txt | ||
| digicolor-usart.txt | ||
| esp,esp32-acm.yaml | ||
| esp,esp32-uart.yaml | ||
| fsl-imx-uart.yaml | ||
| fsl-lpuart.yaml | ||
| fsl-mxs-auart.yaml | ||
| fsl,s32-linflexuart.yaml | ||
| ingenic,uart.yaml | ||
| lantiq_asc.txt | ||
| litex,liteuart.yaml | ||
| maxim,max310x.yaml | ||
| mediatek,uart.yaml | ||
| microchip,pic32-uart.txt | ||
| milbeaut-uart.txt | ||
| mrvl,pxa-ssp.txt | ||
| mvebu-uart.txt | ||
| nuvoton,ma35d1-serial.yaml | ||
| nvidia,tegra20-hsuart.yaml | ||
| nvidia,tegra194-tcu.yaml | ||
| nxp-lpc32xx-hsuart.txt | ||
| nxp,sc16is7xx.yaml | ||
| pl011.yaml | ||
| qca,ar9330-uart.yaml | ||
| qcom,msm-uart.yaml | ||
| qcom,msm-uartdm.yaml | ||
| qcom,serial-geni-qcom.yaml | ||
| rda,8810pl-uart.yaml | ||
| renesas,em-uart.yaml | ||
| renesas,hscif.yaml | ||
| renesas,sci.yaml | ||
| renesas,scif.yaml | ||
| renesas,scifa.yaml | ||
| renesas,scifb.yaml | ||
| rs485.txt | ||
| rs485.yaml | ||
| samsung_uart.yaml | ||
| serial.yaml | ||
| sifive-serial.yaml | ||
| snps-dw-apb-uart.yaml | ||
| socionext,uniphier-uart.yaml | ||
| sprd-uart.yaml | ||
| st,asc.yaml | ||
| st,stm32-uart.yaml | ||
| sunplus,sp7021-uart.yaml | ||
| vt8500-uart.txt | ||
| xlnx,opb-uartlite.yaml | ||