summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: gdm724x: simplify gdm_tty_write()Jiri Slaby (SUSE)2023-08-111-6/+1
* tty: rfcomm: convert counts to size_tJiri Slaby (SUSE)2023-08-111-2/+2
* tty: hso: simplify hso_serial_write()Jiri Slaby (SUSE)2023-08-111-11/+5
* tty: gdm724x: convert counts to size_tJiri Slaby (SUSE)2023-08-111-6/+5
* tty: vcc: convert counts to size_tJiri Slaby (SUSE)2023-08-112-7/+7
* tty: hvc: convert counts to size_tJiri Slaby (SUSE)2023-08-113-9/+9
* tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-1110-41/+35
* tty: audit: unify to u8Jiri Slaby (SUSE)2023-08-112-5/+5
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-1143-61/+82
* tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-1114-18/+18
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-1143-88/+53
* tty: use min() for size computation in iterate_tty_read()Jiri Slaby (SUSE)2023-08-111-2/+1
* tty: switch size and count types in iterate_tty_read() to size_tJiri Slaby (SUSE)2023-08-111-2/+2
* tty: use ssize_t for iterate_tty_read() returned typeJiri Slaby (SUSE)2023-08-111-8/+8
* tty: use min() in iterate_tty_write()Jiri Slaby (SUSE)2023-08-111-6/+2
* tty: rename and de-inline do_tty_write()Jiri Slaby (SUSE)2023-08-111-3/+3
* tty: don't pass write() to do_tty_write()Jiri Slaby (SUSE)2023-08-111-7/+4
* tty: tty_buffer: make all offsets unsignedJiri Slaby (SUSE)2023-08-111-5/+5
* tty: make char_buf_ptr()/flag_buf_ptr()'s offset unsignedJiri Slaby (SUSE)2023-08-111-2/+2
* misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()Jiri Slaby (SUSE)2023-08-113-8/+7
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-1123-55/+54
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-1121-81/+73
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-1119-35/+38
* tty: can327, move overflow test inside can327_ldisc_rx()'s loopJiri Slaby (SUSE)2023-08-111-8/+7
* tty: can327: unify error paths in can327_ldisc_rx()Jiri Slaby (SUSE)2023-08-111-14/+8
* tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)2023-08-113-6/+6
* tty: switch receive_buf() counts to size_tJiri Slaby (SUSE)2023-08-111-4/+4
* tty: make counts in tty_port_client_operations hooks size_tJiri Slaby (SUSE)2023-08-113-11/+10
* tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)2023-08-114-12/+12
* tty: make tty_change_softcar() more understandableJiri Slaby (SUSE)2023-08-111-3/+3
* tty: drop tty_debug_wait_until_sent()Jiri Slaby (SUSE)2023-08-111-10/+0
* tty: tty_port: rename 'disc' to 'ld'Jiri Slaby (SUSE)2023-08-111-11/+11
* tty: change tty_write_lock()'s ndelay parameter to boolJiri Slaby (SUSE)2023-08-113-5/+5
* tty: n_null: remove optional ldopsJiri Slaby (SUSE)2023-08-111-18/+0
* tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)2023-08-114-30/+0
* tty: ldisc: document that ldops are optionalJiri Slaby (SUSE)2023-08-111-5/+25
* tty: xtensa/iss: drop unneeded tty_operations hooksJiri Slaby (SUSE)2023-08-111-24/+0
* tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_txVijaya Krishna Nivarthi2023-08-091-5/+2
* serial: sifive: Remove redundant of_match_ptr()Ruan Jinjie2023-08-091-1/+1
* 8250_men_mcb: remove unnecessary cast when reading registerSanjuán García, Jorge2023-08-041-1/+1
* serial: cpm_uart: Remove linux/fs_uart_pd.hChristophe Leroy2023-08-041-71/+0
* serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy2023-08-043-3/+0
* serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.cChristophe Leroy2023-08-041-2/+0
* serial: cpm_uart: Remove cpm_uart/ subdirectoryChristophe Leroy2023-08-044-7/+1
* serial: cpm_uart: Refactor cpm_uart_[un]map_pram()Christophe Leroy2023-08-045-142/+49
* serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()Christophe Leroy2023-08-044-140/+72
* serial: cpm_uart: Deduplicate cpm_line_cr_cmd()Christophe Leroy2023-08-044-11/+5
* serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()Christophe Leroy2023-08-044-71/+9
* serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy2023-08-042-12/+4
* serial: cpm_uart: Stop using fs_uart_id enumChristophe Leroy2023-08-042-3/+1