Merge tag 'tty-6.1-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 6.1-rc1. Lots of cleanups in here, no real new functionality this time around, with the diffstat being that we removed more lines than we added! Included in here are: - termios unification cleanups from Al Viro, it's nice to finally get this work done - tty serial transmit cleanups in various drivers in preparation for more cleanup and unification in future releases (that work was not ready for this release) - n_gsm fixes and updates - ktermios cleanups and code reductions - dt bindings json conversions and updates for new devices - some serial driver updates for new devices - lots of other tiny cleanups and janitorial stuff. Full details in the shortlog. All of these have been in linux-next for a while with no reported issues" * tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (102 commits) serial: cpm_uart: Don't request IRQ too early for console port tty: serial: do unlock on a common path in altera_jtaguart_console_putc() tty: serial: unify TX space reads under altera_jtaguart_tx_space() tty: serial: use FIELD_GET() in lqasc_tx_ready() tty: serial: extend lqasc_tx_ready() to lqasc_console_putchar() tty: serial: allow pxa.c to be COMPILE_TESTed serial: stm32: Fix unused-variable warning tty: serial: atmel: Add COMMON_CLK dependency to SERIAL_ATMEL serial: 8250: Fix restoring termios speed after suspend serial: Deassert Transmit Enable on probe in driver-specific way serial: 8250_dma: Convert to use uart_xmit_advance() serial: 8250_omap: Convert to use uart_xmit_advance() MAINTAINERS: Solve warning regarding inexistent atmel-usart binding serial: stm32: Deassert Transmit Enable on ->rs485_config() serial: ar933x: Deassert Transmit Enable on ->rs485_config() tty: serial: atmel: Use FIELD_PREP/FIELD_GET tty: serial: atmel: Make the driver aware of the existence of GCLK tty: serial: atmel: Only divide Clock Divisor if the IP is USART tty: serial: atmel: Separate mode clearing between UART and USART dt-bindings: serial: atmel,at91-usart: Add gclk as a possible USART clock ...
Showing
- Documentation/devicetree/bindings/mfd/atmel-usart.txt 0 additions, 98 deletionsDocumentation/devicetree/bindings/mfd/atmel-usart.txt
- Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml 190 additions, 0 deletions...entation/devicetree/bindings/serial/atmel,at91-usart.yaml
- Documentation/devicetree/bindings/serial/mediatek,uart.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/serial/mediatek,uart.yaml
- Documentation/devicetree/bindings/serial/pl011.yaml 6 additions, 0 deletionsDocumentation/devicetree/bindings/serial/pl011.yaml
- Documentation/devicetree/bindings/serial/renesas,scif.yaml 1 addition, 1 deletionDocumentation/devicetree/bindings/serial/renesas,scif.yaml
- Documentation/devicetree/bindings/serial/samsung_uart.yaml 3 additions, 1 deletionDocumentation/devicetree/bindings/serial/samsung_uart.yaml
- Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml 1 addition, 0 deletions...entation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
- Documentation/process/magic-number.rst 0 additions, 4 deletionsDocumentation/process/magic-number.rst
- Documentation/translations/it_IT/process/magic-number.rst 0 additions, 4 deletionsDocumentation/translations/it_IT/process/magic-number.rst
- Documentation/translations/zh_CN/process/magic-number.rst 0 additions, 4 deletionsDocumentation/translations/zh_CN/process/magic-number.rst
- Documentation/translations/zh_TW/process/magic-number.rst 0 additions, 4 deletionsDocumentation/translations/zh_TW/process/magic-number.rst
- MAINTAINERS 3 additions, 3 deletionsMAINTAINERS
- arch/alpha/include/asm/termios.h 0 additions, 87 deletionsarch/alpha/include/asm/termios.h
- arch/alpha/kernel/Makefile 1 addition, 1 deletionarch/alpha/kernel/Makefile
- arch/alpha/kernel/termios.c 56 additions, 0 deletionsarch/alpha/kernel/termios.c
- arch/arm/mach-ep93xx/core.c 1 addition, 0 deletionsarch/arm/mach-ep93xx/core.c
- arch/arm/mach-versatile/integrator_ap.c 1 addition, 0 deletionsarch/arm/mach-versatile/integrator_ap.c
- arch/ia64/include/asm/termios.h 0 additions, 58 deletionsarch/ia64/include/asm/termios.h
- arch/ia64/include/uapi/asm/termios.h 0 additions, 51 deletionsarch/ia64/include/uapi/asm/termios.h
- arch/loongarch/include/asm/Kbuild 0 additions, 1 deletionarch/loongarch/include/asm/Kbuild
Please register or sign in to comment