aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2023-07-25tty: serial: meson: redesign the module to platform_driverDmitry Rokosov1-36/+15
2023-07-25tty: serial: meson: use dev_err_probeDmitry Rokosov1-2/+2
2023-07-258250_men_mcb: Make UART config auto configurableRodríguez Barbarin, José Javier1-19/+24
2023-07-258250_men_mcb: Read num ports from register data.Rodríguez Barbarin, José Javier1-49/+138
2023-07-258250_men_mcb: Add clockrate speed for G215/F215 boardsRodríguez Barbarin, José Javier1-2/+2
2023-07-25serial: tegra: Don't print error on probe deferralJon Hunter1-4/+2
2023-07-25tty: Explicitly include correct DT includesRob Herring28-36/+21
2023-07-25serial: qcom-geni: use icc tag definesJohan Hovold1-1/+1
2023-07-25Documentation: devices.txt: reconcile serial/ucc_uart minor numersRandy Dunlap1-1/+1
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby34-48/+53
2023-07-25serial: omap-serial: remove flag from serial_omap_rdi()Jiri Slaby1-3/+1
2023-07-25serial: arc_uart: simplify flags handling in arc_serial_rx_chars()Jiri Slaby1-15/+12
2023-07-25serial: pass state to __uart_start() directlyJiri Slaby1-5/+4
2023-07-25serial: make uart_insert_char() accept u8sJiri Slaby1-1/+1
2023-07-25serial: convert uart sysrq handling to u8Jiri Slaby1-2/+2
2023-07-25tty: sysrq: use switch in sysrq_key_table_key2index()Jiri Slaby1-11/+10
2023-07-25tty: sysrq: switch the rest of keys to u8Jiri Slaby1-8/+8
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-20/+20
2023-07-25tty: sysrq: rename and re-type i in sysrq_handle_loglevel()Jiri Slaby1-4/+3
2023-07-25n_tty: make many tty parameters constJiri Slaby1-15/+17
2023-07-25n_tty: pass ldata to canon_skip_eof() directlyJiri Slaby1-3/+2
2023-07-25n_tty: simplify and sanitize zero_buffer()Jiri Slaby1-6/+3
2023-07-25n_tty: drop fp from n_tty_receive_buf_real_raw()Jiri Slaby1-2/+2
2023-07-25tty: make check_tty_count() voidJiri Slaby1-3/+1
2023-07-25tty: n_gsm: fix UAF in gsm_cleanup_muxChaoyuan Peng1-1/+3
2023-07-24serial: qcom-geni: drop bogus runtime pm state updateJohan Hovold1-7/+0
2023-07-20TIOCSTI: always enable for CAP_SYS_ADMINSamuel Thibault1-1/+1
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds44-408/+2123
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+5
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2023-06-21tty_audit: make data of tty_audit_log() constJiri Slaby1-1/+1
2023-06-21tty_audit: make tty pointers in exposed functions constJiri Slaby2-7/+9
2023-06-21tty_audit: make icanon a boolJiri Slaby1-2/+2
2023-06-21tty_audit: invert the condition in tty_audit_log()Jiri Slaby1-11/+11
2023-06-21tty_audit: use kzalloc() in tty_audit_buf_alloc()Jiri Slaby1-4/+4
2023-06-21tty_audit: use TASK_COMM_LEN for task commJiri Slaby1-1/+1
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao3-28/+3
2023-06-21serial: atmel: don't enable IRQs prematurelyDan Carpenter1-2/+2
2023-06-19tty: serial: Add Nuvoton ma35d1 serial driver supportJacky Huang3-0/+845
2023-06-19tty: serial: fsl_lpuart: add earlycon for imx8ulp platformSherry Sun1-0/+1
2023-06-19tty: serial: imx: fix rs485 rx after txMartin Fuzzey1-5/+13
2023-06-16docs: update some straggling Documentation/arm referencesJonathan Corbet1-2/+2
2023-06-15tty: tty_io: update timestamps on all device nodesMichal Sekletar1-11/+20
2023-06-15tty: fix hang on tty device with no_room setHui Li1-4/+21
2023-06-15serial: core: fix -EPROBE_DEFER handling in initDan Carpenter1-5/+5
2023-06-15serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren1-5/+15
2023-06-13tty: serial: samsung_tty: Use abs() to simplify some codeChristophe JAILLET1-3/+2
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clkChristophe JAILLET1-0/+8
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of errorChristophe JAILLET1-1/+5