aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds110-1628/+1606
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-8/+3
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2023-08-27tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()Jiri Slaby (SUSE)1-13/+12
2023-08-27tty: n_tty: extract ECHO_OP processing to a separate functionJiri Slaby (SUSE)1-96/+98
2023-08-27tty: n_tty: unify counts to size_tJiri Slaby (SUSE)1-17/+15
2023-08-27tty: n_tty: use u8 for chars and flagsJiri Slaby (SUSE)1-36/+36
2023-08-27tty: n_tty: simplify chars_in_buffer()Jiri Slaby (SUSE)1-6/+2
2023-08-27tty: n_tty: remove unsigned char casts from character constantsJiri Slaby (SUSE)1-3/+3
2023-08-27tty: n_tty: move newline handling to a separate functionJiri Slaby (SUSE)1-8/+19
2023-08-27tty: n_tty: move canon handling to a separate functionJiri Slaby (SUSE)1-71/+87
2023-08-27tty: n_tty: use MASK() for masking out size bitsJiri Slaby (SUSE)1-12/+11
2023-08-27tty: n_tty: make n_tty_data::num_overrun unsignedJiri Slaby (SUSE)1-2/+2
2023-08-27tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()Jiri Slaby (SUSE)1-2/+1
2023-08-27tty: n_tty: use 'num' for writes' countsJiri Slaby (SUSE)1-9/+8
2023-08-27tty: n_tty: use output character directlyJiri Slaby (SUSE)1-2/+1
2023-08-27tty: n_tty: make flow of n_tty_receive_buf_common() a boolJiri Slaby (SUSE)1-3/+3
2023-08-27Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure1-2/+0
2023-08-22serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen2-3/+9
2023-08-22serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve1-0/+4
2023-08-22serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve1-1/+10
2023-08-22serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve1-35/+108
2023-08-22serial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve1-3/+1
2023-08-22serial: sc16is7xx: fix broken port 0 uart initHugo Villeneuve1-0/+6
2023-08-22serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang1-1/+4
2023-08-22serial: tegra: handle clk prepare error in tegra_uart_hw_init()Yi Yang1-1/+5
2023-08-22serial: sifive: Add suspend and resume operationsNick Hu1-0/+18
2023-08-22tty: serial: meson: Add a earlycon for the T7 SoCLucas Tanure1-0/+2
2023-08-22serial: stm32: synchronize RX DMA channel in shutdownAmelie Delaunay1-1/+3
2023-08-22serial: stm32: replace access to DMAR bit by dmaengine_pause/resumeValentin Caron1-94/+106
2023-08-22serial: stm32: group dma pause/resume error handling into single functionValentin Caron2-45/+83
2023-08-22serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabledValentin Caron1-8/+8
2023-08-22serial: stm32: use DMAT as a configuration bitValentin Caron1-5/+3
2023-08-22serial: stm32: avoid clearing DMAT bit during transferValentin Caron1-32/+44
2023-08-22tty: n_gsm: add restart flag to extended ioctl configDaniel Starke1-0/+23
2023-08-22tty: n_gsm: cleanup gsm_control_command and gsm_control_replyDaniel Starke1-4/+6
2023-08-22tty: n_gsm: increase gsm_mux unsupported counted where appropriateDaniel Starke1-0/+3
2023-08-22tty: n_gsm: increase malformed counter for malformed control framesDaniel Starke1-1/+3
2023-08-22tty: n_gsm: add open_error counter to gsm_muxDaniel Starke1-5/+20
2023-08-22tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_configDaniel Starke1-2/+1
2023-08-22tty: n_gsm: add restart flag to DLC specific ioctl configDaniel Starke1-0/+4
2023-08-22tty: tty_buffer: invert conditions in __tty_buffer_request_room()Jiri Slaby (SUSE)1-22/+22
2023-08-22tty: tty_buffer: initialize variables in initializers alreadyJiri Slaby (SUSE)1-10/+3
2023-08-22tty: tty_buffer: better types in __tty_buffer_request_room()Jiri Slaby (SUSE)1-1/+2
2023-08-22tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()Jiri Slaby (SUSE)1-26/+0
2023-08-22tty: tty_buffer: let tty_prepare_flip_string() return size_tJiri Slaby (SUSE)1-2/+3
2023-08-22tty: tty_buffer: switch insert functions to size_tJiri Slaby (SUSE)1-6/+6
2023-08-22tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()Jiri Slaby (SUSE)1-0/+3
2023-08-22tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()Jiri Slaby (SUSE)1-55/+15
2023-08-22tty: tty_buffer: use struct_size() in tty_buffer_alloc()Jiri Slaby (SUSE)1-2/+1
2023-08-21kill do_each_thread()Oleg Nesterov1-2/+2
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman7-20/+68
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko1-6/+1
2023-08-18mm: remove arguments of show_mem()Kefeng Wang2-2/+2
2023-08-11serial: core: Fix serial core port id, including multiport devicesTony Lindgren2-1/+28
2023-08-11serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)1-3/+0
2023-08-11tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang1-1/+2
2023-08-11tty: vcc: convert counts to size_tJiri Slaby (SUSE)1-6/+6
2023-08-11tty: hvc: convert counts to size_tJiri Slaby (SUSE)3-9/+9
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)4-17/+14
2023-08-11tty: audit: unify to u8Jiri Slaby (SUSE)2-5/+5
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)20-27/+37
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)5-6/+6
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)20-42/+28
2023-08-11tty: use min() for size computation in iterate_tty_read()Jiri Slaby (SUSE)1-2/+1
2023-08-11tty: switch size and count types in iterate_tty_read() to size_tJiri Slaby (SUSE)1-2/+2
2023-08-11tty: use ssize_t for iterate_tty_read() returned typeJiri Slaby (SUSE)1-8/+8
2023-08-11tty: use min() in iterate_tty_write()Jiri Slaby (SUSE)1-6/+2
2023-08-11tty: rename and de-inline do_tty_write()Jiri Slaby (SUSE)1-3/+3
2023-08-11tty: don't pass write() to do_tty_write()Jiri Slaby (SUSE)1-7/+4
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)5-21/+21
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)5-28/+27
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)3-9/+11
2023-08-11tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)2-4/+4
2023-08-11tty: switch receive_buf() counts to size_tJiri Slaby (SUSE)1-4/+4
2023-08-11tty: make counts in tty_port_client_operations hooks size_tJiri Slaby (SUSE)2-8/+7
2023-08-11tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)3-9/+8
2023-08-11tty: make tty_change_softcar() more understandableJiri Slaby (SUSE)1-3/+3
2023-08-11tty: drop tty_debug_wait_until_sent()Jiri Slaby (SUSE)1-10/+0
2023-08-11tty: tty_port: rename 'disc' to 'ld'Jiri Slaby (SUSE)1-11/+11
2023-08-11tty: change tty_write_lock()'s ndelay parameter to boolJiri Slaby (SUSE)3-5/+5
2023-08-11tty: n_null: remove optional ldopsJiri Slaby (SUSE)1-18/+0
2023-08-09tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_txVijaya Krishna Nivarthi1-5/+2
2023-08-09serial: sifive: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-08-09serial: core: Revert port_id useTony Lindgren1-1/+1
2023-08-09TIOCSTI: Document CAP_SYS_ADMIN behaviour in KconfigGünther Noack1-0/+3
2023-08-04serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren1-0/+1
2023-08-04serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren1-0/+1
2023-08-04serial: core: Fix kmemleak issue for serial core device removeTony Lindgren1-0/+2
2023-08-048250_men_mcb: remove unnecessary cast when reading registerSanjuán García, Jorge1-1/+1
2023-08-04serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy1-1/+0
2023-08-04serial: cpm_uart: Remove cpm_uart/ subdirectoryChristophe Leroy4-7/+1
2023-08-04serial: cpm_uart: Refactor cpm_uart_[un]map_pram()Christophe Leroy5-142/+49
2023-08-04serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()Christophe Leroy4-140/+72
2023-08-04serial: cpm_uart: Deduplicate cpm_line_cr_cmd()Christophe Leroy4-11/+5
2023-08-04serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()Christophe Leroy4-71/+9
2023-08-04serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy1-2/+4
2023-08-04serial: cpm_uart: Stop using fs_uart_id enumChristophe Leroy2-3/+1
2023-08-04serial: cpm_uart: Remove stale prototypes and table and macrosChristophe Leroy2-24/+1
2023-08-04serial: cpm_uart: Avoid suspicious lockingChristophe Leroy1-9/+4
2023-08-048250_men_mcb: Remove redundant initialization owner in mcb_driverLi Zetao1-1/+0
2023-08-048250_men_mcb: Fix unsigned expression compared with zeroLi Zetao1-1/+1
2023-08-04serial: max310x: fix typos in commentsHugo Villeneuve1-1/+1
2023-08-04serial: max310x: add comments for membase address workaroundHugo Villeneuve1-0/+5
2023-08-04tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldiscThadeu Lima de Souza Cascardo1-0/+3
2023-08-048250_men_mcb: Fix unsigned comparison with less than zeroJiapeng Chong1-3/+5
2023-08-04tty: serial: samsung: Set missing PM ops for hibernation supportAnton Eliasson1-3/+2
2023-08-04tty: serial: xilinx_uartps: Do not check for 0 return after calling platform_...Ruan Jinjie1-2/+2
2023-08-04tty: synclink_gt: Fix potential deadlock on &info->lockChengfeng Ye1-2/+3
2023-08-03tty: vt: Remove some repetitive initializationoushixiong1-12/+4
2023-08-03tty: serial: Remove redundant initialization for ma35d1serial_driverLi Zetao1-1/+0
2023-08-03serial: core: Fix serial_base_match() after fixing controller port nameTony Lindgren1-2/+8
2023-08-01serial: core: Fix serial core controller port name to show controller idTony Lindgren1-12/+20
2023-08-01serial: core: Fix serial core port id to not use port->lineTony Lindgren2-1/+3
2023-08-01tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun1-2/+2
2023-07-31tty: synclink_gt: mark as BROKENJiri Slaby1-0/+1
2023-07-31tty: synclink_gt: make default_params constJiri Slaby1-1/+1
2023-07-31tty: synclink_gt: use PCI_VDEVICEJiri Slaby1-5/+5
2023-07-31tty: synclink_gt: drop info messages from init/exit functionsJiri Slaby1-10/+0
2023-07-31tty: synclink_gt: define global strings as const stringsJiri Slaby1-2/+2
2023-07-31tty: synclink_gt: drop global slgt_driver_name arrayJiri Slaby1-2/+1
2023-07-31tty: synclink_gt: convert CALC_REGADDR() macro to an inlineJiri Slaby1-18/+18
2023-07-31serial: altera_jtaguart: switch status to u32Jiri Slaby1-1/+1
2023-07-31tty: hvsi: remove an extra variable from hvsi_write()Jiri Slaby1-2/+1
2023-07-31serial: move WARN_ON() in uart_write() to the conditionJiri Slaby1-6/+2
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman7-14/+11
2023-07-30Merge tag 'tty-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-7/+11
2023-07-30serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao1-0/+10
2023-07-30serial: sprd: Fix DMA buffer leak issueChunyan Zhang1-2/+3
2023-07-30serial: sprd: Assign sprd_port after initialized to avoid wrong accessChunyan Zhang1-8/+17
2023-07-30serial: sc16is7xx: Put IOControl register into regmap_volatileHui Wang1-0/+1
2023-07-30drivers:tty: fix return value check in asc_init_portYuanjun Gong1-1/+3
2023-07-30tty: serial: meson: refactor objects definition for different devnamesDmitry Rokosov1-23/+16
2023-07-308250_men_mcb: fix error handling in read_uarts_available_from_reg()Yang Yingliang1-1/+4
2023-07-25serial: 8250_dw: Preserve original value of DLF registerRuihong Luo1-2/+4
2023-07-25tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das1-1/+1
2023-07-25serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland1-1/+1
2023-07-25serial: st-asc: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: imx: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: sifive: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-5/+2
2023-07-25serial: mvebu-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-8/+3
2023-07-25serial: sccnxp: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+2
2023-07-25serial: sprd: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: mps2-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: vt8500: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-5/+1
2023-07-25serial: fsl_lpuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: omap: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: tegra: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-7/+2
2023-07-25serial: linflexuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-6/+2
2023-07-25serial: clps711x: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: bcm63xx-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-6/+2
2023-07-25serial: ar933x: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: qcom-geni: clean up clock-rate debug printkJohan Hovold1-1/+1
2023-07-25serial: qcom-geni: fix opp vote on shutdownJohan Hovold1-0/+5
2023-07-25tty: serial: fsl_lpuart: add IDLE interrupt support for rx_dma on imx7ulp/imx...Sherry Sun1-2/+42
2023-07-25tty: serial: fsl_lpuart: move the lpuart32_int() belowSherry Sun1-20/+19
2023-07-25tty: serial: 8250: Define earlycon for mrvl,mmp-uartDuje Mihanović1-0/+1
2023-07-25tty: serial: meson: add independent uart_data for A1 SoC familyDmitry Rokosov1-0/+9
2023-07-25tty: serial: meson: introduce separate uart_data for S4 SoC familyDmitry Rokosov1-1/+6
2023-07-25tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCsDmitry Rokosov1-26/+56
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-50/+139
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-16/+13
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/greg...Linus Torvalds44-409/+2124
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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-12/+12
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