Linux/linux 82c87e7Documentation/devicetree/bindings/serial renesas,sci-serial.txt, drivers/tty n_hdlc.c

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

Pull tty/serial driver fixes from Greg KH:
 "Here are some small tty and serial driver fixes for 5.4-rc3 that
  resolve a number of reported issues and regressions.

  None of these are huge, full details are in the shortlog. There's also
  a MAINTAINERS update that I think you might have already taken in your
  tree already, but git should handle that merge easily.

  All have been in linux-next with no reported issues"

* tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb
  tty: serial: imx: Use platform_get_irq_optional() for optional IRQs
  serial: fix kernel-doc warning in comments
  serial: 8250_omap: Fix gpio check for auto RTS/CTS
  serial: mctrl_gpio: Check for NULL pointer
  tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()
  tty: serial: Fix PORT_LINFLEXUART definition
  tty: n_hdlc: fix build on SPARC
  serial: uartps: Fix uartps_major handling
  serial: uartlite: fix exit path null pointer
  tty: serial: linflexuart: Fix magic SysRq handling
  serial: sh-sci: Use platform_get_irq_optional() for optional interrupts
  dt-bindings: serial: sh-sci: Document r8a774b1 bindings
  serial/sifive: select SERIAL_EARLYCON
  tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'
  tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'
DeltaFile
+14-7drivers/tty/serial/fsl_linflexuart.c
+6-2drivers/tty/serial/sh-sci.c
+7-1drivers/tty/serial/xilinx_uartps.c
+3-2drivers/tty/serial/8250/8250_omap.c
+5-0drivers/tty/n_hdlc.c
+2-2drivers/tty/serial/imx.c
+3-0drivers/tty/serial/serial_mctrl_gpio.c
+2-1drivers/tty/serial/uartlite.c
+1-1include/uapi/linux/serial_core.h
+1-1drivers/tty/serial/fsl_lpuart.c
+1-1drivers/tty/serial/owl-uart.c
+1-1drivers/tty/serial/rda-uart.c
+2-0drivers/tty/serial/serial_core.c
+2-0Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+1-0drivers/tty/serial/Kconfig
+51-1915 files

UnifiedSplitRaw