Linux/linux 537bd0aDocumentation/ABI/stable sysfs-driver-aspeed-vuart, Documentation/admin-guide kernel-parameters.txt

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

Pull tty/serial updates from Greg KH:
 "Here is the "big" tty and serial driver patches for 5.5-rc1.

  It's a bit later in the merge window than normal as I wanted to make
  sure some last-minute patches applied to it were all sane. They seem
  to be :)

  There's a lot of little stuff in here, for the tty core, and for lots
  of serial drivers:

   - reverts of uartlite serial driver patches that were wrong

   - msm-serial driver fixes

   - serial core updates and fixes

   - tty core fixes

   - serial driver dma mapping api changes

   - lots of other tiny fixes and updates for serial drivers

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

* tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (58 commits)
  Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"
  vcs: prevent write access to vcsu devices
  tty: vt: keyboard: reject invalid keycodes
  tty: don't crash in tty_init_dev when missing tty_port
  serial: stm32: fix clearing interrupt error flags
  tty: Fix Kconfig indentation, continued
  serial: serial_core: Perform NULL checks for break_ctl ops
  tty: remove unused argument from tty_open_by_driver()
  tty: Fix Kconfig indentation
  {tty: serial, nand: onenand}: samsung: rename to fix build warning
  serial: ifx6x60: add missed pm_runtime_disable
  serial: pl011: Fix DMA ->flush_buffer()
  Revert "serial-uartlite: Move the uart register"
  Revert "serial-uartlite: Add get serial id if not provided"
  Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"
  Revert "serial-uartlite: Add runtime support"
  Revert "serial-uartlite: Change logic how console_port is setup"
  Revert "serial-uartlite: Use allocated structure instead of static ones"
  tty: serial: msm_serial: Use dma_request_chan() directly for channel request
  tty: serial: tegra: Use dma_request_chan() directly for channel request
  ...
DeltaFile
+2,595-0drivers/tty/serial/samsung_tty.c
+0-2,595drivers/tty/serial/samsung.c
+1,006-0drivers/mtd/nand/onenand/samsung_mtd.c
+0-1,006drivers/mtd/nand/onenand/samsung.c
+4-288drivers/tty/serial/8250/8250_pci.c
+101-14drivers/tty/serdev/core.c
+52-52drivers/tty/serial/Kconfig
+23-74drivers/tty/serial/uartlite.c
+67-17drivers/tty/serial/fsl_lpuart.c
+0-84drivers/tty/amiserial.c
+84-0drivers/tty/serial/8250/8250_aspeed_vuart.c
+35-48drivers/tty/serial/8250/8250_dw.c
+57-11drivers/tty/serial/qcom_geni_serial.c
+19-19drivers/tty/Kconfig
+33-0drivers/tty/serial/sprd_serial.c
+31-0drivers/tty/serial/8250/8250_of.c
+18-12drivers/tty/rocket.c
+28-0drivers/tty/hvc/hvc_dcc.c
+14-14drivers/tty/hvc/Kconfig
+9-12drivers/tty/serial/8250/8250_lpss.c
+19-0drivers/tty/serial/8250/8250_exar.c
+8-6drivers/tty/tty_io.c
+0-14drivers/tty/serial/8250/8250_port.c
+3-9drivers/tty/serial/amba-pl011.c
+10-1Documentation/ABI/stable/sysfs-driver-aspeed-vuart
+7-3drivers/tty/serial/msm_serial.c
+1-6drivers/tty/tty_ldisc.c
+3-4drivers/tty/serial/imx.c
+3-3drivers/tty/serial/stm32-usart.c
+4-2Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+4-1drivers/tty/serial/pch_uart.c
+5-0Documentation/devicetree/bindings/serial/8250.txt
+3-2drivers/tty/serial/sirfsoc_uart.h
+2-2drivers/tty/serial/fsl_linflexuart.c
+2-1drivers/tty/serial/8250/Kconfig
+3-0drivers/tty/serial/ifx6x60.c
+1-2drivers/tty/serial/serial-tegra.c
+1-2Documentation/devicetree/bindings/serial/fsl-lpuart.txt
+3-0drivers/tty/vt/vc_screen.c
+1-1drivers/mtd/nand/onenand/Makefile
+1-1Documentation/admin-guide/kernel-parameters.txt
+1-1drivers/tty/vt/keyboard.c
+0-2drivers/net/wan/z85230.h
+1-1include/uapi/linux/serial_core.h
+1-1drivers/tty/serial/8250/8250_mtk.c
+1-1drivers/tty/serial/serial_core.c
+1-1drivers/tty/serial/Makefile
+1-0arch/arm/boot/dts/aspeed-g5.dtsi
+0-1Documentation/translations/zh_CN/process/magic-number.rst
+0-1Documentation/translations/it_IT/process/magic-number.rst
+0-1Documentation/process/magic-number.rst
+4,266-4,31651 files

UnifiedSplitRaw