kernel-5.14.0-450.el9

* Tue May 14 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-450.el9]
- printk: nbcon: move locked_port flag to struct uart_port (Andrew Halaney) [RHEL-3987]
- tty/serial/pl011: Make the locking work on RT (Andrew Halaney) [RHEL-3987]
- tty/serial/omap: Make the locking RT aware (Andrew Halaney) [RHEL-3987]
- printk: Avoid false positive lockdep report for legacy driver. (Andrew Halaney) [RHEL-3987]
- serial: 8250: revert "drop lockdep annotation from serial8250_clear_IER()" (Andrew Halaney) [RHEL-3987]
- printk: Add kthread for all legacy consoles (Andrew Halaney) [RHEL-3987]
- serial: 8250: Switch to nbcon console (Andrew Halaney) [RHEL-3987]
- serial/8250: Use fifo in 8250 console driver (Andrew Halaney) [RHEL-3987]
- serial: core: Provide low-level functions to port lock (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Provide function to reacquire ownership (Andrew Halaney) [RHEL-3987]
- tty: sysfs: Add nbcon support for 'active' (Andrew Halaney) [RHEL-3987]
- proc: Add nbcon support for /proc/consoles (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Start printing threads (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Stop threads on shutdown/reboot (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Add printer thread wakeups (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Add context to console_is_usable() (Andrew Halaney) [RHEL-3987]
- printk: Atomic print in printk context on shutdown (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Introduce printing kthreads (Andrew Halaney) [RHEL-3987]
- lockdep: Mark emergency section in lockdep splats (Andrew Halaney) [RHEL-3987]
- rcu: Mark emergency section in rcu stalls (Andrew Halaney) [RHEL-3987]
- panic: Mark emergency section in oops (Andrew Halaney) [RHEL-3987]
- panic: Mark emergency section in warn (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Implement emergency sections (Andrew Halaney) [RHEL-3987]
- printk: Coordinate direct printing in panic (Andrew Halaney) [RHEL-3987]
- printk: Track nbcon consoles (Andrew Halaney) [RHEL-3987]
- printk: Avoid console_lock dance if no legacy or boot consoles (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Add unsafe flushing on panic (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Assign priority based on CPU state (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Use nbcon consoles in console_flush_all() (Andrew Halaney) [RHEL-3987]
- printk: Update @console_may_schedule in console_trylock_spinning() (Derek Barbosa) [RHEL-3987]
- serial: Lock console when calling into driver before registration (Derek Barbosa) [RHEL-3987]
- printk: Disable passing console lock owner completely during panic() (Derek Barbosa) [RHEL-3987]
- printk: Track registered boot consoles (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Provide function to flush using write_atomic() (Andrew Halaney) [RHEL-3987]
- printk: Add @flags argument for console_is_usable() (Andrew Halaney) [RHEL-3987]
- printk: Let console_is_usable() handle nbcon (Andrew Halaney) [RHEL-3987]
- printk: Make console_is_usable() available to nbcon (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Add driver_enter/driver_exit console callbacks (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Implement processing in port->lock wrapper (Andrew Halaney) [RHEL-3987]
- printk: Check printk_deferred_enter()/_exit() usage (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Ensure ownership release on failed emit (Andrew Halaney) [RHEL-3987]
- printk: Add sparse notation to console_srcu locking (Andrew Halaney) [RHEL-3987]
- printk: Consider nbcon boot consoles on seq init (Andrew Halaney) [RHEL-3987]
- panic: Flush kernel log buffer at the end (Andrew Halaney) [RHEL-3987]
- printk: Avoid non-panic CPUs writing to ringbuffer (Andrew Halaney) [RHEL-3987]
- printk: ringbuffer: Consider committed as finalized in panic (Andrew Halaney) [RHEL-3987]
- printk: ringbuffer: Skip non-finalized records in panic (Andrew Halaney) [RHEL-3987]
- printk: Wait for all reserved records with pr_flush() (Andrew Halaney) [RHEL-3987]
- printk: ringbuffer: Cleanup reader terminology (Andrew Halaney) [RHEL-3987]
- printk: Add this_cpu_in_panic() (Andrew Halaney) [RHEL-3987]
- printk: For @suppress_panic_printk check for other CPU in panic (Andrew Halaney) [RHEL-3987]
- printk: ringbuffer: Clarify special lpos values (Andrew Halaney) [RHEL-3987]
- printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (Andrew Halaney) [RHEL-3987]
- printk: Use prb_first_seq() as base for 32bit seq macros (Andrew Halaney) [RHEL-3987]
- printk: Adjust mapping for 32bit seq macros (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Relocate 32bit seq macros (Andrew Halaney) [RHEL-3987]
- printk: Reduce pr_flush() pooling time (Andrew Halaney) [RHEL-3987]
- printk: fix illegal pbufs access for !CONFIG_PRINTK (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Allow drivers to mark unsafe regions and check state (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Add emit function and callback function for atomic printing (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Add sequence handling (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Add ownership state functions (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Add buffer management (Andrew Halaney) [RHEL-3987]
- printk: Make static printk buffers available to nbcon (Andrew Halaney) [RHEL-3987]
- printk: nbcon: Add acquire/release logic (Andrew Halaney) [RHEL-3987]
- printk: Add non-BKL (nbcon) console basic infrastructure (Andrew Halaney) [RHEL-3987]
- printk: flush consoles before checking progress (Andrew Halaney) [RHEL-3987]
- panic: Reenable preemption in WARN slowpath (Andrew Halaney) [RHEL-3987]
- Revert "printk: export symbols for debug modules" (Andrew Halaney) [RHEL-3987]
- printk: export symbols for debug modules (Andrew Halaney) [RHEL-3987]
- printk: ringbuffer: Fix truncating buffer size min_t cast (Andrew Halaney) [RHEL-3987]
- printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (Andrew Halaney) [RHEL-3987]
- printk: Add per-console suspended state (Andrew Halaney) [RHEL-3987]
- console: Document struct console (Derek Barbosa) [RHEL-3987]
- console: Use BIT() macros for @flags values (Derek Barbosa) [RHEL-3987]
- printk: Consolidate console deferred printing (Andrew Halaney) [RHEL-3987]
- printk: Do not take console lock for console_flush_on_panic() (Andrew Halaney) [RHEL-3987]
- printk: Keep non-panic-CPUs out of console lock (Andrew Halaney) [RHEL-3987]
- printk: Reduce console_unblank() usage in unsafe scenarios (Andrew Halaney) [RHEL-3987]
- panic: hide unused global functions (Andrew Halaney) [RHEL-3987]
- seqlock/latch: Provide raw_read_seqcount_latch_retry() (Andrew Halaney) [RHEL-3987]
- timekeeping: Consolidate fast timekeeper (Andrew Halaney) [RHEL-3987]
- printk: export console trace point for kcsan/kasan/kfence/kmsan (Andrew Halaney) [RHEL-3987]
- kcsan: test: use new suite_{init,exit} support (Andrew Halaney) [RHEL-3987]
- printk: Remove obsoleted check for non-existent "user" object (Andrew Halaney) [RHEL-3987]
- panic: fix the panic_print NMI backtrace setting (Andrew Halaney) [RHEL-3987]
- kernel/printk/index.c: fix memory leak with using debugfs_lookup() (Andrew Halaney) [RHEL-3987]
- printk: Use scnprintf() to print the message about the dropped messages on a console (Andrew Halaney) [RHEL-3987]
- kernel/printk/printk.c: Fix W=1 kernel-doc warning (Andrew Halaney) [RHEL-3987]
- printk: Remove trace_.*_rcuidle() usage (Andrew Halaney) [RHEL-3987]
- printk: adjust string limit macros (Andrew Halaney) [RHEL-3987]
- printk: use printk_buffers for devkmsg (Andrew Halaney) [RHEL-3987]
- printk: introduce console_prepend_dropped() for dropped messages (Andrew Halaney) [RHEL-3987]
- printk: introduce printk_get_next_message() and printk_message (Andrew Halaney) [RHEL-3987]
- printk: introduce struct printk_buffers (Andrew Halaney) [RHEL-3987]
- printk: move size limit macros into internal.h (Andrew Halaney) [RHEL-3987]
- exit: Use READ_ONCE() for all oops/warn limit reads (Andrew Halaney) [RHEL-3987]
- exit: Allow oops_limit to be disabled (Andrew Halaney) [RHEL-3987]
- exit: Put an upper limit on how often we can oops (Andrew Halaney) [RHEL-3987]
- printk: htmldocs: add missing description (Andrew Halaney) [RHEL-3987]
- panic: use str_enabled_disabled() helper (Andrew Halaney) [RHEL-3987]
- printk: cpu sync always disable interrupts (Andrew Halaney) [RHEL-3987]
- panic: move panic_print before kmsg dumpers (Andrew Halaney) [RHEL-3987]
- panic: add option to dump all CPUs backtraces in panic_print (Andrew Halaney) [RHEL-3987]
- docs: sysctl/kernel: add missing bit to panic_print (Andrew Halaney) [RHEL-3987]
- panic: remove oops_id (Andrew Halaney) [RHEL-3987]
- panic: use error_report_end tracepoint on warnings (Andrew Halaney) [RHEL-3987]
- tools/bootconfig: Print all error message in stderr (Andrew Halaney) [RHEL-3987]
- printk: Remove console_silent() (Andrew Halaney) [RHEL-3987]
- redhat/configs: Disable CONFIG_RPMSG_TTY (Andrew Halaney) [RHEL-24205]
- redhat/configs: Align new TTY configs with ELN (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART (Andrew Halaney) [RHEL-24205]
- tty: serial: fsl_lpuart: Check the return value of dmaengine_tx_status (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: fix unconditional activation of THRI interrupt (Andrew Halaney) [RHEL-24205]
- serial: amba-pl011: Fix DMA transmission in RS485 mode (Andrew Halaney) [RHEL-24205]
- Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()" (Andrew Halaney) [RHEL-24205]
- vt: fix unicode buffer corruption when deleting characters (Andrew Halaney) [RHEL-24205]
- tty: serial: imx: Fix broken RS485 (Andrew Halaney) [RHEL-24205]
- serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabled (Andrew Halaney) [RHEL-24205]
- ARM: PL011: Fix DMA support (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: address RX timeout interrupt errata (Andrew Halaney) [RHEL-24205]
- serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit (Andrew Halaney) [RHEL-24205]
- serdev: Replace custom code with device_match_acpi_handle() (Andrew Halaney) [RHEL-24205]
- serdev: Simplify devm_serdev_device_open() function (Andrew Halaney) [RHEL-24205]
- serdev: Make use of device_set_node() (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add copyright Siemens Mobility GmbH (Andrew Halaney) [RHEL-24205]
- tty: 8250: Add note for PX-835 (Andrew Halaney) [RHEL-24205]
- tty: 8250: Add support for Intashield IX cards (Andrew Halaney) [RHEL-24205]
- tty: 8250: Fix IS-200 PCI ID comment (Andrew Halaney) [RHEL-24205]
- tty: 8250: Add support for additional Brainboxes PX cards (Andrew Halaney) [RHEL-24205]
- tty: 8250: Add support for Intashield IS-100 (Andrew Halaney) [RHEL-24205]
- tty: 8250: Add support for Brainboxes UP cards (Andrew Halaney) [RHEL-24205]
- tty: 8250: Add support for additional Brainboxes UC cards (Andrew Halaney) [RHEL-24205]
- serial: 8250_omap: Set the console genpd always on if no console suspend (Andrew Halaney) [RHEL-24205]
- hvc/xen: fix console unplug (Andrew Halaney) [RHEL-24205]
- hvc/xen: fix error path in xen_hvc_init() to always register frontend driver (Andrew Halaney) [RHEL-24205]
- tty: serial: 8250: Add support for MOXA Mini PCIe boards (Andrew Halaney) [RHEL-24205]
- tty: serial: 8250: Relocate macros within 8250_pci.c (Andrew Halaney) [RHEL-24205]
- tty: serial: 8250: Cleanup MOXA configurations (Andrew Halaney) [RHEL-24205]
- tty: serial: 8250: Modify MOXA enum name within 8250_pci.c (Andrew Halaney) [RHEL-24205]
- tty: whitespaces in descriptions corrected by replacing tabs with spaces (Andrew Halaney) [RHEL-24205]
- serial/esp32_uart: use prescaler when available (Andrew Halaney) [RHEL-24205]
- serial: 8250: remove AR7 support (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: fix hard LOCKUP on crtscts mode (Andrew Halaney) [RHEL-24205]
- drivers/tty/serial: add ESP32S3 ACM gadget driver (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: document esp32s3-acm (Andrew Halaney) [RHEL-24205]
- drivers/tty/serial: add driver for the ESP32 UART (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: document esp32-uart (Andrew Halaney) [RHEL-24205]
- serial: core: tidy invalid baudrate handling in uart_get_baud_rate (Andrew Halaney) [RHEL-24205]
- serial: xilinx_uartps: unset STOPBRK when setting STARTBRK (Andrew Halaney) [RHEL-24205]
- serial: max310x: remove trailing whitespaces (Andrew Halaney) [RHEL-24205]
- tty/sysrq: replace smp_processor_id() with get_cpu() (Andrew Halaney) [RHEL-24205]
- serial: add PORT_GENERIC definition (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Add a earlycon for the S4 SoC (Andrew Halaney) [RHEL-24205]
- serial: initialize retinfo in uart_get_info() (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: Use devm_clk_get_optional_enabled() (Andrew Halaney) [RHEL-24205]
- tty: vc_screen: make vc_class constant (Andrew Halaney) [RHEL-24205]
- tty: vt: make vtconsole_class constant (Andrew Halaney) [RHEL-24205]
- tty: Restrict access to TIOCLINUX' copy-and-paste subcommands (Andrew Halaney) [RHEL-24205]
- serial: core: Simplify uart_get_rs485_mode() (Andrew Halaney) [RHEL-24205]
- serial: 8250: Check for valid console index (Andrew Halaney) [RHEL-24205]
- dt-bindings: sc16is7xx: convert to YAML (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: use device_property APIs when configuring irda mode (Andrew Halaney) [RHEL-24205]
- serial: amba-pl011: Do not complain when DMA is absent (Andrew Halaney) [RHEL-24205]
- serial: imx: Put DMA enabled UART in separate lock subclass (Andrew Halaney) [RHEL-24205]
- serial: core: add comment about definitely used port types (Andrew Halaney) [RHEL-24205]
- serial: core: remove cruft from uapi header (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci1xxxx: Annotate struct pci1xxxx_8250 with __counted_by (Andrew Halaney) [RHEL-24205]
- serial: exar: Add RS-485 support for Sealevel XR17V35X based cards (Andrew Halaney) [RHEL-24205]
- vt: Replace strlcpy with strscpy (Andrew Halaney) [RHEL-24205]
- serial: core: fix kernel-doc for uart_port_unlock_irqrestore() (Andrew Halaney) [RHEL-24205]
- mxser: Annotate struct mxser_board with __counted_by (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Use devm_clk_get_optional_enabled() (Andrew Halaney) [RHEL-24205]
- serial: 8250_of: Use devm_clk_get_enabled() (Andrew Halaney) [RHEL-24205]
- serial: 8250_aspeed_vuart: Use devm_clk_get_enabled() (Andrew Halaney) [RHEL-24205]
- tty: use 'if' in send_break() instead of 'goto' (Andrew Halaney) [RHEL-24205]
- tty: don't check for signal_pending() in send_break() (Andrew Halaney) [RHEL-24205]
- tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK (Andrew Halaney) [RHEL-24205]
- tty: convert THROTTLE constants into enum (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive() (Andrew Halaney) [RHEL-24205]
- tty: stop using ndash in kernel-doc (Andrew Halaney) [RHEL-24205]
- tty: invert return values of tty_{,un}throttle_safe() (Andrew Halaney) [RHEL-24205]
- tty: switch tty_{,un}throttle_safe() to return a bool (Andrew Halaney) [RHEL-24205]
- tty: n_tty: use do-while in n_tty_check_{,un}throttle() (Andrew Halaney) [RHEL-24205]
- tty: n_tty: invert the condition in copy_from_read_buf() (Andrew Halaney) [RHEL-24205]
- tty: n_tty: use min3() in copy_from_read_buf() (Andrew Halaney) [RHEL-24205]
- tty: n_tty: rename and retype 'retval' in n_tty_ioctl() (Andrew Halaney) [RHEL-24205]
- tty: n_tty: use 'retval' instead of 'c' (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err() (Andrew Halaney) [RHEL-24205]
- serial: xilinx_uartps: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: vt8500: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: ucc_uart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: uartlite: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: timbuart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sunzilog: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sunsu: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sunsab: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sunplus-uart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sunhv: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: stm32: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: st-asc: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sprd: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sifive: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: txx9: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: mctrl_gpio: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: core: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: tegra: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sb1250-duart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: samsung_tty: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: sa1100: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: rp2: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: rda: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: qcom-geni: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: pxa: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: pmac_zilog: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: pic32: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: pch: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: owl: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: omap: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: mvebu-uart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: msm: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: mps2-uart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: mpc52xx: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: milbeaut_usio: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: meson: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: men_z135_uart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: mcf: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: ma35d1: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: lpc32xx_hs: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: liteuart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: jsm: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: ip22zilog: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: imx: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: icom: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: fsl_lpuart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: linflexuart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: dz: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: digicolor: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: bcm63xx-uart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: atmel: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: arc_uart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: ar933x: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: apb: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: amba-pl011: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: amba-pl010: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: altera_uart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: altera_jtaguart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci1xxxx: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 8250_omap: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 8250_mtk: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 8250_fsl: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 8250_exar: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 8250_dma: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 8250: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 8250_aspeed_vuart: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: 21285: Use port lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: core: Use lock wrappers (Andrew Halaney) [RHEL-24205]
- serial: core: Provide port lock wrappers (Andrew Halaney) [RHEL-24205]
- tty: serial: 8250_exar: Does not use anything from 8250_pci (Andrew Halaney) [RHEL-24205]
- serial: 8250_mid: Remove 8250_pci usage (Andrew Halaney) [RHEL-24205]
- tty/serial: 8250: Sort drivers in Makefile (Andrew Halaney) [RHEL-24205]
- tty/serial: Sort drivers in makefile (Andrew Halaney) [RHEL-24205]
- serial: imx: Simplify compatibility handling (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: improve comments about variants (Andrew Halaney) [RHEL-24205]
- tty: tty_jobctrl: fix pid memleak in disassociate_ctty() (Andrew Halaney) [RHEL-24205]
- tty: serial: linflexuart: Fix to check return value of platform_get_irq() in linflex_probe() (Andrew Halaney) [RHEL-24205]
- tty: serial: ma35d1_serial: Add missing check for ioremap (Andrew Halaney) [RHEL-24205]
- serial: 8250_of: Use dev_err_probe() instead of dev_warn() (Andrew Halaney) [RHEL-24205]
- serial: 8250_aspeed_vuart: Use dev_err_probe() instead of dev_err() (Andrew Halaney) [RHEL-24205]
- serial: 8250_port: Introduce UART_IIR_FIFO_ENABLED_16750 (Andrew Halaney) [RHEL-24205]
- tty: hvc: remove set but unused variable (Andrew Halaney) [RHEL-24205]
- serial: stm32: add support for break control (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: remove unused to_sc16is7xx_port macro (Andrew Halaney) [RHEL-24205]
- tty: vcc: Add check for kstrdup() in vcc_probe() (Andrew Halaney) [RHEL-24205]
- net: hso: drop unused function argument (Andrew Halaney) [RHEL-24205]
- serial: mxs-auart: fix tx (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: reorder code to remove prototype declarations (Andrew Halaney) [RHEL-24205]
- serial: omap: do not override settings for RS485 support (Andrew Halaney) [RHEL-24205]
- serial: core, imx: do not set RS485 enabled if it is not supported (Andrew Halaney) [RHEL-24205]
- serial: core: make sure RS485 cannot be enabled when it is not supported (Andrew Halaney) [RHEL-24205]
- serial: core: fix sanitizing check for RTS settings (Andrew Halaney) [RHEL-24205]
- serial: core: set missing supported flag for RX during TX GPIO (Andrew Halaney) [RHEL-24205]
- serial: Do not hold the port lock when setting rx-during-tx GPIO (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm2835aux: Restore clock error handling (Andrew Halaney) [RHEL-24205]
- serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock (Andrew Halaney) [RHEL-24205]
- serial: apbuart: fix console prompt on qemu (Andrew Halaney) [RHEL-24205]
- serial: ma35d1: Validate console index before assignment (Andrew Halaney) [RHEL-24205]
- arm64: defconfig: Increase SERIAL_8250_NR_UARTS (Andrew Halaney) [RHEL-24205]
- tty: fix tty_operations types in documentation (Andrew Halaney) [RHEL-24205]
- serial: core: Revert checks for tx runtime PM state (Andrew Halaney) [RHEL-24205]
- serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed (Andrew Halaney) [RHEL-24205]
- serial: core: Fix runtime PM handling for pending tx (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: drop earlycon support for unsupported platforms (Andrew Halaney) [RHEL-24205]
- tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks (Andrew Halaney) [RHEL-24205]
- tty: 8250: Fix up PX-803/PX-857 (Andrew Halaney) [RHEL-24205]
- tty: 8250: Fix port count of PX-257 (Andrew Halaney) [RHEL-24205]
- tty: 8250: Remove UC-257 and UC-431 (Andrew Halaney) [RHEL-24205]
- hvc/xen: fix event channel handling for secondary consoles (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung_tty: remove dead code (Andrew Halaney) [RHEL-24205]
- ASoC: ti: ams-delta: Fix cx81801_receive() argument types (Andrew Halaney) [RHEL-24205]
- serial: core: Fix checks for tx runtime PM state (Andrew Halaney) [RHEL-24205]
- serial: 8250_omap: Drop pm_runtime_irq_safe() (Andrew Halaney) [RHEL-24205]
- serial: 8250_omap: Fix errors with no_console_suspend (Andrew Halaney) [RHEL-24205]
- serial: Reduce spinlocked portion of uart_rs485_config() (Andrew Halaney) [RHEL-24205]
- serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards" (Andrew Halaney) [RHEL-24205]
- Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" (Andrew Halaney) [RHEL-24205]
- serial: 8250_port: Check IRQ data before use (Andrew Halaney) [RHEL-24205]
- tty: shrink the size of struct tty_struct by 40 bytes (Andrew Halaney) [RHEL-24205]
- tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw() (Andrew Halaney) [RHEL-24205]
- tty: n_tty: extract ECHO_OP processing to a separate function (Andrew Halaney) [RHEL-24205]
- tty: n_tty: unify counts to size_t (Andrew Halaney) [RHEL-24205]
- tty: n_tty: use u8 for chars and flags (Andrew Halaney) [RHEL-24205]
- tty: n_tty: simplify chars_in_buffer() (Andrew Halaney) [RHEL-24205]
- tty: n_tty: remove unsigned char casts from character constants (Andrew Halaney) [RHEL-24205]
- tty: n_tty: move newline handling to a separate function (Andrew Halaney) [RHEL-24205]
- tty: n_tty: move canon handling to a separate function (Andrew Halaney) [RHEL-24205]
- tty: n_tty: use MASK() for masking out size bits (Andrew Halaney) [RHEL-24205]
- tty: n_tty: make n_tty_data::num_overrun unsigned (Andrew Halaney) [RHEL-24205]
- tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun() (Andrew Halaney) [RHEL-24205]
- tty: n_tty: use 'num' for writes' counts (Andrew Halaney) [RHEL-24205]
- tty: n_tty: use output character directly (Andrew Halaney) [RHEL-24205]
- tty: n_tty: make flow of n_tty_receive_buf_common() a bool (Andrew Halaney) [RHEL-24205]
- Revert "tty: serial: meson: Add a earlycon for the T7 SoC" (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: improve bcm7271 8250 port (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: add missing support for rs485 devicetree properties (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: fix bug when first setting GPIO direction (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: fix regression with GPIO configuration (Andrew Halaney) [RHEL-24205]
- dt-bindings: sc16is7xx: Add property to change GPIO function (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: remove obsolete out_thread label (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: fix broken port 0 uart init (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: fall back to poll if there's no interrupt (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: snps-dw-apb-uart: make interrupt optional (Andrew Halaney) [RHEL-24205]
- serial: tegra: handle clk prepare error in tegra_uart_hw_init() (Andrew Halaney) [RHEL-24205]
- serial: sifive: Add suspend and resume operations (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Add a earlycon for the T7 SoC (Andrew Halaney) [RHEL-24205]
- serial: stm32: synchronize RX DMA channel in shutdown (Andrew Halaney) [RHEL-24205]
- serial: stm32: replace access to DMAR bit by dmaengine_pause/resume (Andrew Halaney) [RHEL-24205]
- serial: stm32: group dma pause/resume error handling into single function (Andrew Halaney) [RHEL-24205]
- serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled (Andrew Halaney) [RHEL-24205]
- serial: stm32: use DMAT as a configuration bit (Andrew Halaney) [RHEL-24205]
- serial: stm32: avoid clearing DMAT bit during transfer (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add restart flag to extended ioctl config (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: cleanup gsm_control_command and gsm_control_reply (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: increase gsm_mux unsupported counted where appropriate (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: increase malformed counter for malformed control frames (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add open_error counter to gsm_mux (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_config (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add missing description to structs in gsmmux.h (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add restart flag to DLC specific ioctl config (Andrew Halaney) [RHEL-24205]
- serial: core: Remove unused PORT_* definitions (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: invert conditions in __tty_buffer_request_room() (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: initialize variables in initializers already (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: better types in __tty_buffer_request_room() (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char() (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: let tty_prepare_flip_string() return size_t (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: switch insert functions to size_t (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags() (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}() (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: use struct_size() in tty_buffer_alloc() (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: switch data type to u8 (Andrew Halaney) [RHEL-24205]
- tty: gdm724x: use min_t() for size_t varable and a constant (Andrew Halaney) [RHEL-24205]
- serial: core: Fix serial core port id, including multiport devices (Andrew Halaney) [RHEL-24205]
- serial: 8250: drop lockdep annotation from serial8250_clear_IER() (Andrew Halaney) [RHEL-24205]
- tty: rfcomm: convert counts to size_t (Andrew Halaney) [RHEL-24205]
- tty: hso: simplify hso_serial_write() (Andrew Halaney) [RHEL-24205]
- tty: gdm724x: convert counts to size_t (Andrew Halaney) [RHEL-24205]
- tty: vcc: convert counts to size_t (Andrew Halaney) [RHEL-24205]
- tty: hvc: convert counts to size_t (Andrew Halaney) [RHEL-24205]
- tty: ldops: unify to u8 (Andrew Halaney) [RHEL-24205]
- tty: audit: unify to u8 (Andrew Halaney) [RHEL-24205]
- tty: make tty_operations::write()'s count size_t (Andrew Halaney) [RHEL-24205]
- tty: propagate u8 data to tty_operations::put_char() (Andrew Halaney) [RHEL-24205]
- tty: propagate u8 data to tty_operations::write() (Andrew Halaney) [RHEL-24205]
- tty: use min() for size computation in iterate_tty_read() (Andrew Halaney) [RHEL-24205]
- tty: switch size and count types in iterate_tty_read() to size_t (Andrew Halaney) [RHEL-24205]
- tty: use ssize_t for iterate_tty_read() returned type (Andrew Halaney) [RHEL-24205]
- tty: use min() in iterate_tty_write() (Andrew Halaney) [RHEL-24205]
- tty: rename and de-inline do_tty_write() (Andrew Halaney) [RHEL-24205]
- tty: don't pass write() to do_tty_write() (Andrew Halaney) [RHEL-24205]
- tty: tty_buffer: make all offsets unsigned (Andrew Halaney) [RHEL-24205]
- tty: make char_buf_ptr()/flag_buf_ptr()'s offset unsigned (Andrew Halaney) [RHEL-24205]
- misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf() (Andrew Halaney) [RHEL-24205]
- tty: use u8 for flags (Andrew Halaney) [RHEL-24205]
- tty: use u8 for chars (Andrew Halaney) [RHEL-24205]
- tty: make tty_ldisc_ops::*buf*() hooks operate on size_t (Andrew Halaney) [RHEL-24205]
- tty: can327, move overflow test inside can327_ldisc_rx()'s loop (Andrew Halaney) [RHEL-24205]
- tty: can327: unify error paths in can327_ldisc_rx() (Andrew Halaney) [RHEL-24205]
- tty: switch count in tty_ldisc_receive_buf() to size_t (Andrew Halaney) [RHEL-24205]
- tty: switch receive_buf() counts to size_t (Andrew Halaney) [RHEL-24205]
- tty: make counts in tty_port_client_operations hooks size_t (Andrew Halaney) [RHEL-24205]
- tty: make tty_port_client_operations operate with u8 (Andrew Halaney) [RHEL-24205]
- tty: make tty_change_softcar() more understandable (Andrew Halaney) [RHEL-24205]
- tty: drop tty_debug_wait_until_sent() (Andrew Halaney) [RHEL-24205]
- tty: tty_port: rename 'disc' to 'ld' (Andrew Halaney) [RHEL-24205]
- tty: change tty_write_lock()'s ndelay parameter to bool (Andrew Halaney) [RHEL-24205]
- tty: n_null: remove optional ldops (Andrew Halaney) [RHEL-24205]
- tty: remove dummy tty_ldisc_ops::poll() implementations (Andrew Halaney) [RHEL-24205]
- tty: ldisc: document that ldops are optional (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_tx (Andrew Halaney) [RHEL-24205]
- serial: sifive: Remove redundant of_match_ptr() (Andrew Halaney) [RHEL-24205]
- serial: core: Revert port_id use (Andrew Halaney) [RHEL-24205]
- TIOCSTI: Document CAP_SYS_ADMIN behaviour in Kconfig (Andrew Halaney) [RHEL-24205]
- dmaengine: pl330: Return DMA_PAUSED when transaction is paused (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fix oops for port->pm on uart_change_pm() (Andrew Halaney) [RHEL-24205]
- serial: 8250: Reinit port_id when adding back serial8250_isa_devs (Andrew Halaney) [RHEL-24205]
- serial: core: Fix kmemleak issue for serial core device remove (Andrew Halaney) [RHEL-24205]
- 8250_men_mcb: remove unnecessary cast when reading register (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Remove linux/fs_uart_pd.h (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Don't include fs_uart_pd.h when not needed (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.c (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Remove cpm_uart/ subdirectory (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Refactor cpm_uart_[un]map_pram() (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf() (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Deduplicate cpm_line_cr_cmd() (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}() (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Use get_baudrate() instead of uart_baudrate() (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Stop using fs_uart_id enum (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Remove stale prototypes and table and macros (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Avoid suspicious locking (Andrew Halaney) [RHEL-24205]
- 8250_men_mcb: Remove redundant initialization owner in mcb_driver (Andrew Halaney) [RHEL-24205]
- 8250_men_mcb: Fix unsigned expression compared with zero (Andrew Halaney) [RHEL-24205]
- serial: max310x: fix typos in comments (Andrew Halaney) [RHEL-24205]
- serial: max310x: add comments for membase address workaround (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc (Andrew Halaney) [RHEL-24205]
- 8250_men_mcb: Fix unsigned comparison with less than zero (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: Set missing PM ops for hibernation support (Andrew Halaney) [RHEL-24205]
- tty: serial: xilinx_uartps: Do not check for 0 return after calling platform_get_irq() (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: Fix potential deadlock on &info->lock (Andrew Halaney) [RHEL-24205]
- tty: vt: Remove some repetitive initialization (Andrew Halaney) [RHEL-24205]
- tty: serial: Remove redundant initialization for ma35d1serial_driver (Andrew Halaney) [RHEL-24205]
- serial: core: Fix serial_base_match() after fixing controller port name (Andrew Halaney) [RHEL-24205]
- serial: core: Fix serial core controller port name to show controller id (Andrew Halaney) [RHEL-24205]
- serial: core: Fix serial core port id to not use port->line (Andrew Halaney) [RHEL-24205]
- serial: core: Controller id cannot be negative (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: make default_params const (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: use PCI_VDEVICE (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: drop info messages from init/exit functions (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: define global strings as const strings (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: drop global slgt_driver_name array (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: convert CALC_REGADDR() macro to an inline (Andrew Halaney) [RHEL-24205]
- misc: ti-st: don't check for tty data == NULL (Andrew Halaney) [RHEL-24205]
- misc: ti-st: remove ptr from recv functions (Andrew Halaney) [RHEL-24205]
- misc: ti-st: remove forward declarations and make st_int_recv() static (Andrew Halaney) [RHEL-24205]
- speakup: switch to unsigned iterator in spk_ttyio_receive_buf2() (Andrew Halaney) [RHEL-24205]
- serial: altera_jtaguart: switch status to u32 (Andrew Halaney) [RHEL-24205]
- can: slcan: remove casts from tty->disc_data (Andrew Halaney) [RHEL-24205]
- input: serport: remove casts from tty->disc_data (Andrew Halaney) [RHEL-24205]
- tty: hvsi: remove an extra variable from hvsi_write() (Andrew Halaney) [RHEL-24205]
- Bluetooth: rfcomm: remove casts from tty->driver_data (Andrew Halaney) [RHEL-24205]
- serial: move WARN_ON() in uart_write() to the condition (Andrew Halaney) [RHEL-24205]
- parport_pc: add support for ASIX AX99100 (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: add support for ASIX AX99100 (Andrew Halaney) [RHEL-24205]
- can: ems_pci: move ASIX AX99100 ids to pci_ids.h (Andrew Halaney) [RHEL-24205]
- can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definition (Andrew Halaney) [RHEL-24205]
- serial: sprd: Fix DMA buffer leak issue (Andrew Halaney) [RHEL-24205]
- serial: sprd: Assign sprd_port after initialized to avoid wrong access (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: Put IOControl register into regmap_volatile (Andrew Halaney) [RHEL-24205]
- drivers:tty: fix return value check in asc_init_port (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: refactor objects definition for different devnames (Andrew Halaney) [RHEL-24205]
- 8250_men_mcb: fix error handling in read_uarts_available_from_reg() (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Preserve original value of DLF register (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: Fix sleeping in atomic context (Andrew Halaney) [RHEL-24205]
- serial: sifive: Fix sifive_serial_console_setup() section (Andrew Halaney) [RHEL-24205]
- serial: st-asc: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: imx: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: sifive: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: mvebu-uart: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: sccnxp: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: sprd: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: mps2-uart: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: vt8500: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: omap: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: tegra: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: linflexuart: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: clps711x: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: bcm63xx-uart: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: ar933x: Use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: qcom-geni: clean up clock-rate debug printk (Andrew Halaney) [RHEL-24205]
- serial: qcom-geni: fix opp vote on shutdown (Andrew Halaney) [RHEL-24205]
- tty: serial: 8250: Define earlycon for mrvl,mmp-uart (Andrew Halaney) [RHEL-24205]
- arm64: dts: meson: a1: change uart compatible string (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: add independent uart_data for A1 SoC family (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: introduce separate uart_data for S4 SoC family (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCs (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: redesign the module to platform_driver (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: use dev_err_probe (Andrew Halaney) [RHEL-24205]
- 8250_men_mcb: Make UART config auto configurable (Andrew Halaney) [RHEL-24205]
- 8250_men_mcb: Read num ports from register data. (Andrew Halaney) [RHEL-24205]
- 8250_men_mcb: Add clockrate speed for G215/F215 boards (Andrew Halaney) [RHEL-24205]
- serial: tegra: Don't print error on probe deferral (Andrew Halaney) [RHEL-24205]
- tty: Explicitly include correct DT includes (Andrew Halaney) [RHEL-24205]
- serial: qcom-geni: use icc tag defines (Andrew Halaney) [RHEL-24205]
- Documentation: devices.txt: reconcile serial/ucc_uart minor numers (Andrew Halaney) [RHEL-24205]
- serial: drivers: switch ch and flag to u8 (Andrew Halaney) [RHEL-24205]
- serial: omap-serial: remove flag from serial_omap_rdi() (Andrew Halaney) [RHEL-24205]
- serial: arc_uart: simplify flags handling in arc_serial_rx_chars() (Andrew Halaney) [RHEL-24205]
- serial: pass state to __uart_start() directly (Andrew Halaney) [RHEL-24205]
- serial: make uart_insert_char() accept u8s (Andrew Halaney) [RHEL-24205]
- serial: convert uart sysrq handling to u8 (Andrew Halaney) [RHEL-24205]
- tty: sysrq: use switch in sysrq_key_table_key2index() (Andrew Halaney) [RHEL-24205]
- tty: sysrq: switch the rest of keys to u8 (Andrew Halaney) [RHEL-24205]
- tty: sysrq: rename and re-type i in sysrq_handle_loglevel() (Andrew Halaney) [RHEL-24205]
- n_tty: make many tty parameters const (Andrew Halaney) [RHEL-24205]
- n_tty: pass ldata to canon_skip_eof() directly (Andrew Halaney) [RHEL-24205]
- n_tty: simplify and sanitize zero_buffer() (Andrew Halaney) [RHEL-24205]
- n_tty: drop fp from n_tty_receive_buf_real_raw() (Andrew Halaney) [RHEL-24205]
- tty: make check_tty_count() void (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix UAF in gsm_cleanup_mux (Andrew Halaney) [RHEL-24205]
- serial: qcom-geni: drop bogus runtime pm state update (Andrew Halaney) [RHEL-24205]
- PM: sleep: wakeirq: drop unused enable helpers (Andrew Halaney) [RHEL-24205]
- PM: sleep: wakeirq: fix wake irq arming (Andrew Halaney) [RHEL-24205]
- TIOCSTI: always enable for CAP_SYS_ADMIN (Andrew Halaney) [RHEL-24205]
- tty_audit: make data of tty_audit_log() const (Andrew Halaney) [RHEL-24205]
- tty_audit: make tty pointers in exposed functions const (Andrew Halaney) [RHEL-24205]
- tty_audit: make icanon a bool (Andrew Halaney) [RHEL-24205]
- tty_audit: invert the condition in tty_audit_log() (Andrew Halaney) [RHEL-24205]
- tty_audit: use kzalloc() in tty_audit_buf_alloc() (Andrew Halaney) [RHEL-24205]
- tty_audit: use TASK_COMM_LEN for task comm (Andrew Halaney) [RHEL-24205]
- Revert "8250: add support for ASIX devices with a FIFO bug" (Andrew Halaney) [RHEL-24205]
- serial: atmel: don't enable IRQs prematurely (Andrew Halaney) [RHEL-24205]
- tty: serial: Add Nuvoton ma35d1 serial driver support (Andrew Halaney) [RHEL-24205]
- tty: serial: imx: fix rs485 rx after tx (Andrew Halaney) [RHEL-24205]
- tty: fix hang on tty device with no_room set (Andrew Halaney) [RHEL-24205]
- serial: core: fix -EPROBE_DEFER handling in init (Andrew Halaney) [RHEL-24205]
- serial: 8250_omap: Use force_suspend and resume for system suspend (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung_tty: Use abs() to simplify some code (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error (Andrew Halaney) [RHEL-24205]
- serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLE (Andrew Halaney) [RHEL-24205]
- serial: core: don't kfree device managed data (Andrew Halaney) [RHEL-24205]
- serial: lantiq: add missing interrupt ack (Andrew Halaney) [RHEL-24205]
- serial: 8250_mtk: Simplify clock sequencing and runtime PM (Andrew Halaney) [RHEL-24205]
- serial: st-asc: fix typo in property name (Andrew Halaney) [RHEL-24205]
- serial: core: Fix error handling for serial_core_ctrl_device_add() (Andrew Halaney) [RHEL-24205]
- serial: core: Fix probing serial_base_bus devices (Andrew Halaney) [RHEL-24205]
- serial: core: Don't drop port_mutex in serial_core_remove_one_port (Andrew Halaney) [RHEL-24205]
- serial: core: Start managing serial controllers to enable runtime PM (Andrew Halaney) [RHEL-24205]
- serial: 8250-fsl: Expand description of the MPC83xx UART's misbehaviour (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: convert to modern PM ops (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: Move uart_write() inside PM section (Andrew Halaney) [RHEL-24205]
- serial: qcom_geni: Comment use of devm_krealloc rather than devm_krealloc_array (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Fix a COMPILE_TEST dependency (Andrew Halaney) [RHEL-24205]
- serial: 8250_tegra: Fix an error handling path in tegra_uart_probe() (Andrew Halaney) [RHEL-24205]
- serial: Indicate fintek option may also be required for RS232 support (Andrew Halaney) [RHEL-24205]
- serial: 8250: synchronize and annotate UART_IER access (Andrew Halaney) [RHEL-24205]
- serial: 8250: lock port for UART_IER access in omap8250_irq() (Andrew Halaney) [RHEL-24205]
- serial: 8250: lock port for omap8250_restore_regs() (Andrew Halaney) [RHEL-24205]
- serial: 8250: lock port for rx_dma() callback (Andrew Halaney) [RHEL-24205]
- serial: core: lock port for start_rx() in uart_resume_port() (Andrew Halaney) [RHEL-24205]
- serial: 8250: lock port for stop_rx() in omap8250_irq() (Andrew Halaney) [RHEL-24205]
- serial: core: lock port for stop_rx() in uart_suspend_port() (Andrew Halaney) [RHEL-24205]
- serial: 8250: lock port in startup() callbacks (Andrew Halaney) [RHEL-24205]
- vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF (Andrew Halaney) [RHEL-24205]
- serial: qcom-geni: fix enabling deactivated interrupt (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: fix leak in `brcmuart_probe` (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: balance clk_enable calls (Andrew Halaney) [RHEL-24205]
- serial: arc_uart: fix of_iomap leak in `arc_serial_probe` (Andrew Halaney) [RHEL-24205]
- serial: 8250: Document termios parameter of serial8250_em485_config() (Andrew Halaney) [RHEL-24205]
- serial: Add support for Advantech PCI-1611U card (Andrew Halaney) [RHEL-24205]
- serial: 8250_exar: Add support for USR298x PCI Modems (Andrew Halaney) [RHEL-24205]
- serial: Make uart_remove_one_port() return void (Andrew Halaney) [RHEL-24205]
- serial: stm32: Ignore return value of uart_remove_one_port() in .remove() (Andrew Halaney) [RHEL-24205]
- serial: 8250_rt288x: Remove unnecessary UART_REG_UNMAPPED (Andrew Halaney) [RHEL-24205]
- serial: 8250_rt288x: Name non-standard divisor latch reg (Andrew Halaney) [RHEL-24205]
- serial: 8250: RT288x/Au1xxx code away from core (Andrew Halaney) [RHEL-24205]
- serial: 8250: Add dl_read/write, bugs and mapsize into plat_serial8250_port (Andrew Halaney) [RHEL-24205]
- serial: 8250: Document uart_8250_port's ->dl_read/write() (Andrew Halaney) [RHEL-24205]
- serial: 8250: Change dl_read/write to handle value as u32 (Andrew Halaney) [RHEL-24205]
- serial: 8250: Allow using ports higher than SERIAL_8250_RUNTIME_UARTS (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: Shut down on remove for console uart (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: Fix life cycle issues for interrupt handlers (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: Fix imprecise external abort for omap_8250_pm() (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: Fix freeing of resources on failed register (Andrew Halaney) [RHEL-24205]
- serial: pl011: set UART011_CR_RXE in pl011_set_termios after port shutdown (Andrew Halaney) [RHEL-24205]
- tty: serial: fsl_lpuart: optimize the timer based EOP logic (Andrew Halaney) [RHEL-24205]
- serdev: Add method to assert break signal over tty UART port (Andrew Halaney) [RHEL-24205]
- serdev: Replace all instances of ENOTSUPP with EOPNOTSUPP (Andrew Halaney) [RHEL-24205]
- n_gsm: Use array_index_nospec() with index that comes from userspace (Andrew Halaney) [RHEL-24205]
- tty: vt: drop checks for undefined VT_SINGLE_DRIVER (Andrew Halaney) [RHEL-24205]
- tty: vt: distribute EXPORT_SYMBOL() (Andrew Halaney) [RHEL-24205]
- tty: vt: simplify some cases in tioclinux() (Andrew Halaney) [RHEL-24205]
- tty: vt: reformat tioclinux() (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: Fix end of transmission on SCI (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: Add support for tx end interrupt handling (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: Fix TE setting on SCI IP (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: Add RZ/G2L SCIFA DMA rx support (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx support (Andrew Halaney) [RHEL-24205]
- serial: max310x: fix IO data corruption in batched operations (Andrew Halaney) [RHEL-24205]
- serial: core: Disable uart_start() on uart_remove_one_port() (Andrew Halaney) [RHEL-24205]
- serial: 8250: Reinit port->pm on port specific driver unbind (Andrew Halaney) [RHEL-24205]
- serial: 8250: Add missing wakeup event reporting (Andrew Halaney) [RHEL-24205]
- serial: fix TIOCSRS485 locking (Andrew Halaney) [RHEL-24205]
- serial: make SiFive serial drivers depend on ARCH_ symbols (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: don't allocate and pass dummy flags (Andrew Halaney) [RHEL-24205]
- tty: serial: simplify qcom_geni_serial_send_chunk_fifo() (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix redundant assignment of gsm->encoding (Andrew Halaney) [RHEL-24205]
- ACPI: Replace irqdomain.h include with struct declarations (Andrew Halaney) [RHEL-24205]
- tpm: atmel: Add explicit include for of.h (Andrew Halaney) [RHEL-24205]
- pata: ixp4xx: Add explicit include for of.h (Andrew Halaney) [RHEL-24205]
- ata: pata_macio: Add explicit include of irqdomain.h (Andrew Halaney) [RHEL-24205]
- serial: 8250_tegra: Add explicit include for of.h (Andrew Halaney) [RHEL-24205]
- staging: iio: resolver: ad2s1210: Add explicit include for of.h (Andrew Halaney) [RHEL-24205]
- iio: adc: ad7292: Add explicit include for of.h (Andrew Halaney) [RHEL-24205]
- tty: Fix typo in LEGACY_TIOCSTI Kconfig description (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: Fix Rx on RZ/G2L SCI (Andrew Halaney) [RHEL-24205]
- serial: 8250: Prevent starting up DMA Rx on THRI interrupt (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: Fix transmit end interrupt handler (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fix serial8250_tx_empty() race with DMA Tx (Andrew Halaney) [RHEL-24205]
- tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH (Andrew Halaney) [RHEL-24205]
- serial: sb1250-duart: clean up after SIBYTE_BCM1x55 removal (Andrew Halaney) [RHEL-24205]
- serial: bcm63xx-uart: add polling support (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: Remove setting {src,dst}_{addr,addr_width} based on DMA direction (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Use uart_circ_empty() (Andrew Halaney) [RHEL-24205]
- serial: ucc_uart: Use uart_circ_empty() (Andrew Halaney) [RHEL-24205]
- serial: imx: remove unused imx_uart_is_imx* functions (Andrew Halaney) [RHEL-24205]
- tty: serial: remove obsolete config SERIAL_SAMSUNG_UARTS_4 (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: Add a poll_init() function (Andrew Halaney) [RHEL-24205]
- serial: uart_poll_init() should power on the UART (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add ioctl for DLC config via ldisc handle (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: allow window size configuration (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add ioctl for DLC specific parameter configuration (Andrew Halaney) [RHEL-24205]
- hvc/xen: prevent concurrent accesses to the shared ring (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: Fix arbitration handling (Andrew Halaney) [RHEL-24205]
- tty: Convert hw_stopped in tty_struct to bool (Andrew Halaney) [RHEL-24205]
- n_tty: Reindent if condition (Andrew Halaney) [RHEL-24205]
- n_tty: Cleanup includes (Andrew Halaney) [RHEL-24205]
- n_tty: Use DIV_ROUND_UP() in room calculation (Andrew Halaney) [RHEL-24205]
- n_tty: Sort includes alphabetically (Andrew Halaney) [RHEL-24205]
- tty_ioctl: Use BIT() for internal flags (Andrew Halaney) [RHEL-24205]
- n_tty: Convert no_space_left to space_left boolean (Andrew Halaney) [RHEL-24205]
- serial: Remove uart_wait_until_sent() forward declaration (Andrew Halaney) [RHEL-24205]
- serial: Rename hw_stopped to old_hw_stopped & improve logic (Andrew Halaney) [RHEL-24205]
- serial: Make hw_stopped bool (Andrew Halaney) [RHEL-24205]
- serial: Rename uart_change_speed() to uart_change_line_settings() (Andrew Halaney) [RHEL-24205]
- serial: Move uart_change_speed() earlier (Andrew Halaney) [RHEL-24205]
- serial: Remove extern from func prototypes in headers (Andrew Halaney) [RHEL-24205]
- serial: Use B0 instead of implicit zero assumption (Andrew Halaney) [RHEL-24205]
- serial: Use ARRAY_SIZE() with iso7816 reserved array (Andrew Halaney) [RHEL-24205]
- serial: sprd: Drop of_match_ptr for ID table (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: mark OF related data as maybe unused (Andrew Halaney) [RHEL-24205]
- serial: Use of_property_read_bool() for boolean properties (Andrew Halaney) [RHEL-24205]
- serial: Use of_property_present() for testing DT property presence (Andrew Halaney) [RHEL-24205]
- media: i2c: ov2685: convert to i2c's .probe_new() (Andrew Halaney) [RHEL-24205]
- media: i2c: ov5695: convert to i2c's .probe_new() (Andrew Halaney) [RHEL-24205]
- w1: ds2482: Convert to i2c's .probe_new() (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: Convert to i2c's .probe_new() (Andrew Halaney) [RHEL-24205]
- mtd: maps: pismo: Convert to i2c's .probe_new() (Andrew Halaney) [RHEL-24205]
- misc: ad525x_dpot-i2c: Convert to i2c's .probe_new() (Andrew Halaney) [RHEL-24205]
- tty: vt: protect KD_FONT_OP_GET_TALL from unbound access (Andrew Halaney) [RHEL-24205]
- tty: ipwireless: move Kconfig entry to tty (Andrew Halaney) [RHEL-24205]
- serial: qcom-geni: drop bogus uart_write_wakeup() (Andrew Halaney) [RHEL-24205]
- serial: qcom-geni: fix mapping of empty DMA buffer (Andrew Halaney) [RHEL-24205]
- serial: qcom-geni: fix DMA mapping leak on shutdown (Andrew Halaney) [RHEL-24205]
- serial: qcom-geni: fix console shutdown hang (Andrew Halaney) [RHEL-24205]
- serial: 8250_em: Add serial8250_em_{reg_update(),out_helper()} (Andrew Halaney) [RHEL-24205]
- serial: 8250_em: Use pseudo offset for UART_FCR (Andrew Halaney) [RHEL-24205]
- serial: 8250_em: Use devm_clk_get_enabled() (Andrew Halaney) [RHEL-24205]
- serial: 8250_em: Add missing break statement (Andrew Halaney) [RHEL-24205]
- serial: 8250_em: Drop unused header file (Andrew Halaney) [RHEL-24205]
- serial: 8250_em: Simplify probe() (Andrew Halaney) [RHEL-24205]
- arm64: dts: meson-g12-common: Use the G12A UART compatible string (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Add a new compatible string for the G12A SoC (Andrew Halaney) [RHEL-24205]
- serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are transmitted (Andrew Halaney) [RHEL-24205]
- serial: stm32: Remove unused struct stm32_port txdone element (Andrew Halaney) [RHEL-24205]
- tty: simplify sysctl registration (Andrew Halaney) [RHEL-24205]
- serial: imx: Drop a few unneeded casts (Andrew Halaney) [RHEL-24205]
- tty: tty_ldisc: Remove the ret variable (Andrew Halaney) [RHEL-24205]
- serdev: Set fwnode for serdev devices (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci1xxxx: Disable SERIAL_8250_PCI1XXXX config by default (Andrew Halaney) [RHEL-24205]
- serial: 8250_fsl: fix handle_irq locking (Andrew Halaney) [RHEL-24205]
- serial: 8250_em: Fix UART port type (Andrew Halaney) [RHEL-24205]
- serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it (Andrew Halaney) [RHEL-24205]
- Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency" (Andrew Halaney) [RHEL-24205]
- vc_screen: modify vcs_size() handling in vcs_read() (Andrew Halaney) [RHEL-24205]
- sysctl: fix proc_dobool() usability (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add keep alive support (Andrew Halaney) [RHEL-24205]
- serial: imx: remove a redundant check (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add TIOCMIWAIT support (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add RING/CD control support (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: mark unusable ioctl structure fields accordingly (Andrew Halaney) [RHEL-24205]
- serial: imx: get rid of registers shadowing (Andrew Halaney) [RHEL-24205]
- serial: imx: refine local variables in rxint() (Andrew Halaney) [RHEL-24205]
- serial: imx: stop using USR2 in FIFO reading loop (Andrew Halaney) [RHEL-24205]
- serial: imx: remove redundant USR2 read from FIFO reading loop (Andrew Halaney) [RHEL-24205]
- serial: imx: do not break from FIFO reading loop prematurely (Andrew Halaney) [RHEL-24205]
- serial: imx: do not sysrq broken chars (Andrew Halaney) [RHEL-24205]
- serial: imx: work-around for hardware RX flood (Andrew Halaney) [RHEL-24205]
- serial: imx: factor-out common code to imx_uart_soft_reset() (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci1xxxx: Add power management functions to quad-uart driver (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci1xxxx: Add RS485 support to quad-uart driver (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci1xxxx: Add driver for quad-uart support (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Add serial8250_pci_setup_port definition in 8250_pcilib.c (Andrew Halaney) [RHEL-24205]
- tty: pcn_uart: fix memory leak with using debugfs_lookup() (Andrew Halaney) [RHEL-24205]
- tty: serial: imx: disable Ageing Timer interrupt request irq (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fix mismerge regarding serial_lsr_in() (Andrew Halaney) [RHEL-24205]
- serial: 8250_dma: Fix DMA Rx rearm race (Andrew Halaney) [RHEL-24205]
- serial: 8250_dma: Fix DMA Rx completion race (Andrew Halaney) [RHEL-24205]
- serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler (Andrew Halaney) [RHEL-24205]
- serial: liteuart: Remove a copy of UART id in private structure (Andrew Halaney) [RHEL-24205]
- serial: liteuart: Don't mix devm_*() with non-devm_*() calls (Andrew Halaney) [RHEL-24205]
- serial: liteuart: Correct error rollback (Andrew Halaney) [RHEL-24205]
- serial: qcom_geni: Fix variable naming (Andrew Halaney) [RHEL-24205]
- serial: exar: Add support for Sealevel 7xxxC serial cards (Andrew Halaney) [RHEL-24205]
- Revert "serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler" (Andrew Halaney) [RHEL-24205]
- VT: Bump font size limitation to 64x128 pixels (Andrew Halaney) [RHEL-24205]
- VT: Add KD_FONT_OP_SET/GET_TALL operations (Andrew Halaney) [RHEL-24205]
- VT: Add height parameter to con_font_get/set consw operations (Andrew Halaney) [RHEL-24205]
- serial: atmel: fix incorrect baudrate setup (Andrew Halaney) [RHEL-24205]
- tty: serial: 8250: add DFL bus driver for Altera 16550. (Andrew Halaney) [RHEL-24205]
- tty: moxa: Rename dtr/rts parameters/variables to active (Andrew Halaney) [RHEL-24205]
- tty: Call ->dtr_rts() parameter active consistently (Andrew Halaney) [RHEL-24205]
- tty: Return bool from tty_termios_hw_change() (Andrew Halaney) [RHEL-24205]
- serial: Make uart_handle_cts_change() status param bool active (Andrew Halaney) [RHEL-24205]
- tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active (Andrew Halaney) [RHEL-24205]
- tty: Convert ->dtr_rts() to take bool argument (Andrew Halaney) [RHEL-24205]
- tty: Convert ->carrier_raised() and callchains to bool (Andrew Halaney) [RHEL-24205]
- serial: Convert uart_{,port_}startup() init_hw param to bool (Andrew Halaney) [RHEL-24205]
- tty: moxa: Make local var storing tty_port_initialized() bool (Andrew Halaney) [RHEL-24205]
- tty: Cleanup tty_port_set_active() bool parameter (Andrew Halaney) [RHEL-24205]
- tty: Cleamup tty_port_set_suspended() bool parameter (Andrew Halaney) [RHEL-24205]
- tty: Cleanup tty_port_set_initialized() bool parameter (Andrew Halaney) [RHEL-24205]
- serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe() (Andrew Halaney) [RHEL-24205]
- serial: stm32: Add support for rs485 RX_DURING_TX output GPIO (Andrew Halaney) [RHEL-24205]
- serial: imx: Add support for RS485 RX_DURING_TX output GPIO (Andrew Halaney) [RHEL-24205]
- serial: core: Add option to output RS485 RX_DURING_TX state via GPIO (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: rs485: Add GPIO controlling RX enable during TX (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: setup GPIO controller later in probe (Andrew Halaney) [RHEL-24205]
- serial: msm: add lock annotation to msm_set_baud_rate() (Andrew Halaney) [RHEL-24205]
- serial: sccnxp: Use devm_clk_get_enabled() helper (Andrew Halaney) [RHEL-24205]
- serial: ucc_uart: Add of_node_put() in ucc_uart_remove() (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: add support for serial engine DMA (Andrew Halaney) [RHEL-24205]
- soc: qcom-geni-se: add more symbol definitions (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: use of_device_id data (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: drop the return value from handle_rx (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo() (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: split out the FIFO tx code (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: remove unneeded tabs (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr() (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: remove stray newlines (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: improve the to_dev_port() macro (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: align #define values (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: remove unused symbols (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: drop unneeded forward definitions (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: stop operations in progress at shutdown (Andrew Halaney) [RHEL-24205]
- tty: vt: cache row count in con_scroll() (Andrew Halaney) [RHEL-24205]
- tty: vt: saner names for more scroll variables (Andrew Halaney) [RHEL-24205]
- tty: vt: separate array juggling to juggle_array() (Andrew Halaney) [RHEL-24205]
- tty: vt: simplify some unicode conditions (Andrew Halaney) [RHEL-24205]
- tty: vt: replace BUG_ON() by WARN_ON_ONCE() (Andrew Halaney) [RHEL-24205]
- tty: vt: remove struct uni_screen (Andrew Halaney) [RHEL-24205]
- tty: vt: remove char32_t typedef (Andrew Halaney) [RHEL-24205]
- tty: vt: use sizeof(*variable) where possible (Andrew Halaney) [RHEL-24205]
- tty: vt: remove reference to undefined NO_VC_UNI_SCREEN (Andrew Halaney) [RHEL-24205]
- tty: vt: drop get_vc_uniscr() (Andrew Halaney) [RHEL-24205]
- tty: vt: remove vc_uniscr_debug_check() (Andrew Halaney) [RHEL-24205]
- tty: serial: imx: disable the break condition when shutdown the uart port (Andrew Halaney) [RHEL-24205]
- tty/vt: prevent registration of console with invalid number (Andrew Halaney) [RHEL-24205]
- tty: fix out-of-bounds access in tty_driver_lookup_tty() (Andrew Halaney) [RHEL-24205]
- serial: 8250_early: Convert literals to use defines (Andrew Halaney) [RHEL-24205]
- serial: 8250: Define IIR 64 byte bit & cleanup related code (Andrew Halaney) [RHEL-24205]
- serial: 8250: Add IIR FIFOs enabled field properly (Andrew Halaney) [RHEL-24205]
- serial: 8250: Cleanup MCR literals (Andrew Halaney) [RHEL-24205]
- serial: 8250: Name MSR literals (Andrew Halaney) [RHEL-24205]
- serial: 8250: Use defined IER bits (Andrew Halaney) [RHEL-24205]
- serial: liteuart: drop obsolete dependency on COMPILE_TEST (Andrew Halaney) [RHEL-24205]
- serial: liteuart: move polling putchar() function (Andrew Halaney) [RHEL-24205]
- serial: liteuart: add IRQ support for the TX path (Andrew Halaney) [RHEL-24205]
- serial: liteuart: add IRQ support for the RX path (Andrew Halaney) [RHEL-24205]
- serial: liteuart: move function definitions (Andrew Halaney) [RHEL-24205]
- serial: liteuart: separate rx loop from poll timer (Andrew Halaney) [RHEL-24205]
- serial: liteuart: clean up rx loop variables (Andrew Halaney) [RHEL-24205]
- serial: liteuart: simplify passing of uart_insert_char() flag (Andrew Halaney) [RHEL-24205]
- serial: liteuart: rx loop should only ack rx events (Andrew Halaney) [RHEL-24205]
- serial: liteuart: move tty_flip_buffer_push() out of rx loop (Andrew Halaney) [RHEL-24205]
- serial: liteuart: minor style fix in liteuart_init() (Andrew Halaney) [RHEL-24205]
- serial: liteuart: don't set unused port fields (Andrew Halaney) [RHEL-24205]
- serial: liteuart: remove unused uart_ops stubs (Andrew Halaney) [RHEL-24205]
- serial: liteuart: use bit number macros (Andrew Halaney) [RHEL-24205]
- serial: liteuart: use KBUILD_MODNAME as driver name (Andrew Halaney) [RHEL-24205]
- serial: Rename earlycon semihost driver (Andrew Halaney) [RHEL-24205]
- riscv: Implement semihost.h for earlycon semihost driver (Andrew Halaney) [RHEL-24205]
- serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's semihost.h (Andrew Halaney) [RHEL-24205]
- earlycon: Increase options size (Andrew Halaney) [RHEL-24205]
- earlycon: Let users set the clock frequency (Andrew Halaney) [RHEL-24205]
- serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler (Andrew Halaney) [RHEL-24205]
- serial: amba-pl011: fix high priority character transmission in rs486 mode (Andrew Halaney) [RHEL-24205]
- serial: pch_uart: Pass correct sg to dma_unmap_sg() (Andrew Halaney) [RHEL-24205]
- tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer (Andrew Halaney) [RHEL-24205]
- serial: arc_uart: Drop empty platform remove function (Andrew Halaney) [RHEL-24205]
- tty: serial: kgdboc: fix mutex locking order for configure_kgdboc() (Andrew Halaney) [RHEL-24205]
- hvc/xen: lock console list traversal (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: use setup() callback for early console (Andrew Halaney) [RHEL-24205]
- printk: relieve console_lock of list synchronization duties (Andrew Halaney) [RHEL-24205]
- tty: serial: kgdboc: use console_list_lock to trap exit (Andrew Halaney) [RHEL-24205]
- tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_console() (Andrew Halaney) [RHEL-24205]
- tty: serial: kgdboc: use console_list_lock for list traversal (Andrew Halaney) [RHEL-24205]
- tty: serial: kgdboc: use srcu console list iterator (Andrew Halaney) [RHEL-24205]
- proc: consoles: use console_list_lock for list iteration (Andrew Halaney) [RHEL-24205]
- tty: tty_io: use console_list_lock for list synchronization (Andrew Halaney) [RHEL-24205]
- printk, xen: fbfront: create/use safe function for forcing preferred (Andrew Halaney) [RHEL-24205]
- netconsole: avoid CON_ENABLED misuse to track registration (Andrew Halaney) [RHEL-24205]
- usb: early: xhci-dbc: use console_is_registered() (Andrew Halaney) [RHEL-24205]
- tty: serial: xilinx_uartps: use console_is_registered() (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung_tty: use console_is_registered() (Andrew Halaney) [RHEL-24205]
- tty: serial: pic32_uart: use console_is_registered() (Andrew Halaney) [RHEL-24205]
- tty: serial: earlycon: use console_is_registered() (Andrew Halaney) [RHEL-24205]
- tty: hvc: use console_is_registered() (Andrew Halaney) [RHEL-24205]
- efi: earlycon: use console_is_registered() (Andrew Halaney) [RHEL-24205]
- tty: nfcon: use console_is_registered() (Andrew Halaney) [RHEL-24205]
- serial_core: replace uart_console_enabled() with uart_console_registered() (Andrew Halaney) [RHEL-24205]
- console: introduce console_is_registered() (Andrew Halaney) [RHEL-24205]
- printk: console_device: use srcu console list iterator (Andrew Halaney) [RHEL-24205]
- printk: console_flush_on_panic: use srcu console list iterator (Andrew Halaney) [RHEL-24205]
- printk: console_unblank: use srcu console list iterator (Andrew Halaney) [RHEL-24205]
- printk: console_is_usable: use console_srcu_read_flags (Andrew Halaney) [RHEL-24205]
- printk: __pr_flush: use srcu console list iterator (Andrew Halaney) [RHEL-24205]
- printk: console_flush_all: use srcu console list iterator (Andrew Halaney) [RHEL-24205]
- kdb: use srcu console list iterator (Andrew Halaney) [RHEL-24205]
- um: kmsg_dumper: use srcu console list iterator (Andrew Halaney) [RHEL-24205]
- console: introduce wrappers to read/write console flags (Andrew Halaney) [RHEL-24205]
- proc: consoles: document console_lock usage (Andrew Halaney) [RHEL-24205]
- tty: tty_io: document console_lock usage (Andrew Halaney) [RHEL-24205]
- tty: serial: kgdboc: document console_lock usage (Andrew Halaney) [RHEL-24205]
- um: kmsg_dump: only dump when no output console available (Andrew Halaney) [RHEL-24205]
- serial: kgdboc: Lock console list in probe function (Andrew Halaney) [RHEL-24205]
- serial: atmel: don't stop the transmitter when doing PIO (Andrew Halaney) [RHEL-24205]
- serial: atmel: cleanup atmel_start+stop_tx() (Andrew Halaney) [RHEL-24205]
- serial: sunsab: Fix error handling in sunsab_init() (Andrew Halaney) [RHEL-24205]
- serial: altera_uart: fix locking in polling mode (Andrew Halaney) [RHEL-24205]
- serial: pch: Fix PCI device refcount leak in pch_request_dma() (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: unwind actions in error path of net device open (Andrew Halaney) [RHEL-24205]
- serial: stm32: move dma_request_chan() before clk_prepare_enable() (Andrew Halaney) [RHEL-24205]
- serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle. (Andrew Halaney) [RHEL-24205]
- serial: amba-pl011: avoid SBSA UART accessing DMACR register (Andrew Halaney) [RHEL-24205]
- tty: serial: altera_jtaguart: remove struct altera_jtaguart (Andrew Halaney) [RHEL-24205]
- tty: serial: altera_jtaguart: use uart_port::read_status_mask (Andrew Halaney) [RHEL-24205]
- tty: serial: altera_jtaguart: remove unused altera_jtaguart::sigs (Andrew Halaney) [RHEL-24205]
- tty: serial: altera_jtaguart: remove flag from altera_jtaguart_rx_chars() (Andrew Halaney) [RHEL-24205]
- n_tty: Rename tail to old_tail in n_tty_read() (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: Delete unneeded semicolon (Andrew Halaney) [RHEL-24205]
- serial: 8250: Flush DMA Rx on RLSI (Andrew Halaney) [RHEL-24205]
- serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake (Andrew Halaney) [RHEL-24205]
- serial: 8250_lpss: Configure DMA also w/o DMA filter (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs (Andrew Halaney) [RHEL-24205]
- serial: 8250: 8250_omap: Fix calculation of RS485 delays (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: Fix error handling in brcmuart_init() (Andrew Halaney) [RHEL-24205]
- serial: 8250_dma: Rearm DMA Rx if more data is pending (Andrew Halaney) [RHEL-24205]
- serial: Fix a typo ("ignorning") (Andrew Halaney) [RHEL-24205]
- tty: Convert tty_buffer flags to bool (Andrew Halaney) [RHEL-24205]
- tty: Move TIOCSTI toggle variable before kerndoc (Andrew Halaney) [RHEL-24205]
- serial: imx: Add missing .thaw_noirq hook (Andrew Halaney) [RHEL-24205]
- Revert "tty: n_gsm: replace kicktimer with delayed_work" (Andrew Halaney) [RHEL-24205]
- Revert "tty: n_gsm: avoid call of sleeping functions from atomic context" (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send (Andrew Halaney) [RHEL-24205]
- tty: Cleanup tty buffer align mask (Andrew Halaney) [RHEL-24205]
- tty: hvc: make hvc_rtas_dev static (Andrew Halaney) [RHEL-24205]
- serial: 8250_core: Use str_enabled_disabled() helper (Andrew Halaney) [RHEL-24205]
- tty: serial: imx: Handle RS485 DE signal active high (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: Flush PM QOS work on remove (Andrew Halaney) [RHEL-24205]
- printk: introduce console_list_lock (Andrew Halaney) [RHEL-24205]
- printk: fix setting first seq for consoles (Andrew Halaney) [RHEL-24205]
- printk: move @seq initialization to helper (Andrew Halaney) [RHEL-24205]
- printk: register_console: use "registered" for variable names (Andrew Halaney) [RHEL-24205]
- printk: Prepare for SRCU console list protection (Andrew Halaney) [RHEL-24205]
- printk: Convert console_drivers list to hlist (Andrew Halaney) [RHEL-24205]
- printk: use strscpy() to instead of strlcpy() (Andrew Halaney) [RHEL-24205]
- printk: fix a typo of comment (Andrew Halaney) [RHEL-24205]
- printk: Mark __printk percpu data ready __ro_after_init (Andrew Halaney) [RHEL-24205]
- printk: Remove bogus comment vs. boot consoles (Andrew Halaney) [RHEL-24205]
- printk: Remove write only variable nr_ext_console_drivers (Andrew Halaney) [RHEL-24205]
- printk: Make pr_flush() static (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove() (Andrew Halaney) [RHEL-24205]
- serial: 8250_omap: remove wait loop from Errata i202 workaround (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl() (Andrew Halaney) [RHEL-24205]
- serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios() (Andrew Halaney) [RHEL-24205]
- serial: 8250/ingenic: Add support for the JZ4750/JZ4755 (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: ingenic: Add support for the JZ4750/55 SoCs (Andrew Halaney) [RHEL-24205]
- Documentation: Make formatting consistent for rs485 docs (Andrew Halaney) [RHEL-24205]
- Documentation: rs485: Fix struct referencing (Andrew Halaney) [RHEL-24205]
- Documentation: rs485: Mention uart_get_rs485_mode() (Andrew Halaney) [RHEL-24205]
- Documentation: rs485: Link reference properly (Andrew Halaney) [RHEL-24205]
- serial: Convert serial_rs485 to kernel doc (Andrew Halaney) [RHEL-24205]
- serial: zs: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: xuartps: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: ucc_uart: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: uartlite: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: timbuart: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: sunzilog: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: sunsu: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: sunsab: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: sunplus-uart: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: sunhv: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: stm32: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: sprd: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: tegra: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: sccnxp: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: sb1250-duart: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: samsung_tty: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: rda: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: pmac_zilog: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: pic32: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: mvebu-uart: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: milbeaut_usio: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: meson: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: max310x: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: max3100: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: liteuart: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: ip22zilog: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: imx: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: linflexuart: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: digicolor: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: clps711x: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: atmel: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: arc: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: ar933x: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: pl011: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: 8250: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: pch_uart: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: msm: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: men_z135_uart: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: dz: Use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: 8250: 8250_omap: Support native RS485 (Andrew Halaney) [RHEL-24205]
- tty: serial: use uart_port_tx_limited() (Andrew Halaney) [RHEL-24205]
- tty: serial: use uart_port_tx() helper (Andrew Halaney) [RHEL-24205]
- tty: serial: introduce transmit helpers (Andrew Halaney) [RHEL-24205]
- tty: Allow TIOCSTI to be disabled (Andrew Halaney) [RHEL-24205]
- tty: Move sysctl setup into "core" tty logic (Andrew Halaney) [RHEL-24205]
- tty: evh_bytechan: Replace NO_IRQ by 0 (Andrew Halaney) [RHEL-24205]
- serial: sifive: select by default if SOC_CANAAN (Andrew Halaney) [RHEL-24205]
- serial: sifive: select by default if SOC_SIFIVE (Andrew Halaney) [RHEL-24205]
- MAINTAINERS: adjust entry after renaming parisc serial driver (Andrew Halaney) [RHEL-24205]
- parisc/serial: Rename 8250_gsc.c to 8250_parisc.c (Andrew Halaney) [RHEL-24205]
- parisc: Make 8250_gsc driver dependend on CONFIG_PARISC (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Don't request IRQ too early for console port (Andrew Halaney) [RHEL-24205]
- tty: serial: do unlock on a common path in altera_jtaguart_console_putc() (Andrew Halaney) [RHEL-24205]
- tty: serial: unify TX space reads under altera_jtaguart_tx_space() (Andrew Halaney) [RHEL-24205]
- tty: serial: use FIELD_GET() in lqasc_tx_ready() (Andrew Halaney) [RHEL-24205]
- tty: serial: extend lqasc_tx_ready() to lqasc_console_putchar() (Andrew Halaney) [RHEL-24205]
- tty: serial: allow pxa.c to be COMPILE_TESTed (Andrew Halaney) [RHEL-24205]
- serial: stm32: Fix unused-variable warning (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: Add COMMON_CLK dependency to SERIAL_ATMEL (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fix restoring termios speed after suspend (Andrew Halaney) [RHEL-24205]
- serial: Deassert Transmit Enable on probe in driver-specific way (Andrew Halaney) [RHEL-24205]
- serial: 8250_dma: Convert to use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- serial: 8250_omap: Convert to use uart_xmit_advance() (Andrew Halaney) [RHEL-24205]
- MAINTAINERS: Solve warning regarding inexistent atmel-usart binding (Andrew Halaney) [RHEL-24205]
- serial: stm32: Deassert Transmit Enable on ->rs485_config() (Andrew Halaney) [RHEL-24205]
- serial: ar933x: Deassert Transmit Enable on ->rs485_config() (Andrew Halaney) [RHEL-24205]
- serial: sifive: enable clocks for UART when probed (Andrew Halaney) [RHEL-24205]
- serial: 8250: omap: Use serial8250_em485_supported (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: Use FIELD_PREP/FIELD_GET (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: Make the driver aware of the existence of GCLK (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: Only divide Clock Divisor if the IP is USART (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: Separate mode clearing between UART and USART (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: atmel,at91-usart: Add gclk as a possible USART clock (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: atmel,at91-usart: Add SAM9260 compatibles to SAM9X60 (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: atmel,at91-usart: convert to json-schema (Andrew Halaney) [RHEL-24205]
- serial: 8250: Toggle IER bits on only after irq has been set up (Andrew Halaney) [RHEL-24205]
- serial: 8250: Switch UART port flags to using BIT_ULL (Andrew Halaney) [RHEL-24205]
- serial: 8250: Request full 16550A feature probing for OxSemi PCIe devices (Andrew Halaney) [RHEL-24205]
- serial: 8250: Let drivers request full 16550A feature probing (Andrew Halaney) [RHEL-24205]
- tty: serial: extract serial_omap_put_char() from transmit_chars() (Andrew Halaney) [RHEL-24205]
- tty: serial: switch mpc52xx_uart_int_{r,t}x_chars() to bool (Andrew Halaney) [RHEL-24205]
- tty: serial: extract tx_ready() from __serial_lpc32xx_tx() (Andrew Halaney) [RHEL-24205]
- tty: serial: extract lqasc_tx_ready() from lqasc_tx_chars() (Andrew Halaney) [RHEL-24205]
- tty: serial: altera_uart_{r,t}x_chars() need only uart_port (Andrew Halaney) [RHEL-24205]
- tty: serial: clean up stop-tx part in altera_uart_tx_chars() (Andrew Halaney) [RHEL-24205]
- tty: serial: move and cleanup vt8500_tx_empty() (Andrew Halaney) [RHEL-24205]
- tty: hvc: remove HVC_IUCV_MAGIC (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: remove MGSL_MAGIC (Andrew Halaney) [RHEL-24205]
- tty: n_hdlc: remove HDLC_MAGIC (Andrew Halaney) [RHEL-24205]
- tty: remove TTY_DRIVER_MAGIC (Andrew Halaney) [RHEL-24205]
- tty: remove TTY_MAGIC (Andrew Halaney) [RHEL-24205]
- drivers: serial: jsm: fix some leaks in probe (Andrew Halaney) [RHEL-24205]
- serial: omap: Disallow RS-485 if rts-gpio is not specified (Andrew Halaney) [RHEL-24205]
- tty: serial: cpm_uart: remove unused cpm_uart_nr declaration (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add debug bit for user payload (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: add enumeration for gsm encodings (Andrew Halaney) [RHEL-24205]
- ARM: footbridge: remove leftover from personal-server (Andrew Halaney) [RHEL-24205]
- termios: start unifying non-UAPI parts of asm/termios.h (Andrew Halaney) [RHEL-24205]
- termios: uninline conversion helpers (Andrew Halaney) [RHEL-24205]
- tty: mxser: remove redundant assignment to hwid (Andrew Halaney) [RHEL-24205]
- tty/vt: Add console_lock check to vt_console_print() (Andrew Halaney) [RHEL-24205]
- kernel/panic: Drop unblank_screen call (Andrew Halaney) [RHEL-24205]
- serial: Fix double word (Andrew Halaney) [RHEL-24205]
- serial: 8250_men_mcb: Remove duplicate UAPI:serial_core inclusion (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: avoid call of sleeping functions from atomic context (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: replace kicktimer with delayed_work (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: Preserve previous USART mode if RS485 disabled (Andrew Halaney) [RHEL-24205]
- tty: Fix lookahead_buf crash with serdev (Andrew Halaney) [RHEL-24205]
- vt: Clear selection before changing the font (Andrew Halaney) [RHEL-24205]
- serial: sunsab: Remove frame size calculation dead-code (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Remove custom frame size calculation (Andrew Halaney) [RHEL-24205]
- serial: ucc_uart: Remove custom frame size calculation (Andrew Halaney) [RHEL-24205]
- termios: get rid of stray asm/termios.h include in n_hdlc.c (Andrew Halaney) [RHEL-24205]
- serial: pch_uart: CIRC_CNT_TO_END() is enough (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: tail is already on valid range (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: CIRC_CNT_TO_END() is enough (Andrew Halaney) [RHEL-24205]
- tty: Make ->set_termios() old ktermios const (Andrew Halaney) [RHEL-24205]
- usb: serial: Make ->set_termios() old ktermios const (Andrew Halaney) [RHEL-24205]
- serial: Make ->set_termios() old ktermios const (Andrew Halaney) [RHEL-24205]
- tty: Make ldisc ->set_termios() old ktermios const (Andrew Halaney) [RHEL-24205]
- serial: dz: Assume previous baudrate is valid (Andrew Halaney) [RHEL-24205]
- tty: Fix comment style in tty_termios_input_baud_rate() (Andrew Halaney) [RHEL-24205]
- tty: move from strlcpy with unused retval to strscpy (Andrew Halaney) [RHEL-24205]
- tty/vt: Remove printable variable (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Use devm_clk_get_enabled() helper (Andrew Halaney) [RHEL-24205]
- serial: 8250: Clear dma tx_err unconditionally (Andrew Halaney) [RHEL-24205]
- serial: 8250: Add helper for clearing IER (Andrew Halaney) [RHEL-24205]
- tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency (Andrew Halaney) [RHEL-24205]
- serial: pic32_uart: Convert to use GPIO descriptors (Andrew Halaney) [RHEL-24205]
- serial: pic32_uart: Utilize uart_console_enabled() (Andrew Halaney) [RHEL-24205]
- serial: pl011: Add reg-io-width parameters (Andrew Halaney) [RHEL-24205]
- tty: xilinx_uartps: Check the clk_enable return value (Andrew Halaney) [RHEL-24205]
- tty: xilinx_uartps: Add timeout waiting for loop (Andrew Halaney) [RHEL-24205]
- tty: xilinx_uartps: Prevent writes when the controller is disabled (Andrew Halaney) [RHEL-24205]
- tty: xilinx_uartps: Fix the ignore_status (Andrew Halaney) [RHEL-24205]
- tty: xilinx_uartps: Initialise the read_status_mask (Andrew Halaney) [RHEL-24205]
- tty: xilinx_uartps: Update copyright text to correct format (Andrew Halaney) [RHEL-24205]
- tty: xilinx_uartps: Check clk_enable return value (Andrew Halaney) [RHEL-24205]
- serial: document start_rx member at struct uart_ops (Andrew Halaney) [RHEL-24205]
- tty: amiserial: Fix comment typo (Andrew Halaney) [RHEL-24205]
- tty: serial: document uart_get_console() (Andrew Halaney) [RHEL-24205]
- tty: serial: serial_core, reformat kernel-doc for functions (Andrew Halaney) [RHEL-24205]
- Documentation: serial: link uart_ops properly (Andrew Halaney) [RHEL-24205]
- Documentation: serial: move GPIO kernel-doc to the functions (Andrew Halaney) [RHEL-24205]
- Documentation: serial: dedup kernel-doc for uart functions (Andrew Halaney) [RHEL-24205]
- Documentation: serial: move uart_ops documentation to the struct (Andrew Halaney) [RHEL-24205]
- serial: mvebu-uart: uart2 error bits clearing (Andrew Halaney) [RHEL-24205]
- serial: stm32: make info structs static to avoid sparse warnings (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm2835aux: Add missing clk_disable_unprepare() (Andrew Halaney) [RHEL-24205]
- tty: vt: initialize unicode screen buffer (Andrew Halaney) [RHEL-24205]
- serial: remove VR41XX serial driver (Andrew Halaney) [RHEL-24205]
- serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flags (Andrew Halaney) [RHEL-24205]
- serial: 8250_dwlib: remove redundant sanity check for RS485 flags (Andrew Halaney) [RHEL-24205]
- dt_bindings: rs485: Correct delay values (Andrew Halaney) [RHEL-24205]
- serial: core: sanitize RS485 delays read from device tree (Andrew Halaney) [RHEL-24205]
- serial: core: move sanitizing of RS485 delays into own function (Andrew Halaney) [RHEL-24205]
- serial: core, 8250: set RS485 termination GPIO in serial core (Andrew Halaney) [RHEL-24205]
- serial: ar933x: Remove superfluous code in ar933x_config_rs485() (Andrew Halaney) [RHEL-24205]
- serial: ar933x: Fix check for RS485 support (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: Save/restore RTS in suspend/resume (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Avoid pslverr on reading empty receiver fifo (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl() (Andrew Halaney) [RHEL-24205]
- serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEED (Andrew Halaney) [RHEL-24205]
- tty: 8250: Add support for Brainboxes PX cards. (Andrew Halaney) [RHEL-24205]
- tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA (Andrew Halaney) [RHEL-24205]
- spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix missing corner cases in gsmld_poll() (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix DM command (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix wrong T1 retry count handling (Andrew Halaney) [RHEL-24205]
- serial: RS485 termination is supported if DT provides one (Andrew Halaney) [RHEL-24205]
- serial: Embed rs485_supported to uart_port (Andrew Halaney) [RHEL-24205]
- serial: 8250_fsl: Don't report FE, PE and OE twice (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix packet re-transmission without open control channel (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURST (Andrew Halaney) [RHEL-24205]
- serial: mvebu-uart: correctly report configured baudrate value (Andrew Halaney) [RHEL-24205]
- serial: 8250: fix return error code in serial8250_request_std_resource() (Andrew Halaney) [RHEL-24205]
- serial: stm32: Clear prev values before setting RTS delays (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x() (Andrew Halaney) [RHEL-24205]
- 8250_dwlib: Convert bitops to newer form (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Drop PM ifdeffery (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Sort headers alphabetically (Andrew Halaney) [RHEL-24205]
- earlycon: prevent multiple register_console() (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Take port lock while accessing LSR (Andrew Halaney) [RHEL-24205]
- serial: 8250_port: Fix spelling mistake (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung_tty: loopback mode support (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung_tty: support more than 4 uart ports (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fix __stop_tx() & DMA Tx restart races (Andrew Halaney) [RHEL-24205]
- serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung_tty: set dma burst_size to 1 (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: enable using pdata with ACPI (Andrew Halaney) [RHEL-24205]
- serial: 8250_dwlib: Support for 9th bit multipoint addressing (Andrew Halaney) [RHEL-24205]
- serial: Support for RS-485 multipoint addresses (Andrew Halaney) [RHEL-24205]
- termbits.h: create termbits-common.h for identical bits (Andrew Halaney) [RHEL-24205]
- termbits: Convert octal defines to hex (Andrew Halaney) [RHEL-24205]
- serial: take termios_rwsem for ->rs485_config() & pass termios as param (Andrew Halaney) [RHEL-24205]
- serial: 8250_lpss: Use 32-bit reads (Andrew Halaney) [RHEL-24205]
- serial: 8250: create lsr_save_mask (Andrew Halaney) [RHEL-24205]
- serial: 8250: make saved LSR larger (Andrew Halaney) [RHEL-24205]
- serial: Consolidate BOTH_EMPTY use (Andrew Halaney) [RHEL-24205]
- serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZE (Andrew Halaney) [RHEL-24205]
- serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPED (Andrew Halaney) [RHEL-24205]
- serial: Use bits for UART_LSR_BRK_ERROR_BITS/MSR_ANY_DELTA (Andrew Halaney) [RHEL-24205]
- serial: msm: Rename UART_* defines to MSM_UART_* (Andrew Halaney) [RHEL-24205]
- serial: msm: Convert container_of UART_TO_MSM to static inline (Andrew Halaney) [RHEL-24205]
- serial: st-asc: remove include of pm_runtime.h (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: remove enable/disable clock due to atmel_console_setup() (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: use devm_clk_get() (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: stop using legacy pm ops (Andrew Halaney) [RHEL-24205]
- serial: kgdboc: Fix typo in comment (Andrew Halaney) [RHEL-24205]
- tty: serial: Fix refcount leak bug in ucc_uart.c (Andrew Halaney) [RHEL-24205]
- serial: Drop timeout from uart_port (Andrew Halaney) [RHEL-24205]
- tty: Add closing marker into comment in tty_ldisc.h (Andrew Halaney) [RHEL-24205]
- serial: 8250_pericom: Use UART_LCR_DLAB (Andrew Halaney) [RHEL-24205]
- serial: 8250: Use UART_LCR_WLEN8 instead of literal (Andrew Halaney) [RHEL-24205]
- serial: sifive: Remove useless license text when SPDX-License-Identifier is already used (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: use E_TABSZ for the translations size (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: remove dflt reset from con_do_clear_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: improve UNI_*() macros definitions (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir* (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in set_inverse_transl() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in set_inverse_trans_unicode() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: use ARRAY_SIZE(), part II. (Andrew Halaney) [RHEL-24205]
- serial: 8250: Store to lsr_save_flags after lsr read (Andrew Halaney) [RHEL-24205]
- tty: Use flow-control char function on closing path (Andrew Halaney) [RHEL-24205]
- tty: Implement lookahead to process XON/XOFF timely (Andrew Halaney) [RHEL-24205]
- serial: 8250: Remove serial_rs485 sanitization from em485 (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: Remove serial_rs485 assignment (Andrew Halaney) [RHEL-24205]
- serial: mcf: Remove serial_rs485 assignment (Andrew Halaney) [RHEL-24205]
- serial: 8250_exar: Remove serial_rs485 assignment (Andrew Halaney) [RHEL-24205]
- serial: max310x: Remove serial_rs485 sanitization (Andrew Halaney) [RHEL-24205]
- serial: imx: Remove serial_rs485 sanitization (Andrew Halaney) [RHEL-24205]
- serial: pl011: Remove serial_rs485 sanitization (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Remove serial_rs485 sanitization (Andrew Halaney) [RHEL-24205]
- serial: 8250: lpc18xx: Remove serial_rs485 sanitization (Andrew Halaney) [RHEL-24205]
- serial: 8250_fintek: Remove serial_rs485 sanitization (Andrew Halaney) [RHEL-24205]
- serial: 8250_dwlib: Remove serial_rs485 sanitization (Andrew Halaney) [RHEL-24205]
- serial: return -EINVAL for non-legacy RS485 flags (Andrew Halaney) [RHEL-24205]
- serial: Clear rs485 struct when non-RS485 mode is set (Andrew Halaney) [RHEL-24205]
- serial: Sanitize rs485_struct (Andrew Halaney) [RHEL-24205]
- serial: stm32: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: omap: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: mcf: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: max310x: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: imx: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: fsl_lpuart: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: atmel: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: ar933x: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: pl011: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Fill in rs485_supported for pci_fintek (Andrew Halaney) [RHEL-24205]
- serial: 8250_of: Use serial8250_em485_supported (Andrew Halaney) [RHEL-24205]
- serial: 8250_lpc18cc: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: 8250_fintek: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: 8250_exar: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: 8250_dwlib: Fill in rs485_supported (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm2835aux: Use serial8250_em485_supported (Andrew Halaney) [RHEL-24205]
- serial: 8250: Create serial8250_em485_supported for em485 users (Andrew Halaney) [RHEL-24205]
- serial: Add rs485_supported to uart_port (Andrew Halaney) [RHEL-24205]
- serial: Move serial_rs485 sanitization into separate function (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty() (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq() (Andrew Halaney) [RHEL-24205]
- serial: 8250: Adjust misleading LSR related comment (Andrew Halaney) [RHEL-24205]
- serial: 8250: Get preserved flags using serial_lsr_in() (Andrew Halaney) [RHEL-24205]
- serial: 8250: Create serial_lsr_in() (Andrew Halaney) [RHEL-24205]
- serial: 8250: Store to lsr_save_flags after lsr read (Andrew Halaney) [RHEL-24205]
- serial: 8250: handle __start_tx() call in start_tx() (Andrew Halaney) [RHEL-24205]
- serial: 8250: kill __do_stop_tx() (Andrew Halaney) [RHEL-24205]
- tty: vt: convert sysfs snprintf to sysfs_emit (Andrew Halaney) [RHEL-24205]
- serial: max310x: implement I2C support (Andrew Halaney) [RHEL-24205]
- serial: max310x: make accessing revision id interface-agnostic (Andrew Halaney) [RHEL-24205]
- serial: max310x: use a separate regmap for each port (Andrew Halaney) [RHEL-24205]
- serial: max310x: use regmap methods for SPI batch operations (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: walk the buffer only once in con_set_trans_old() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: use con_allocate_new() in con_unshare_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: extract con_allocate_new() from con_do_clear_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: change refcount only if needed in con_do_clear_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: remove superfluous whitespace (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: make conv_uni_to_pc() more readable (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in con_set_default_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in con_set_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in con_get_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in con_copy_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in con_release_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in con_unshare_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in con_do_clear_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in con_unify_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in con_insert_unipair() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in conv_uni_to_pc() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: saner variable names in set_inverse_trans_unicode() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: extract dict unsharing to con_unshare_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: remove glyph < 0 check from set_inverse_trans_unicode() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: introduce enum translation_map and use it (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: check put_user() in con_get_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: make p1 increment less confusing in con_get_unimap() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: make con_get_unimap() more readable (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: make con_set_unimap() more readable (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: use sizeof(*pointer) instead of sizeof(type) (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: zero uni_pgdir using kcalloc() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: introduce UNI_*() macros (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: use | for binary addition (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: one line = one statement (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: make parameters of inverse_translate() saner (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: convert macros to static inlines (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: remove extern from function decls (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: decrypt inverse_translate() (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: define UNI_* macros for constants (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: rename and document struct uni_pagedir (Andrew Halaney) [RHEL-24205]
- tty/vt: consolemap: use ARRAY_SIZE() (Andrew Halaney) [RHEL-24205]
- tty/vt: Makefile, add --unicode for loadkeys invocation (Andrew Halaney) [RHEL-24205]
- tty/vt: defkeymap.c_shipped, little unification with loadkeys (Andrew Halaney) [RHEL-24205]
- serial: pmac_zilog: remove unused header (Andrew Halaney) [RHEL-24205]
- serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_startup() (Andrew Halaney) [RHEL-24205]
- tty: fix typos in comments (Andrew Halaney) [RHEL-24205]
- tty: goldfish: Fix free_irq() on remove (Andrew Halaney) [RHEL-24205]
- tty: Rework receive flow control char logic (Andrew Halaney) [RHEL-24205]
- pcmcia: synclink_cs: Don't allow CS5-6 (Andrew Halaney) [RHEL-24205]
- serial: stm32-usart: Correct CSIZE, bits, and parity (Andrew Halaney) [RHEL-24205]
- serial: st-asc: Sanitize CSIZE and correct PARENB for CS7 (Andrew Halaney) [RHEL-24205]
- serial: sifive: Sanitize CSIZE and c_iflag (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: Don't allow CS5-6 (Andrew Halaney) [RHEL-24205]
- serial: txx9: Don't allow CS5-6 (Andrew Halaney) [RHEL-24205]
- serial: rda-uart: Don't allow CS5-6 (Andrew Halaney) [RHEL-24205]
- serial: digicolor-usart: Don't allow CS5-6 (Andrew Halaney) [RHEL-24205]
- serial: uartlite: Fix BRKINT clearing (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLE (Andrew Halaney) [RHEL-24205]
- serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485 (Andrew Halaney) [RHEL-24205]
- Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL" (Andrew Halaney) [RHEL-24205]
- serial: msm_serial: disable interrupts in __msm_console_write() (Andrew Halaney) [RHEL-24205]
- serial: meson: acquire port->lock in startup() (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Use dev_err_probe() (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Use devm_add_action_or_reset() (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Update the list of OF headers used by driver (Andrew Halaney) [RHEL-24205]
- serial: jsm: Use B0 instead of 0 (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung_tty: Fix suspend/resume on S5L (Andrew Halaney) [RHEL-24205]
- serial: pmac_zilog: remove initial print (Andrew Halaney) [RHEL-24205]
- serial: pmac_zilog: remove tracing prints (Andrew Halaney) [RHEL-24205]
- serial: pmac_zilog: remove unused uart_pmac_port::termios_cache (Andrew Halaney) [RHEL-24205]
- serial: pmac_zilog: remove unfinished DBDMA support (Andrew Halaney) [RHEL-24205]
- serial: amba-pl011: move header content to .c (Andrew Halaney) [RHEL-24205]
- tty: fix deadlock caused by calling printk() under tty_port->lock (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix invalid gsmtty_write_room() result (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix mux activation issues in gsm_config() (Andrew Halaney) [RHEL-24205]
- serial: 8250_mtk: Fix register address for XON/XOFF character (Andrew Halaney) [RHEL-24205]
- serial: 8250_mtk: Make sure to select the right FEATURE_SEL (Andrew Halaney) [RHEL-24205]
- serial: 8250_mtk: Fix UART_EFR register address (Andrew Halaney) [RHEL-24205]
- tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe() (Andrew Halaney) [RHEL-24205]
- tty: hvc: dcc: Bind driver to CPU core0 for reads and writes (Andrew Halaney) [RHEL-24205]
- serial: pch: inline pop_tx() into handle_tx() (Andrew Halaney) [RHEL-24205]
- serial: pch: simplify pop_tx() even more (Andrew Halaney) [RHEL-24205]
- serial: pch: remove xmit circ_buf size double check (Andrew Halaney) [RHEL-24205]
- serial: pch: remove debug print from pop_tx (Andrew Halaney) [RHEL-24205]
- serial: pch: decomission pch_uart_hal_write() (Andrew Halaney) [RHEL-24205]
- serial: pch: don't overwrite xmit->buf[0] by x_char (Andrew Halaney) [RHEL-24205]
- serial: pch: move size check from pop_tx one level up (Andrew Halaney) [RHEL-24205]
- serial: pic32: restore disabled irqs in pic32_uart_startup() (Andrew Halaney) [RHEL-24205]
- serial: pic32: free up irq names correctly (Andrew Halaney) [RHEL-24205]
- serial: pic32: don't zero members of kzalloc-ated structure (Andrew Halaney) [RHEL-24205]
- serial: pic32: don't assign pic32_sport::cts_gpio twice (Andrew Halaney) [RHEL-24205]
- serial: pic32: convert to_pic32_sport() to an inline (Andrew Halaney) [RHEL-24205]
- serial: pic32: remove pic32_get_port() macro (Andrew Halaney) [RHEL-24205]
- serial: pic32: simplify pic32_sport::enable_tx_irq handling (Andrew Halaney) [RHEL-24205]
- serial: pic32: simplify clk handling (Andrew Halaney) [RHEL-24205]
- serial: pic32: remove constants from struct pic32_sport (Andrew Halaney) [RHEL-24205]
- serial: pic32: move header content to .c (Andrew Halaney) [RHEL-24205]
- serial: pic32: remove unused items from the header (Andrew Halaney) [RHEL-24205]
- serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 mode (Andrew Halaney) [RHEL-24205]
- serial: stm32: Factor out GPIO RTS toggling into separate function (Andrew Halaney) [RHEL-24205]
- serial: sifive: Remove duplicate `clkin_rate' setting (Andrew Halaney) [RHEL-24205]
- serial: sifive: Report actual baud base rather than fixed 115200 (Andrew Halaney) [RHEL-24205]
- serial: 8250: Add proper clock handling for OxSemi PCIe devices (Andrew Halaney) [RHEL-24205]
- serial: 8250: Export ICR access helpers for internal use (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fold EndRun device support into OxSemi Tornado code (Andrew Halaney) [RHEL-24205]
- serial: men_z135_uart: Drop duplicated iotype assignment (Andrew Halaney) [RHEL-24205]
- serial: 8250: pxa: Remove unneeded <linux/pm_runtime.h> (Andrew Halaney) [RHEL-24205]
- serial: 8250: core: Remove unneeded <linux/pm_runtime.h> (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: Fix NULL pointer dereference (Andrew Halaney) [RHEL-24205]
- ACPI / property: Document RS485 _DSD properties (Andrew Halaney) [RHEL-24205]
- dt_bindings: rs485: Add receiver enable polarity (Andrew Halaney) [RHEL-24205]
- serial: 8250_dwlib: Implement SW half duplex support (Andrew Halaney) [RHEL-24205]
- serial: 8250_dwlib: RS485 HW half & full duplex support (Andrew Halaney) [RHEL-24205]
- serial: 8250: Handle UART without interrupt on TEMT (Andrew Halaney) [RHEL-24205]
- serial: 8250: use THRE & __stop_tx also with DMA (Andrew Halaney) [RHEL-24205]
- serial: Store character timing information to uart_port (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: Improve RZN1 support (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: Add support for DMA flow controlling devices (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: Move the IO accessors to 8250_dwlib.h (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: Introduce an rx_timeout variable in the IRQ path (Andrew Halaney) [RHEL-24205]
- serial: 8250: dma: Allow driver operations before starting DMA transfers (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: Allow to use a fallback CPR value if not synthesized (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: Move the USR register to pdata (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: Create a generic platform data structure (Andrew Halaney) [RHEL-24205]
- serial: 8250: dw: Move definitions to the shared header (Andrew Halaney) [RHEL-24205]
- sysrq: do not omit current cpu when showing backtrace of all active CPUs (Andrew Halaney) [RHEL-24205]
- tty: hvcs: simplify if-if to if-else (Andrew Halaney) [RHEL-24205]
- tty/hvc_opal: simplify if-if to if-else (Andrew Halaney) [RHEL-24205]
- serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (Andrew Halaney) [RHEL-24205]
- serial: 8250: Also set sticky MCR bits in console restoration (Andrew Halaney) [RHEL-24205]
- Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown" (Andrew Halaney) [RHEL-24205]
- serial: stm32: add earlycon support (Andrew Halaney) [RHEL-24205]
- serial: stm32: add KGDB support (Andrew Halaney) [RHEL-24205]
- serial: stm32: remove infinite loop possibility in putchar function (Andrew Halaney) [RHEL-24205]
- tty: Add function for handling flow control chars (Andrew Halaney) [RHEL-24205]
- serial: core: fix tcdrain() with CTS enabled (Andrew Halaney) [RHEL-24205]
- drivers: tty: serial: Fix deadlock in sa1100_set_termios() (Andrew Halaney) [RHEL-24205]
- tty/sysrq: change the definition of sysrq_key_table's element to make it more readable (Andrew Halaney) [RHEL-24205]
- serial: allow COMPILE_TEST for some drivers (Andrew Halaney) [RHEL-24205]
- serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=y (Andrew Halaney) [RHEL-24205]
- serial: zs: use NULL as a pointer, not 0 (Andrew Halaney) [RHEL-24205]
- serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx() (Andrew Halaney) [RHEL-24205]
- serial: xilinx_uartps: return early in cdns_uart_handle_tx() (Andrew Halaney) [RHEL-24205]
- serial: sunplus-uart: change sunplus_console_ports from global to static (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Added S4 SOC compatibility (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in order to meet the baud rate requirements of special BT modules (Andrew Halaney) [RHEL-24205]
- serial: icom: remove unused struct icom_port members (Andrew Halaney) [RHEL-24205]
- serial: icom: delete empty serial hooks (Andrew Halaney) [RHEL-24205]
- serial: icom: use list_for_each_entry() (Andrew Halaney) [RHEL-24205]
- serial: icom: make icom_acfg_baud const and unsigned (Andrew Halaney) [RHEL-24205]
- serial: icom: use ARRAY_SIZE (Andrew Halaney) [RHEL-24205]
- serial: icom: move header content to .c (Andrew Halaney) [RHEL-24205]
- serial: icom: use proper __le types and functions (Andrew Halaney) [RHEL-24205]
- serial: icom: remove to_icom_adapter() and icom_kref_release() (Andrew Halaney) [RHEL-24205]
- serial: icom: switch vague casts to container_of (Andrew Halaney) [RHEL-24205]
- serial: icom: remove ICOM_VERSION_STR macro (Andrew Halaney) [RHEL-24205]
- serial: 8250/omap1: include linux/soc/ti/omap1-soc.h (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: clean up implicit CR bit encoding in address field (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: clean up dead code in gsm_queue() (Andrew Halaney) [RHEL-24205]
- Revert "serial: 8250: Handle UART without interrupt on TEMT using em485" (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fix runtime PM for start_tx() for empty buffer (Andrew Halaney) [RHEL-24205]
- serial: imx: fix overrun interrupts in DMA mode (Andrew Halaney) [RHEL-24205]
- serial: amba-pl011: do not time out prematurely when draining tx fifo (Andrew Halaney) [RHEL-24205]
- serial: When UART is suspended, set RTS to false (Andrew Halaney) [RHEL-24205]
- serial: 8250: add compatible for fsl,16550-FIFO64 (Andrew Halaney) [RHEL-24205]
- serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64 (Andrew Halaney) [RHEL-24205]
- serial: 8250: Handle UART without interrupt on TEMT using em485 (Andrew Halaney) [RHEL-24205]
- serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probe (Andrew Halaney) [RHEL-24205]
- serial: atmel: remove redundant assignment in rs485_config (Andrew Halaney) [RHEL-24205]
- serial: imx: remove redundant assignment in rs485_config (Andrew Halaney) [RHEL-24205]
- serial: max310: remove redundant memset in rs485_config (Andrew Halaney) [RHEL-24205]
- serial: omap: remove redundant code in rs485_config (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: remove redundant check in rs485_config (Andrew Halaney) [RHEL-24205]
- serial: stm32: remove redundant code in rs485_config (Andrew Halaney) [RHEL-24205]
- serial: amba-pl011: remove redundant code in rs485_config (Andrew Halaney) [RHEL-24205]
- serial: core: move RS485 configuration tasks from drivers into core (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Use DIV_ROUND_CLOSEST to calculate baud rates (Andrew Halaney) [RHEL-24205]
- serial: 8250: Report which option to enable for blacklisted PCI devices (Andrew Halaney) [RHEL-24205]
- tty: n_tty: Restore EOF push handling behavior (Andrew Halaney) [RHEL-24205]
- serial: 8250: Make SERIAL_8250_EM available for arm64 systems (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: renesas,em-uart: Document r9a09g011 bindings (Andrew Halaney) [RHEL-24205]
- tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probe (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: add spin_lock for interrupt and console_write (Andrew Halaney) [RHEL-24205]
- tty: Fix a possible resource leak in icom_probe (Andrew Halaney) [RHEL-24205]
- tty: serial: Prepare cleanup of powerpc's asm/prom.h (Andrew Halaney) [RHEL-24205]
- tty: hvc: Prepare cleanup of powerpc's asm/prom.h (Andrew Halaney) [RHEL-24205]
- tty: goldfish: Use tty_port_destroy() to destroy port (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix incorrect UA handling (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix malformed counter for out of frame data (Andrew Halaney) [RHEL-24205]
- tty: serial: altera: use altera_jtaguart_stop_tx() (Andrew Halaney) [RHEL-24205]
- tty: serial: owl-uart, send x_char even if stopped (Andrew Halaney) [RHEL-24205]
- tty: serial: mpc52xx_uart: remove double ifdeffery (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: Fix null-pointer-dereference in slgt_clean() (Andrew Halaney) [RHEL-24205]
- tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II. (Andrew Halaney) [RHEL-24205]
- memcg: enable accounting for tty-related objects (Andrew Halaney) [RHEL-24205]
- vt_ioctl: fix potential spectre v1 in VT_DISALLOCATE (Andrew Halaney) [RHEL-24205]
- serial: 8250: fix XOFF/XON sending when DMA is used (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: Add ARTPEC-8 support (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: Clear RS485 bits in the shutdown (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: simplify getting OF match data (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: constify variables and pointers (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: constify s3c24xx_serial_drv_data members (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: constify UART name (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: constify s3c24xx_serial_drv_data (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: reduce number of casts (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: embed s3c2410_uartcfg in parent structure (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: embed s3c24xx_uart_info in parent structure (Andrew Halaney) [RHEL-24205]
- serial: 8250_tegra: mark acpi_device_id as unused with !ACPI (Andrew Halaney) [RHEL-24205]
- tty: serial: bcm63xx: use more precise Kconfig symbol (Andrew Halaney) [RHEL-24205]
- serial: SERIAL_SUNPLUS should depend on ARCH_SUNPLUS (Andrew Halaney) [RHEL-24205]
- tty: serial: jsm: fix two assignments in if conditions (Andrew Halaney) [RHEL-24205]
- tty: serial: jsm: remove redundant assignments to variable linestatus (Andrew Halaney) [RHEL-24205]
- serial: 8250_mtk: make two read-only arrays static const (Andrew Halaney) [RHEL-24205]
- serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() (Andrew Halaney) [RHEL-24205]
- tty: serial: serial_txx9: remove struct uart_txx9_port (Andrew Halaney) [RHEL-24205]
- kgdboc: fix return value of __setup handler (Andrew Halaney) [RHEL-24205]
- tty: hvc: fix return value of __setup handler (Andrew Halaney) [RHEL-24205]
- serial: samsung: Add samsung_early_read to support early kgdboc (Andrew Halaney) [RHEL-24205]
- serial: make uart_console_write->putchar()'s character an unsigned char (Andrew Halaney) [RHEL-24205]
- serial: mvebu-uart: fix return value check in mvebu_uart_clock_probe() (Andrew Halaney) [RHEL-24205]
- sc16is7xx: Set AUTOCTS and AUTORTS bits (Andrew Halaney) [RHEL-24205]
- sc16is7xx: Handle modem status lines (Andrew Halaney) [RHEL-24205]
- sc16is7xx: Properly resume TX after stop (Andrew Halaney) [RHEL-24205]
- Revert "tty: serial: meson: *" (Andrew Halaney) [RHEL-24205]
- serial: sunplus-uart: Fix compile error while CONFIG_SERIAL_SUNPLUS_CONSOLE=n (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Fix the compile link error reported by kernel test robot (Andrew Halaney) [RHEL-24205]
- mxser: make use of UART_LCR_WLEN() + tty_get_char_size() (Andrew Halaney) [RHEL-24205]
- sdio_uart: make use of UART_LCR_WLEN() + tty_get_char_size() (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Added S4 SOC compatibility (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: The system stuck when you run the stty command on the console to change the baud rate (Andrew Halaney) [RHEL-24205]
- serial: sunplus-uart: Add Sunplus SoC UART Driver (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: Add bindings doc for Sunplus SoC UART Driver (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fix race condition in RTS-after-send handling (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Make some bit of the REG5 register writable (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Describes the calculation of the UART baud rate clock using a clock frame (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Use devm_ioremap_resource to get register mapped memory (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Move request the register region to probe (Andrew Halaney) [RHEL-24205]
- tty: serial: amba-pl010: use more uart_port pointers (Andrew Halaney) [RHEL-24205]
- tty: serial: lpc32xx_hs: use serial_lpc32xx_stop_tx() helper (Andrew Halaney) [RHEL-24205]
- tty: serial: serial_txx9: remove info print from init (Andrew Halaney) [RHEL-24205]
- tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned (Andrew Halaney) [RHEL-24205]
- serial: 8250_lpss: Balance reference count for PCI DMA device (Andrew Halaney) [RHEL-24205]
- serial: 8250_mid: Balance reference count for PCI DMA device (Andrew Halaney) [RHEL-24205]
- serial: 8250_aspeed_vuart: replace snprintf with sysfs_emit (Andrew Halaney) [RHEL-24205]
- serial: 8250: Correct Kconfig help text for blacklisted PCI devices (Andrew Halaney) [RHEL-24205]
- arm64: dts: marvell: armada-37xx: add device node for UART clock and use it (Andrew Halaney) [RHEL-24205]
- serial: mvebu-uart: implement support for baudrates higher than 230400 Bd (Andrew Halaney) [RHEL-24205]
- dt-bindings: mvebu-uart: update information about UART clock (Andrew Halaney) [RHEL-24205]
- serial: mvebu-uart: implement UART clock driver for configuring UART base clock (Andrew Halaney) [RHEL-24205]
- dt-bindings: mvebu-uart: document DT bindings for marvell,armada-3700-uart-clock (Andrew Halaney) [RHEL-24205]
- sc16is7xx: Separate GPIOs from modem control lines (Andrew Halaney) [RHEL-24205]
- sc16is7xx: Update status lines in single call (Andrew Halaney) [RHEL-24205]
- sc16is7xx: Preserve EFR bits on update (Andrew Halaney) [RHEL-24205]
- serial: 8250: Return early in .start_tx() if there are no chars to send (Andrew Halaney) [RHEL-24205]
- sc16is7xx: Fix for incorrect data being transmitted (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix proper link termination after failed open (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: fix encoding of control signal octet bit DV (Andrew Halaney) [RHEL-24205]
- serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type (Andrew Halaney) [RHEL-24205]
- serial: 8250_mid: Remove unneeded test for ->setup() presence (Andrew Halaney) [RHEL-24205]
- serial: 8250_mid: Get rid of custom MID_DEVICE() macro (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: Simplify multiplication/shift logic (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: add earlycon support (Andrew Halaney) [RHEL-24205]
- tty: n_tty: do not look ahead for EOL character past the end of the buffer (Andrew Halaney) [RHEL-24205]
- serial: parisc: GSC: fix build when IOSAPIC is not set (Andrew Halaney) [RHEL-24205]
- tty: serial: imx: Add fast path when rs485 delays are 0 (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm2835aux: Add ACPI support (Andrew Halaney) [RHEL-24205]
- serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sources (Andrew Halaney) [RHEL-24205]
- serial: mctrl_gpio: add a new API to enable / disable wake_irq (Andrew Halaney) [RHEL-24205]
- serial: core: Drop duplicate NULL check in uart_*shutdown() (Andrew Halaney) [RHEL-24205]
- tty: Drop duplicate NULL check in TTY port functions (Andrew Halaney) [RHEL-24205]
- serial: core: Fix the definition name in the comment of UPF_* flags (Andrew Halaney) [RHEL-24205]
- amiserial: Drop duplicate NULL check in shutdown() (Andrew Halaney) [RHEL-24205]
- vt_ioctl: add array_index_nospec to VT_ACTIVATE (Andrew Halaney) [RHEL-24205]
- vt_ioctl: fix array_index_nospec in vt_setactivate (Andrew Halaney) [RHEL-24205]
- serial: 8250_pericom: Revert "Re-enable higher baud rates" (Andrew Halaney) [RHEL-24205]
- XArray: Include bitmap.h from xarray.h (Andrew Halaney) [RHEL-24205]
- n_tty: wake up poll(POLLRDNORM) on receiving data (Andrew Halaney) [RHEL-24205]
- serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cards (Andrew Halaney) [RHEL-24205]
- tty: Replace acpi_bus_get_device() (Andrew Halaney) [RHEL-24205]
- serial: mcf: use helpers in mcf_tx_chars() (Andrew Halaney) [RHEL-24205]
- serial: fsl_linflexuart: don't call uart_write_wakeup() twice (Andrew Halaney) [RHEL-24205]
- serial: fsl_linflexuart: deduplicate character sending (Andrew Halaney) [RHEL-24205]
- mxser: switch from xmit_buf to kfifo (Andrew Halaney) [RHEL-24205]
- mxser: use tty_port xmit_buf helpers (Andrew Halaney) [RHEL-24205]
- mxser: fix xmit_buf leak in activate when LSR == 0xff (Andrew Halaney) [RHEL-24205]
- tty: tty_port_open, document shutdown vs failed activate (Andrew Halaney) [RHEL-24205]
- tty: add kfifo to tty_port (Andrew Halaney) [RHEL-24205]
- serial: atmel_serial: include circ_buf.h (Andrew Halaney) [RHEL-24205]
- serial: core: clean up EXPORT_SYMBOLs (Andrew Halaney) [RHEL-24205]
- serial: imx: reduce RX interrupt frequency (Andrew Halaney) [RHEL-24205]
- tty: serial: max3100: Remove redundant 'flush_workqueue()' calls (Andrew Halaney) [RHEL-24205]
- serial: core: Initialize rs485 RTS polarity already on probe (Andrew Halaney) [RHEL-24205]
- serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl (Andrew Halaney) [RHEL-24205]
- serial: stm32: fix software flow control transfer (Andrew Halaney) [RHEL-24205]
- serial: stm32: prevent TDR register overwrite when sending x_char (Andrew Halaney) [RHEL-24205]
- serial: 8250: of: Fix mapped region size when using reg-offset property (Andrew Halaney) [RHEL-24205]
- tty: rpmsg: Fix race condition releasing tty port (Andrew Halaney) [RHEL-24205]
- tty: Add support for Brainboxes UC cards. (Andrew Halaney) [RHEL-24205]
- Revert "tty: serial: Use fifo in 8250 console driver" (Andrew Halaney) [RHEL-24205]
- vsprintf: rework bitmap_list_string (Andrew Halaney) [RHEL-24205]
- lib: bitmap: add performance test for bitmap_print_to_pagebuf (Andrew Halaney) [RHEL-24205]
- tools: sync tools/bitmap with mother linux (Andrew Halaney) [RHEL-24205]
- serial: core: Keep mctrl register state and cached copy in sync (Andrew Halaney) [RHEL-24205]
- serial: stm32: correct loop for dma error handling (Andrew Halaney) [RHEL-24205]
- serial: stm32: fix flow control transfer in DMA mode (Andrew Halaney) [RHEL-24205]
- serial: stm32: rework TX DMA state condition (Andrew Halaney) [RHEL-24205]
- serial: stm32: move tx dma terminate DMA to shutdown (Andrew Halaney) [RHEL-24205]
- serial: pl011: Drop redundant DTR/RTS preservation on close/open (Andrew Halaney) [RHEL-24205]
- serial: pl011: Drop CR register reset on set_termios (Andrew Halaney) [RHEL-24205]
- serial: pl010: Drop CR register reset on set_termios (Andrew Halaney) [RHEL-24205]
- serial: liteuart: fix MODULE_ALIAS (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: Fix return error code in case of dma_alloc_coherent() failure (Andrew Halaney) [RHEL-24205]
- Revert "serdev: BREAK/FRAME/PARITY/OVERRUN notification prototype V2" (Andrew Halaney) [RHEL-24205]
- serdev: Do not instantiate serdevs on boards with known bogus DSDT entries (Andrew Halaney) [RHEL-24205]
- tty: goldfish: Use platform_get_irq() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serdev: BREAK/FRAME/PARITY/OVERRUN notification prototype V2 (Andrew Halaney) [RHEL-24205]
- tty: serial: meson: Drop the legacy compatible strings and clock code (Andrew Halaney) [RHEL-24205]
- serial: pmac_zilog: Use platform_get_irq() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serial: bcm63xx: Use platform_get_irq() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serial: ar933x: Use platform_get_irq() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serial: vt8500: Use platform_get_irq() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serial: altera_jtaguart: Use platform_get_irq_optional() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serial: pxa: Use platform_get_irq() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serial: meson: Use platform_get_irq() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: Propagate error codes from brcmuart_probe() (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: Use platform_get_irq() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serial: altera: Use platform_get_irq_optional() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serial: lantiq: store and compare return status correctly (Andrew Halaney) [RHEL-24205]
- serial: 8250: Move Alpha-specific quirk out of the core (Andrew Halaney) [RHEL-24205]
- serial: Fix incorrect rs485 polarity on uart open (Andrew Halaney) [RHEL-24205]
- docs/driver-api: Replace a comma in the n_gsm.rst with a double colon (Andrew Halaney) [RHEL-24205]
- tty: Fix the keyboard led light display problem (Andrew Halaney) [RHEL-24205]
- tty/ldsem: Fix syntax errors in comments (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printouts (Andrew Halaney) [RHEL-24205]
- serial: 8250_pericom: Use serial_dl_write() instead of open coded (Andrew Halaney) [RHEL-24205]
- serial: 8250_pericom: Re-enable higher baud rates (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Split out Pericom driver (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: Fix console registration from module (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: Enable console as module (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: Remove USI initialization (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: remove redundant assignment to tmp after the mask operation (Andrew Halaney) [RHEL-24205]
- serial: atmel: Use platform_get_irq() to get the interrupt (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: Use devm_clk_get_optional() (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: Use dev_err_probe() (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: Drop support for "sci_ick" clock (Andrew Halaney) [RHEL-24205]
- serial: lantiq: Use platform_get_irq() to get the interrupt (Andrew Halaney) [RHEL-24205]
- tty: serial: sh-sci: Add support for R-Car Gen4 (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: renesas,scif: Document r8a779f0 bindings (Andrew Halaney) [RHEL-24205]
- xen/console: harden hvc_xen against event channel storms (Andrew Halaney) [RHEL-24205]
- serial: 8250_fintek: Fix garbled text for console (Andrew Halaney) [RHEL-24205]
- tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous (Andrew Halaney) [RHEL-24205]
- tty: mips_ejtag_fdc: Make use of the helper function kthread_run_on_cpu() (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: UART errors after resuming from S2 (Andrew Halaney) [RHEL-24205]
- serial: amba-pl011: do not request memory region twice (Andrew Halaney) [RHEL-24205]
- tty: serial: uartlite: allow 64 bit address (Andrew Halaney) [RHEL-24205]
- Documentation: add TTY chapter (Andrew Halaney) [RHEL-24205]
- tty: add kernel-doc for tty_standard_install (Andrew Halaney) [RHEL-24205]
- tty: more kernel-doc for tty_ldisc (Andrew Halaney) [RHEL-24205]
- tty: make tty_ldisc docs up-to-date (Andrew Halaney) [RHEL-24205]
- tty: move tty_ldisc docs to new Documentation/tty/ (Andrew Halaney) [RHEL-24205]
- tty: add kernel-doc for more tty_port functions (Andrew Halaney) [RHEL-24205]
- tty: add kernel-doc for more tty_driver functions (Andrew Halaney) [RHEL-24205]
- tty: reformat kernel-doc in n_tty.c (Andrew Halaney) [RHEL-24205]
- tty: fix kernel-doc in n_tty.c (Andrew Halaney) [RHEL-24205]
- tty: reformat kernel-doc in tty_buffer.c (Andrew Halaney) [RHEL-24205]
- tty: reformat kernel-doc in tty_ldisc.c (Andrew Halaney) [RHEL-24205]
- tty: reformat kernel-doc in tty_io.c (Andrew Halaney) [RHEL-24205]
- tty: reformat kernel-doc in tty_port.c (Andrew Halaney) [RHEL-24205]
- tty: reformat TTY_DRIVER_ flags into kernel-doc (Andrew Halaney) [RHEL-24205]
- tty: combine tty_ldisc_ops docs into kernel-doc (Andrew Halaney) [RHEL-24205]
- tty: combine tty_operations triple docs into kernel-doc (Andrew Halaney) [RHEL-24205]
- tty: add kernel-doc for tty_ldisc_ops (Andrew Halaney) [RHEL-24205]
- tty: add kernel-doc for tty_port_operations (Andrew Halaney) [RHEL-24205]
- tty: add kernel-doc for tty_operations (Andrew Halaney) [RHEL-24205]
- tty: add kernel-doc for tty_driver (Andrew Halaney) [RHEL-24205]
- tty: add kernel-doc for tty_port (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: Call dma_async_issue_pending() (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: Check return code of dmaengine_submit() (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: rewrite pericom_do_set_divisor() (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fix RTS modem control while in rs485 mode (Andrew Halaney) [RHEL-24205]
- tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown() (Andrew Halaney) [RHEL-24205]
- tty: serial: imx: clear the RTSD status before enable the RTSD irq (Andrew Halaney) [RHEL-24205]
- serial: 8250_dw: Add StarFive JH7100 quirk (Andrew Halaney) [RHEL-24205]
- mxser: use PCI_DEVICE_DATA (Andrew Halaney) [RHEL-24205]
- mxser: move ids from pci_ids.h here (Andrew Halaney) [RHEL-24205]
- mxser: add MOXA prefix to some PCI device IDs (Andrew Halaney) [RHEL-24205]
- mxser: increase buf_overrun if tty_insert_flip_char() fails (Andrew Halaney) [RHEL-24205]
- mxser: remove tty parameter from mxser_receive_chars_new() (Andrew Halaney) [RHEL-24205]
- mxser: don't throttle manually (Andrew Halaney) [RHEL-24205]
- mxser: clean up timeout handling in mxser_wait_until_sent() (Andrew Halaney) [RHEL-24205]
- mxser: use msleep_interruptible() in mxser_wait_until_sent() (Andrew Halaney) [RHEL-24205]
- mxser: extract TX empty check from mxser_wait_until_sent() (Andrew Halaney) [RHEL-24205]
- mxser: use tty_port_close() in mxser_close() (Andrew Halaney) [RHEL-24205]
- mxser: don't flush buffer from mxser_close() directly (Andrew Halaney) [RHEL-24205]
- mxser: call stop_rx from mxser_shutdown_port() (Andrew Halaney) [RHEL-24205]
- mxser: remove tty->driver_data NULL check (Andrew Halaney) [RHEL-24205]
- mxser: remove pointless xmit_buf checks (Andrew Halaney) [RHEL-24205]
- mxser: clean up tx handling in mxser_transmit_chars() (Andrew Halaney) [RHEL-24205]
- mxser: move MSR read to mxser_check_modem_status() (Andrew Halaney) [RHEL-24205]
- mxser: keep only !tty test in ISR (Andrew Halaney) [RHEL-24205]
- mxser: rename mxser_close_port() to mxser_stop_rx() (Andrew Halaney) [RHEL-24205]
- mxser: remove wait for sent from mxser_close_port (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: Add support to deassert/assert reset line (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: renesas,sci: Document RZ/G2L SoC (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: renesas,scif: Make resets as a required property (Andrew Halaney) [RHEL-24205]
- tty: serial, join uport checks in uart_port_shutdown() (Andrew Halaney) [RHEL-24205]
- tty: clean up whitespace in __do_SAK() (Andrew Halaney) [RHEL-24205]
- tty: remove tty NULL check from __do_SAK() (Andrew Halaney) [RHEL-24205]
- tty: remove TTY_SOFT_SAK part from __do_SAK() (Andrew Halaney) [RHEL-24205]
- n_gsm: remove unused parameters from gsm_error() (Andrew Halaney) [RHEL-24205]
- arm: remove zte zx platform left-over (Andrew Halaney) [RHEL-24205]
- serial: 8250: replace snprintf in show functions with sysfs_emit (Andrew Halaney) [RHEL-24205]
- serial: liteuart: relax compile-test dependencies (Andrew Halaney) [RHEL-24205]
- serial: liteuart: fix minor-number leak on probe errors (Andrew Halaney) [RHEL-24205]
- serial: liteuart: fix use-after-free and memleak on unbind (Andrew Halaney) [RHEL-24205]
- serial: liteuart: Fix NULL pointer dereference in ->remove() (Andrew Halaney) [RHEL-24205]
- tty: serial: msm_serial: Deactivate RX DMA for polling support (Andrew Halaney) [RHEL-24205]
- serial: core: fix transmit-buffer reset and memleak (Andrew Halaney) [RHEL-24205]
- xen: flag xen_snd_front to be not essential for system boot (Andrew Halaney) [RHEL-24205]
- xen: flag pvcalls-front to be not essential for system boot (Andrew Halaney) [RHEL-24205]
- xen: flag hvc_xen to be not essential for system boot (Andrew Halaney) [RHEL-24205]
- xen: add "not_essential" flag to struct xenbus_driver (Andrew Halaney) [RHEL-24205]
- serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE (Andrew Halaney) [RHEL-24205]
- tty: rpmsg: Define tty name via constant string literal (Andrew Halaney) [RHEL-24205]
- tty: rpmsg: Add pr_fmt() to prefix messages (Andrew Halaney) [RHEL-24205]
- tty: rpmsg: Use dev_err_probe() in ->probe() (Andrew Halaney) [RHEL-24205]
- tty: rpmsg: Unify variable used to keep an error code (Andrew Halaney) [RHEL-24205]
- tty: rpmsg: Assign returned id to a local variable (Andrew Halaney) [RHEL-24205]
- serial: stm32: push DMA RX data before suspending (Andrew Halaney) [RHEL-24205]
- serial: stm32: terminate / restart DMA transfer at suspend / resume (Andrew Halaney) [RHEL-24205]
- serial: stm32: rework RX dma initialization and release (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Remove empty stub pci_quatech_exit() (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Replace custom pci_match_id() implementation (Andrew Halaney) [RHEL-24205]
- serial: xilinx_uartps: Fix race condition causing stuck TX (Andrew Halaney) [RHEL-24205]
- serial: sunzilog: Mark sunzilog_putchar() __maybe_unused (Andrew Halaney) [RHEL-24205]
- Revert "tty: hvc: pass DMA capable memory to put_chars()" (Andrew Halaney) [RHEL-24205]
- Revert "virtio-console: remove unnecessary kmemdup()" (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Replace dev_*() by pci_*() macros (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Get rid of redundant 'else' keyword (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Refactor the loop in pci_ite887x_init() (Andrew Halaney) [RHEL-24205]
- tty: add rpmsg driver (Andrew Halaney) [RHEL-24205]
- serial: 8250: rename unlock labels (Andrew Halaney) [RHEL-24205]
- serial: stm32: update throttle and unthrottle ops for dma mode (Andrew Halaney) [RHEL-24205]
- serial: stm32: rework RX over DMA (Andrew Halaney) [RHEL-24205]
- serial: stm32: re-introduce an irq flag condition in usart_receive_chars (Andrew Halaney) [RHEL-24205]
- virtio-console: remove unnecessary kmemdup() (Andrew Halaney) [RHEL-24205]
- tty: hvc: pass DMA capable memory to put_chars() (Andrew Halaney) [RHEL-24205]
- tty: hvc: use correct dma alignment size (Andrew Halaney) [RHEL-24205]
- serial: imx: disable console clocks on unregister (Andrew Halaney) [RHEL-24205]
- serial: sc16is7xx: Make sc16is7xx_remove() return void (Andrew Halaney) [RHEL-24205]
- serial: max310x: Make max310x_remove() return void (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: Improve naming for common macro (Andrew Halaney) [RHEL-24205]
- tty: serial: atmel: use macros instead of hardcoded values (Andrew Halaney) [RHEL-24205]
- tty/sysrq: More intuitive Shift handling (Andrew Halaney) [RHEL-24205]
- Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field" (Andrew Halaney) [RHEL-24205]
- serial: 8250: allow disabling of Freescale 16550 compile test (Andrew Halaney) [RHEL-24205]
- serial: 8250: Fix reporting real baudrate value in c_ospeed field (Andrew Halaney) [RHEL-24205]
- serial: sifive: set pointer to NULL rather than 0. (Andrew Halaney) [RHEL-24205]
- mxser: store FCR state in mxser_port::FCR (Andrew Halaney) [RHEL-24205]
- mxser: don't read from UART_FCR (Andrew Halaney) [RHEL-24205]
- mxser: move FIFO clearing to mxser_disable_and_clear_FIFO() (Andrew Halaney) [RHEL-24205]
- mxser: simplify FCR computation in mxser_change_speed() (Andrew Halaney) [RHEL-24205]
- mxser: make mxser_port::ldisc_stop_rx a bool (Andrew Halaney) [RHEL-24205]
- mxser: simplify condition in mxser_receive_chars_new (Andrew Halaney) [RHEL-24205]
- mxser: restore baud rate if its setting fails (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: describe driver in KConfig (Andrew Halaney) [RHEL-24205]
- xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU (Andrew Halaney) [RHEL-24205]
- xen/x86: make "earlyprintk=xen" work better for PVH Dom0 (Andrew Halaney) [RHEL-24205]
- serial: 8250: remove duplicated BRI0A49 and BDP3336 entries (Andrew Halaney) [RHEL-24205]
- serial: 8250_fsl: Move fsl8250_data to ACPI section (Andrew Halaney) [RHEL-24205]
- serial: 8250: SERIAL_8250_EM should depend on ARCH_RENESAS (Andrew Halaney) [RHEL-24205]
- tty: remove flags from struct tty_ldisc_ops (Andrew Halaney) [RHEL-24205]
- tty: unexport tty_ldisc_release (Andrew Halaney) [RHEL-24205]
- tty: moxa: merge moxa.h into moxa.c (Andrew Halaney) [RHEL-24205]
- tty: synclink_gt: rename a conflicting function name (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: Modify cr bit value when config requester (Andrew Halaney) [RHEL-24205]
- tty: n_gsm: Add some instructions and code for requester (Andrew Halaney) [RHEL-24205]
- serial: mvebu-uart: fix driver's tx_empty callback (Andrew Halaney) [RHEL-24205]
- serial: 8250: 8250_omap: Fix RX_LVL register offset (Andrew Halaney) [RHEL-24205]
- tty: serial: uartlite: Prevent changing fixed parameters (Andrew Halaney) [RHEL-24205]
- sh: j2: Update uartlite binding with data and parity properties (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: uartlite: Add properties for synthesis-time parameters (Andrew Halaney) [RHEL-24205]
- dt-bindings: serial: uartlite: Convert to json-schema (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: Prefer struct_size over open coded arithmetic (Andrew Halaney) [RHEL-24205]
- console: consume APC, DM, DCS (Andrew Halaney) [RHEL-24205]
- tty: serial: uartlite: Use read_poll_timeout for a polling loop (Andrew Halaney) [RHEL-24205]
- tty: serial: uartlite: Use constants in early_uartlite_putc (Andrew Halaney) [RHEL-24205]
- tty: Fix data race between tiocsti() and flush_to_ldisc() (Andrew Halaney) [RHEL-24205]
- serial: vt8500: Use of_device_get_match_data (Andrew Halaney) [RHEL-24205]
- serial: 8250_ingenic: Use of_device_get_match_data (Andrew Halaney) [RHEL-24205]
- tty: serial: linflexuart: Remove redundant check to simplify the code (Andrew Halaney) [RHEL-24205]
- mxser: use semi-colons instead of commas (Andrew Halaney) [RHEL-24205]
- tty: moxa: use semi-colons instead of commas (Andrew Halaney) [RHEL-24205]
- tty: replace in_irq() with in_hardirq() (Andrew Halaney) [RHEL-24205]
- serial: sh-sci: fix break handling for sysrq (Andrew Halaney) [RHEL-24205]
- serial: stm32: use devm_platform_get_and_ioremap_resource() (Andrew Halaney) [RHEL-24205]
- serial: stm32: use the defined variable to simplify code (Andrew Halaney) [RHEL-24205]
- Revert "arm pl011 serial: support multi-irq request" (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: Add Exynos850 SoC data (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: Fix driver data macros style (Andrew Halaney) [RHEL-24205]
- tty: serial: samsung: Init USI to keep clocks running (Andrew Halaney) [RHEL-24205]
- platform/surface: aggregator: Use serdev_acpi_get_uart_resource() helper (Andrew Halaney) [RHEL-24205]
- serdev: Split and export serdev_acpi_get_uart_resource() (Andrew Halaney) [RHEL-24205]
- serial: stm32: fix the conditional expression writing (Andrew Halaney) [RHEL-24205]
- serial: omap: Only allow if 8250_omap is not selected (Andrew Halaney) [RHEL-24205]
- vt: keyboard.c: make console an unsigned int (Andrew Halaney) [RHEL-24205]
- vt: keyboard: treat kbd_table as an array all the time. (Andrew Halaney) [RHEL-24205]
- serial: 8250_pci: make setup_port() parameters explicitly unsigned (Andrew Halaney) [RHEL-24205]
- tty: pdc_cons, free tty_driver upon failure (Andrew Halaney) [RHEL-24205]
- tty: drop put_tty_driver (Andrew Halaney) [RHEL-24205]
- tty: drop alloc_tty_driver (Andrew Halaney) [RHEL-24205]
- xtensa: ISS: don't panic in rs_init (Andrew Halaney) [RHEL-24205]
- serial: max310x: Use clock-names property matching to recognize EXTCLK (Andrew Halaney) [RHEL-24205]
- serial: 8250: Define RX trigger levels for OxSemi 950 devices (Andrew Halaney) [RHEL-24205]
- tty: hvc: replace BUG_ON() with negative return value (Andrew Halaney) [RHEL-24205]
- amiserial: remove unused state from shutdown (Andrew Halaney) [RHEL-24205]
- amiserial: pack and sort includes (Andrew Halaney) [RHEL-24205]
- amiserial: expand serial_isroot (Andrew Halaney) [RHEL-24205]
- amiserial: simplify rs_open (Andrew Halaney) [RHEL-24205]
- amiserial: remove serial_state::xmit_fifo_size (Andrew Halaney) [RHEL-24205]
- amiserial: remove stale comment (Andrew Halaney) [RHEL-24205]
- amiserial: remove unused DBG_CNT (Andrew Halaney) [RHEL-24205]
- serial: 8250_exar: Add ->unregister_gpio() callback (Andrew Halaney) [RHEL-24205]
- tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous" (Andrew Halaney) [RHEL-24205]
- tty: serial: uartlite: Add runtime pm support (Andrew Halaney) [RHEL-24205]
- tty: serial: uartlite: Disable clocks in case of errors (Andrew Halaney) [RHEL-24205]
- tty: Fix out-of-bound vmalloc access in imageblit (Andrew Halaney) [RHEL-24205]
- serial: samsung: use dma_ops of DMA if attached (Andrew Halaney) [RHEL-24205]
- arm pl011 serial: support multi-irq request (Andrew Halaney) [RHEL-24205]
- serial: amba-pl011: add RS485 support (Andrew Halaney) [RHEL-24205]
- tty: serial: jsm: hold port lock when reporting modem line changes (Andrew Halaney) [RHEL-24205]
- serial: core: Report magic multiplier extra baud rates (Andrew Halaney) [RHEL-24205]
- serial: 8250: extend compile-test coverage (Andrew Halaney) [RHEL-24205]
- serial: 8250_bcm7271: use NULL to initialized a null pointer (Andrew Halaney) [RHEL-24205]
- serial: 8250_pnp: Support configurable clock frequency (Andrew Halaney) [RHEL-24205]
- serial: 8250: 8250_omap: make a const array static, makes object smaller (Andrew Halaney) [RHEL-24205]
- Revert "tty/serial/omap: Make the locking RT aware" (Andrew Halaney) [RHEL-24205]
- Revert "tty/serial/pl011: Make the locking work on RT" (Andrew Halaney) [RHEL-24205]
- Revert "printk: Bring back the RT bits." (Andrew Halaney) [RHEL-24205]
- Revert "printk: add infrastucture for atomic consoles" (Andrew Halaney) [RHEL-24205]
- Revert "serial: 8250: implement write_atomic" (Andrew Halaney) [RHEL-24205]
- Revert "printk: avoid preempt_disable() for PREEMPT_RT" (Andrew Halaney) [RHEL-24205]
- Revert "printk: allow disabling printk per-console device kthreads at boot" (Andrew Halaney) [RHEL-24205]
- Revert "serial: Make ->set_termios() old ktermios const" (Andrew Halaney) [RHEL-24205]
- Revert "serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART" (Andrew Halaney) [RHEL-24205]
Resolves: RHEL-24205, RHEL-3987

Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
This commit is contained in:
Lucas Zampieri 2024-05-14 11:26:24 -03:00
parent d03c9992ac
commit b6216ec08f
No known key found for this signature in database
GPG Key ID: 6DA90B962E68B074
19 changed files with 3491 additions and 8 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 5
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 449
RHEL_RELEASE = 450
#
# ZSTREAM

View File

@ -3016,6 +3016,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
CONFIG_LIBCRC32C=m
# CONFIG_LIBERTAS is not set
@ -4799,6 +4800,7 @@ CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y
CONFIG_RPCSEC_GSS_KRB5_KUNIT_TEST=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_TTY is not set
# CONFIG_RPMSG_VIRTIO is not set
# CONFIG_RPR0521 is not set
# CONFIG_RT2400PCI is not set
@ -5363,7 +5365,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_RT288X=y
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -5383,6 +5387,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
CONFIG_SERIAL_FSL_LPUART=y

View File

@ -2995,6 +2995,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
CONFIG_LIBCRC32C=m
# CONFIG_LIBERTAS is not set
@ -4777,6 +4778,7 @@ CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y
CONFIG_RPCSEC_GSS_KRB5_KUNIT_TEST=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_TTY is not set
# CONFIG_RPMSG_VIRTIO is not set
# CONFIG_RPR0521 is not set
# CONFIG_RT2400PCI is not set
@ -5341,7 +5343,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_RT288X=y
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -5361,6 +5365,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
CONFIG_SERIAL_FSL_LPUART=y

View File

@ -3013,6 +3013,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
CONFIG_LIBCRC32C=m
# CONFIG_LIBERTAS is not set
@ -4796,6 +4797,7 @@ CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y
CONFIG_RPCSEC_GSS_KRB5_KUNIT_TEST=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_TTY is not set
# CONFIG_RPMSG_VIRTIO is not set
# CONFIG_RPR0521 is not set
# CONFIG_RT2400PCI is not set
@ -5360,7 +5362,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_RT288X=y
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -5380,6 +5384,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
CONFIG_SERIAL_FSL_LPUART=y

View File

@ -2992,6 +2992,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
CONFIG_LIBCRC32C=m
# CONFIG_LIBERTAS is not set
@ -4774,6 +4775,7 @@ CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y
CONFIG_RPCSEC_GSS_KRB5_KUNIT_TEST=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_TTY is not set
# CONFIG_RPMSG_VIRTIO is not set
# CONFIG_RPR0521 is not set
# CONFIG_RT2400PCI is not set
@ -5338,7 +5340,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_RT288X=y
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -5358,6 +5362,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
CONFIG_SERIAL_FSL_LPUART=y

View File

@ -3071,6 +3071,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
CONFIG_LIBCRC32C=m
# CONFIG_LIBERTAS is not set
@ -4886,6 +4887,7 @@ CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y
CONFIG_RPCSEC_GSS_KRB5_KUNIT_TEST=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_TTY is not set
# CONFIG_RPMSG_VIRTIO is not set
# CONFIG_RPR0521 is not set
CONFIG_RSEQ=y
@ -5451,7 +5453,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_RT288X=y
@ -5472,6 +5476,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
CONFIG_SERIAL_FSL_LPUART=y

View File

@ -3050,6 +3050,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
CONFIG_LIBCRC32C=m
# CONFIG_LIBERTAS is not set
@ -4864,6 +4865,7 @@ CONFIG_RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y
CONFIG_RPCSEC_GSS_KRB5_KUNIT_TEST=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_TTY is not set
# CONFIG_RPMSG_VIRTIO is not set
# CONFIG_RPR0521 is not set
CONFIG_RSEQ=y
@ -5429,7 +5431,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_RT288X=y
@ -5450,6 +5454,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
CONFIG_SERIAL_FSL_LPUART=y

View File

@ -2718,6 +2718,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
CONFIG_LIBCRC32C=m
# CONFIG_LIBERTAS is not set
@ -4876,7 +4877,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -4891,6 +4894,7 @@ CONFIG_SERIAL_ARC_NR_PORTS=1
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_ICOM=m

View File

@ -2698,6 +2698,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
CONFIG_LIBCRC32C=m
# CONFIG_LIBERTAS is not set
@ -4856,7 +4857,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -4871,6 +4874,7 @@ CONFIG_SERIAL_ARC_NR_PORTS=1
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_ICOM=m

View File

@ -2700,6 +2700,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
CONFIG_LIBCRC32C=m
# CONFIG_LIBERTAS is not set
@ -4862,7 +4863,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -4876,6 +4879,7 @@ CONFIG_SERIAL_ARC_NR_PORTS=1
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=m
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_JSM=m

View File

@ -2680,6 +2680,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
CONFIG_LIBCRC32C=m
# CONFIG_LIBERTAS is not set
@ -4842,7 +4843,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -4856,6 +4859,7 @@ CONFIG_SERIAL_ARC_NR_PORTS=1
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=m
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_JSM=m

View File

@ -2691,6 +2691,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LG_LAPTOP is not set
# CONFIG_LIBCRC32C is not set
# CONFIG_LIBERTAS is not set
@ -4861,7 +4862,9 @@ CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -4875,6 +4878,7 @@ CONFIG_SERIAL_ARC_NR_PORTS=1
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=m
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_JSM=m

View File

@ -2890,6 +2890,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LEGACY_VSYSCALL_EMULATE is not set
# CONFIG_LEGACY_VSYSCALL_NONE is not set
CONFIG_LEGACY_VSYSCALL_XONLY=y
@ -5098,7 +5099,9 @@ CONFIG_SERIAL_8250_LPSS=m
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=64
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -5113,6 +5116,7 @@ CONFIG_SERIAL_ARC_NR_PORTS=1
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_JSM=m

View File

@ -2870,6 +2870,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LEGACY_VSYSCALL_EMULATE is not set
# CONFIG_LEGACY_VSYSCALL_NONE is not set
CONFIG_LEGACY_VSYSCALL_XONLY=y
@ -5077,7 +5078,9 @@ CONFIG_SERIAL_8250_LPSS=m
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=64
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@ -5092,6 +5095,7 @@ CONFIG_SERIAL_ARC_NR_PORTS=1
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_JSM=m

View File

@ -2947,6 +2947,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LEGACY_VSYSCALL_EMULATE is not set
# CONFIG_LEGACY_VSYSCALL_NONE is not set
CONFIG_LEGACY_VSYSCALL_XONLY=y
@ -5189,7 +5190,9 @@ CONFIG_SERIAL_8250_LPSS=m
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=64
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_RT288X is not set
@ -5205,6 +5208,7 @@ CONFIG_SERIAL_ARC_NR_PORTS=1
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_JSM=m

View File

@ -2927,6 +2927,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_USER is not set
CONFIG_LED_TRIGGER_PHY=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
# CONFIG_LEGACY_VSYSCALL_EMULATE is not set
# CONFIG_LEGACY_VSYSCALL_NONE is not set
CONFIG_LEGACY_VSYSCALL_XONLY=y
@ -5168,7 +5169,9 @@ CONFIG_SERIAL_8250_LPSS=m
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_NR_UARTS=64
CONFIG_SERIAL_8250_PCI1XXXX=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PERICOM=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_RT288X is not set
@ -5184,6 +5187,7 @@ CONFIG_SERIAL_ARC_NR_PORTS=1
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_SERIAL_EARLYCON_SEMIHOST is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_JSM=m

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
SHA512 (linux-5.14.0-449.el9.tar.xz) = b8941d7b495211fc0135d51508198e2da14b2a322a70ec73782587ce1d729781b5e5b9f5dd2c38e503fd00f3e22d91f8e3b573a90984e236994c90be8591301c
SHA512 (kernel-abi-stablelists-5.14.0-449.el9.tar.bz2) = 80bd7cbc05dd7e7b00e2b2b0bd19e89fd038539fe32f650139934e3fd463bc171e73c6030d451646e5115023301022065a94dc196c9e65101188691b7a013849
SHA512 (kernel-kabi-dw-5.14.0-449.el9.tar.bz2) = 6007cecb0b5b0c90343ee2f5c44f0a5b644b3afd6a8874ecc360bd784448ff45a7abd9cfcf215e229e8cb62cf82e76d4be5a5ddfd9cff07b8d5100811327d09f
SHA512 (linux-5.14.0-450.el9.tar.xz) = dc3cde33b29f97e7f044cb8e04380b819bc37f5fbbf5e61f07c381742bce349c91dbd2b29c0b70a316d796e6d7b239ddbc6af40ef4bf9010047ce3c3344cd18c
SHA512 (kernel-abi-stablelists-5.14.0-450.el9.tar.bz2) = 3f55e75be97e8a48c5e660116f5aea3c382bbdb4001a8630a8cbf6bd2953e3341a515d25721f2c87fc4edff7913c7629a276e955c73adbe022b6c4eeb180befe
SHA512 (kernel-kabi-dw-5.14.0-450.el9.tar.bz2) = 6007cecb0b5b0c90343ee2f5c44f0a5b644b3afd6a8874ecc360bd784448ff45a7abd9cfcf215e229e8cb62cf82e76d4be5a5ddfd9cff07b8d5100811327d09f