summaryrefslogtreecommitdiffstats
path: root/drivers/perf (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)43-88/+53
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: tty_buffer: make all offsets unsignedJiri Slaby (SUSE)1-5/+5
2023-08-11tty: make char_buf_ptr()/flag_buf_ptr()'s offset unsignedJiri Slaby (SUSE)1-2/+2
2023-08-11misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()Jiri Slaby (SUSE)3-8/+7
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)23-55/+54
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)21-81/+73
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)19-35/+38
2023-08-11tty: can327, move overflow test inside can327_ldisc_rx()'s loopJiri Slaby (SUSE)1-8/+7
2023-08-11tty: can327: unify error paths in can327_ldisc_rx()Jiri Slaby (SUSE)1-14/+8
2023-08-11tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)3-6/+6
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)3-11/+10
2023-08-11tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)4-12/+12
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-11tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)4-30/+0
2023-08-11tty: ldisc: document that ldops are optionalJiri Slaby (SUSE)1-5/+25
2023-08-11tty: xtensa/iss: drop unneeded tty_operations hooksJiri Slaby (SUSE)1-24/+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-048250_men_mcb: remove unnecessary cast when reading registerSanjuán García, Jorge1-1/+1
2023-08-04serial: cpm_uart: Remove linux/fs_uart_pd.hChristophe Leroy1-71/+0
2023-08-04serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy3-3/+0
2023-08-04serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.cChristophe Leroy1-2/+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 Leroy2-12/+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