summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2023-07-25serial: clps711x: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-07-25serial: bcm63xx-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-07-25serial: ar933x: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-07-25serial: qcom-geni: clean up clock-rate debug printkJohan Hovold
2023-07-25serial: qcom-geni: fix opp vote on shutdownJohan Hovold
2023-07-25tty: serial: fsl_lpuart: add IDLE interrupt support for rx_dma on imx7ulp/imx...Sherry Sun
2023-07-25tty: serial: fsl_lpuart: move the lpuart32_int() belowSherry Sun
2023-07-25tty: serial: 8250: Define earlycon for mrvl,mmp-uartDuje Mihanović
2023-07-25tty: serial: meson: add independent uart_data for A1 SoC familyDmitry Rokosov
2023-07-25tty: serial: meson: introduce separate uart_data for S4 SoC familyDmitry Rokosov
2023-07-25tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCsDmitry Rokosov
2023-07-25tty: serial: meson: redesign the module to platform_driverDmitry Rokosov
2023-07-25tty: serial: meson: use dev_err_probeDmitry Rokosov
2023-07-258250_men_mcb: Make UART config auto configurableRodríguez Barbarin, José Javier
2023-07-258250_men_mcb: Read num ports from register data.Rodríguez Barbarin, José Javier
2023-07-258250_men_mcb: Add clockrate speed for G215/F215 boardsRodríguez Barbarin, José Javier
2023-07-25serial: tegra: Don't print error on probe deferralJon Hunter
2023-07-25tty: Explicitly include correct DT includesRob Herring
2023-07-25serial: qcom-geni: use icc tag definesJohan Hovold
2023-07-25Documentation: devices.txt: reconcile serial/ucc_uart minor numersRandy Dunlap
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2023-07-25serial: omap-serial: remove flag from serial_omap_rdi()Jiri Slaby
2023-07-25serial: arc_uart: simplify flags handling in arc_serial_rx_chars()Jiri Slaby
2023-07-25serial: pass state to __uart_start() directlyJiri Slaby
2023-07-25serial: make uart_insert_char() accept u8sJiri Slaby
2023-07-25serial: convert uart sysrq handling to u8Jiri Slaby
2023-07-25tty: sysrq: use switch in sysrq_key_table_key2index()Jiri Slaby
2023-07-25tty: sysrq: switch the rest of keys to u8Jiri Slaby
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby
2023-07-25tty: sysrq: rename and re-type i in sysrq_handle_loglevel()Jiri Slaby
2023-07-25n_tty: make many tty parameters constJiri Slaby
2023-07-25n_tty: pass ldata to canon_skip_eof() directlyJiri Slaby
2023-07-25n_tty: simplify and sanitize zero_buffer()Jiri Slaby
2023-07-25n_tty: drop fp from n_tty_receive_buf_real_raw()Jiri Slaby
2023-07-25tty: make check_tty_count() voidJiri Slaby
2023-07-25tty: n_gsm: fix UAF in gsm_cleanup_muxChaoyuan Peng
2023-07-24serial: qcom-geni: drop bogus runtime pm state updateJohan Hovold
2023-07-20TIOCSTI: always enable for CAP_SYS_ADMINSamuel Thibault
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-21tty_audit: make data of tty_audit_log() constJiri Slaby
2023-06-21tty_audit: make tty pointers in exposed functions constJiri Slaby
2023-06-21tty_audit: make icanon a boolJiri Slaby
2023-06-21tty_audit: invert the condition in tty_audit_log()Jiri Slaby
2023-06-21tty_audit: use kzalloc() in tty_audit_buf_alloc()Jiri Slaby
2023-06-21tty_audit: use TASK_COMM_LEN for task commJiri Slaby
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao
2023-06-21serial: atmel: don't enable IRQs prematurelyDan Carpenter