[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251119092457.826789-1-jirislaby@kernel.org>
Date: Wed, 19 Nov 2025 10:24:51 +0100
From: "Jiri Slaby (SUSE)" <jirislaby@...nel.org>
To: gregkh@...uxfoundation.org
Cc: linux-serial@...r.kernel.org,
linux-kernel@...r.kernel.org,
"Jiri Slaby (SUSE)" <jirislaby@...nel.org>
Subject: [PATCH 0/6] tty cleanup for 6.19 or later
Hi,
this is another couple of random cleanup patches over the tty drivers.
Jiri Slaby (SUSE) (6):
tty: vt: do not open code DIV_ROUND_UP()
serial: xilinx_uartps: drop cdns_uart::cdns_uart_driver
serial: drop SERIAL_8250_DEPRECATED_OPTIONS
serial: 8250: move skip_txen_test to core
serial: 8250: make share_irqs local to 8250_platform
serial: 8250_platform: simplify IRQF_SHARED handling
arch/arm/configs/aspeed_g4_defconfig | 1 -
arch/arm/configs/aspeed_g5_defconfig | 1 -
arch/arm/configs/hisi_defconfig | 1 -
arch/arm/configs/lpc18xx_defconfig | 1 -
arch/arm/configs/shmobile_defconfig | 1 -
arch/mips/configs/bcm47xx_defconfig | 1 -
arch/mips/configs/bmips_stb_defconfig | 1 -
arch/mips/configs/gcw0_defconfig | 1 -
arch/nios2/configs/10m50_defconfig | 1 -
arch/parisc/configs/generic-32bit_defconfig | 1 -
arch/parisc/configs/generic-64bit_defconfig | 1 -
arch/powerpc/configs/44x/akebono_defconfig | 1 -
arch/powerpc/configs/microwatt_defconfig | 1 -
arch/riscv/configs/nommu_virt_defconfig | 1 -
arch/xtensa/configs/audio_kc705_defconfig | 1 -
arch/xtensa/configs/generic_kc705_defconfig | 1 -
arch/xtensa/configs/nommu_kc705_defconfig | 1 -
arch/xtensa/configs/smp_lx200_defconfig | 1 -
arch/xtensa/configs/xip_kc705_defconfig | 1 -
drivers/tty/serial/8250/8250.h | 9 ----
drivers/tty/serial/8250/8250_core.c | 4 ++
drivers/tty/serial/8250/8250_platform.c | 55 +++++----------------
drivers/tty/serial/8250/8250_rsa.c | 24 ---------
drivers/tty/serial/8250/Kconfig | 17 -------
drivers/tty/serial/xilinx_uartps.c | 15 ++----
drivers/tty/vt/vt.c | 4 +-
26 files changed, 22 insertions(+), 125 deletions(-)
--
2.51.1
Powered by blists - more mailing lists