summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-1116-25/+28
* 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-112-4/+4
* 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-112-8/+7
* tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)2023-08-113-9/+8
* 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-113-23/+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: Don't include fs_uart_pd.h when not neededChristophe Leroy2023-08-041-1/+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-041-2/+4
* serial: cpm_uart: Stop using fs_uart_id enumChristophe Leroy2023-08-042-3/+1
* serial: cpm_uart: Remove stale prototypes and table and macrosChristophe Leroy2023-08-042-24/+1
* serial: cpm_uart: Avoid suspicious lockingChristophe Leroy2023-08-041-9/+4
* 8250_men_mcb: Remove redundant initialization owner in mcb_driverLi Zetao2023-08-041-1/+0
* 8250_men_mcb: Fix unsigned expression compared with zeroLi Zetao2023-08-041-1/+1
* serial: max310x: fix typos in commentsHugo Villeneuve2023-08-041-1/+1
* serial: max310x: add comments for membase address workaroundHugo Villeneuve2023-08-041-0/+5
* tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldiscThadeu Lima de Souza Cascardo2023-08-041-0/+3
* 8250_men_mcb: Fix unsigned comparison with less than zeroJiapeng Chong2023-08-041-3/+5
* tty: serial: samsung: Set missing PM ops for hibernation supportAnton Eliasson2023-08-041-3/+2
* tty: serial: xilinx_uartps: Do not check for 0 return after calling platform_...Ruan Jinjie2023-08-041-2/+2
* tty: synclink_gt: Fix potential deadlock on &info->lockChengfeng Ye2023-08-041-2/+3
* tty: vt: Remove some repetitive initializationoushixiong2023-08-031-12/+4
* tty: serial: Remove redundant initialization for ma35d1serial_driverLi Zetao2023-08-031-1/+0
* can: can327: remove casts from tty->disc_dataJiri Slaby2023-08-031-4/+4
* tty: synclink_gt: mark as BROKENJiri Slaby2023-07-311-0/+1
* tty: synclink_gt: make default_params constJiri Slaby2023-07-311-1/+1
* tty: synclink_gt: use PCI_VDEVICEJiri Slaby2023-07-311-5/+5
* tty: synclink_gt: drop info messages from init/exit functionsJiri Slaby2023-07-311-10/+0
* tty: synclink_gt: define global strings as const stringsJiri Slaby2023-07-311-2/+2
* tty: synclink_gt: drop global slgt_driver_name arrayJiri Slaby2023-07-311-2/+1
* tty: synclink_gt: convert CALC_REGADDR() macro to an inlineJiri Slaby2023-07-311-18/+18
* misc: ti-st: don't check for tty data == NULLJiri Slaby2023-07-312-7/+1
* misc: ti-st: remove ptr from recv functionsJiri Slaby2023-07-312-6/+2
* misc: ti-st: remove forward declarations and make st_int_recv() staticJiri Slaby2023-07-311-3/+1
* speakup: switch to unsigned iterator in spk_ttyio_receive_buf2()Jiri Slaby2023-07-311-1/+1
* serial: altera_jtaguart: switch status to u32Jiri Slaby2023-07-311-1/+1