WSL2-Linux-Kernel/Documentation/devicetree/bindings/serial
Linus Torvalds 932c2989b5 TTY / Serial driver changes for 5.19-rc1
Here is the big set of tty and serial driver updates for 5.19-rc1.
 
 Lots of tiny cleanups in here, the major stuff is:
 	- termbit cleanups and unification by Ilpo.  A much needed
 	  change that goes a long way to making things simpler for all
 	  of the different arches
 	- tty documentation cleanups and movements to their own place in
 	  the documentation tree
 	- old tty driver cleanups and fixes from Jiri to bring some
 	  existing drivers into the modern world
 	- RS485 cleanups and unifications to make it easier for
 	  individual drivers to support this mode instead of having to
 	  duplicate logic in each driver
 	- Lots of 8250 driver updates and additions
 	- new device id additions
 	- n_gsm continued fixes and cleanups
 	- other minor serial driver updates and cleanups
 
 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-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCYpndTg8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ykFegCgizjLDyOepr72zMDWWdp0bBTekz8AoMWODfJY
 vB8/kzu329DImJMFB8ET
 =rmv0
 -----END PGP SIGNATURE-----

Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull tty and serial driver updates from Greg KH:
 "Here is the big set of tty and serial driver updates for 5.19-rc1.

  Lots of tiny cleanups in here, the major stuff is:

   - termbit cleanups and unification by Ilpo. A much needed change that
     goes a long way to making things simpler for all of the different
     arches

   - tty documentation cleanups and movements to their own place in the
     documentation tree

   - old tty driver cleanups and fixes from Jiri to bring some existing
     drivers into the modern world

   - RS485 cleanups and unifications to make it easier for individual
     drivers to support this mode instead of having to duplicate logic
     in each driver

   - Lots of 8250 driver updates and additions

   - new device id additions

   - n_gsm continued fixes and cleanups

   - other minor serial driver updates and cleanups

  All of these have been in linux-next for weeks with no reported issues"

* tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (166 commits)
  tty: Rework receive flow control char logic
  pcmcia: synclink_cs: Don't allow CS5-6
  serial: stm32-usart: Correct CSIZE, bits, and parity
  serial: st-asc: Sanitize CSIZE and correct PARENB for CS7
  serial: sifive: Sanitize CSIZE and c_iflag
  serial: sh-sci: Don't allow CS5-6
  serial: txx9: Don't allow CS5-6
  serial: rda-uart: Don't allow CS5-6
  serial: digicolor-usart: Don't allow CS5-6
  serial: uartlite: Fix BRKINT clearing
  serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLE
  serial: core: Do stop_rx in suspend path for console if console_suspend is disabled
  tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find suitable frequency with call to clk_round_rate.
  dt-bindings: serial: renesas,em-uart: Add RZ/V2M clock to access the registers
  serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485
  Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"
  serial: msm_serial: disable interrupts in __msm_console_write()
  serial: meson: acquire port->lock in startup()
  serial: 8250_dw: Use dev_err_probe()
  serial: 8250_dw: Use devm_add_action_or_reset()
  ...
2022-06-03 11:08:40 -07:00
..
8250.yaml dt-bindings: Fix properties without any type 2022-05-23 11:53:30 -05:00
8250_omap.yaml
actions,owl-uart.txt
altera_jtaguart.txt
altera_uart.txt
amlogic,meson-uart.yaml
arc-uart.txt
arm,mps2-uart.txt
arm_sbsa_uart.txt
brcm,bcm2835-aux-uart.txt
brcm,bcm6345-uart.yaml
brcm,bcm7271-uart.yaml
cavium-uart.txt
cdns,uart.yaml
cirrus,clps711x-uart.txt
digicolor-usart.txt
efm32-uart.txt
fsl,s32-linflexuart.yaml
fsl-imx-uart.yaml
fsl-lpuart.yaml dt-bindings: serial: fsl-lpuart: Add imx93 compatible string 2022-04-15 11:08:25 +02:00
fsl-mxs-auart.yaml
ingenic,uart.yaml
lantiq_asc.txt
litex,liteuart.yaml
maxim,max310x.txt
microchip,pic32-uart.txt
milbeaut-uart.txt
mrvl,pxa-ssp.txt
mtk-uart.txt
mvebu-uart.txt
nvidia,tegra20-hsuart.txt
nvidia,tegra194-tcu.yaml
nxp,lpc1850-uart.txt
nxp,sc16is7xx.txt
nxp-lpc32xx-hsuart.txt
pl011.yaml
qca,ar9330-uart.yaml
qcom,msm-uart.txt
qcom,msm-uartdm.yaml
qcom,serial-geni-qcom.yaml dt-bindings: serial: Update Qualcomm geni based QUP UART bindings 2022-04-15 11:27:58 +02:00
rda,8810pl-uart.yaml
renesas,em-uart.yaml dt-bindings: serial: renesas,em-uart: Add RZ/V2M clock to access the registers 2022-05-19 18:31:44 +02:00
renesas,hscif.yaml dt-bindings: serial: renesas,hscif: R-Car V3U is R-Car Gen4 2022-05-05 22:33:13 +02:00
renesas,sci.yaml
renesas,scif.yaml dt-bindings: serial: renesas,scif: R-Car V3U is R-Car Gen4 2022-05-05 22:33:16 +02:00
renesas,scifa.yaml
renesas,scifb.yaml
rs485.txt
rs485.yaml dt_bindings: rs485: Add receiver enable polarity 2022-04-26 14:47:38 +02:00
samsung_uart.yaml dt-bindings: Drop redundant 'maxItems/minItems' in if/then schemas 2022-05-04 16:19:03 -05:00
serial.yaml
sifive-serial.yaml
snps-dw-apb-uart.yaml
socionext,uniphier-uart.yaml dt-bindings: serial: uniphier: Add "resets" property as optional 2022-04-15 11:08:19 +02:00
sprd-uart.yaml
st,stm32-uart.yaml
st-asc.txt
sunplus,sp7021-uart.yaml
vt8500-uart.txt
xlnx,opb-uartlite.yaml