Merge tag 'tty-5.12-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/serial driver changes for 5.12-rc1. Nothing huge, just lots of good cleanups and additions: - n_tty line discipline cleanups - vt core cleanups and reworks to make the code more "modern" - stm32 driver additions - tty led support added to the tty core and led layer - minor serial driver fixups and additions All of these have been in linux-next for a while with no reported issues" * tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (54 commits) serial: core: Remove BUG_ON(in_interrupt()) check vt_ioctl: Remove in_interrupt() check dt-bindings: serial: imx: Switch to my personal address vt: keyboard, use new API for keyboard_tasklet serial: stm32: improve platform_get_irq condition handling in init_port serial: ifx6x60: Remove driver for deprecated platform tty: fix up iterate_tty_read() EOVERFLOW handling tty: fix up hung_up_tty_read() conversion tty: fix up hung_up_tty_write() conversion tty: teach the n_tty ICANON case about the new "cookie continuations" too tty: teach n_tty line discipline about the new "cookie continuations" tty: clean up legacy leftovers from n_tty line discipline tty: implement read_iter tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer serial: remove sirf prima/atlas driver serial: mxs-auart: Remove <asm/cacheflush.h> serial: mxs-auart: Remove serial_mxs_probe_dt() serial: fsl_lpuart: Use of_device_get_match_data() dt-bindings: serial: renesas,hscif: Add r8a779a0 support tty: serial: Drop unused efm32 serial driver ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-class-led-trigger-tty 6 additions, 0 deletionsDocumentation/ABI/testing/sysfs-class-led-trigger-tty
- Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml 1 addition, 1 deletionDocumentation/devicetree/bindings/serial/fsl-imx-uart.yaml
- Documentation/devicetree/bindings/serial/fsl-mxs-auart.yaml 1 addition, 1 deletionDocumentation/devicetree/bindings/serial/fsl-mxs-auart.yaml
- Documentation/devicetree/bindings/serial/renesas,hscif.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/serial/renesas,hscif.yaml
- Documentation/devicetree/bindings/serial/sirf-uart.txt 0 additions, 34 deletionsDocumentation/devicetree/bindings/serial/sirf-uart.txt
- Documentation/devicetree/bindings/serial/st,stm32-uart.yaml 8 additions, 5 deletionsDocumentation/devicetree/bindings/serial/st,stm32-uart.yaml
- Documentation/networking/caif/caif.rst 0 additions, 1 deletionDocumentation/networking/caif/caif.rst
- drivers/accessibility/speakup/spk_ttyio.c 1 addition, 1 deletiondrivers/accessibility/speakup/spk_ttyio.c
- drivers/bluetooth/hci_ldisc.c 17 additions, 17 deletionsdrivers/bluetooth/hci_ldisc.c
- drivers/char/pcmcia/synclink_cs.c 0 additions, 2 deletionsdrivers/char/pcmcia/synclink_cs.c
- drivers/input/serio/serport.c 3 additions, 1 deletiondrivers/input/serio/serport.c
- drivers/leds/trigger/Kconfig 9 additions, 0 deletionsdrivers/leds/trigger/Kconfig
- drivers/leds/trigger/Makefile 1 addition, 0 deletionsdrivers/leds/trigger/Makefile
- drivers/leds/trigger/ledtrig-tty.c 183 additions, 0 deletionsdrivers/leds/trigger/ledtrig-tty.c
- drivers/net/caif/caif_serial.c 1 addition, 2 deletionsdrivers/net/caif/caif_serial.c
- drivers/net/ppp/ppp_async.c 2 additions, 1 deletiondrivers/net/ppp/ppp_async.c
- drivers/net/ppp/ppp_synctty.c 2 additions, 1 deletiondrivers/net/ppp/ppp_synctty.c
- drivers/s390/char/con3215.c 0 additions, 1 deletiondrivers/s390/char/con3215.c
- drivers/s390/char/sclp_tty.c 0 additions, 1 deletiondrivers/s390/char/sclp_tty.c
- drivers/s390/char/sclp_vt220.c 0 additions, 1 deletiondrivers/s390/char/sclp_vt220.c
Loading
Please register or sign in to comment