summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * serial: sc16is7xx: change EFR lock to operate on each channelsHugo Villeneuve2023-12-151-23/+26
| * serial: sc16is7xx: remove unused line structure memberHugo Villeneuve2023-12-151-2/+0
| * serial: sc16is7xx: remove global regmap from struct sc16is7xx_portHugo Villeneuve2023-12-151-6/+9
| * serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()Hugo Villeneuve2023-12-151-6/+8
| * serdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-151-2/+2
| * tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTOREAdrian Reber2023-12-151-2/+2
| * serial: esp32_uart: Use device_get_match_data()Rob Herring2023-12-151-7/+3
| * serial: esp32_acm: Add explicit platform_device.h includeRob Herring2023-12-151-1/+1
| * Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman2023-12-11389-4371/+4275
| |\
| * | tty: ttyprintk: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-3/+3
| * | tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-0820-60/+56
| * | tty: serdev: convert to u8 and size_t in serdev_controller_opsJiri Slaby (SUSE)2023-12-081-1/+1
| * | tty: nozomi: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-5/+4
| * | tty: n_hdlc: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-5/+5
| * | tty: n_gsm: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-9/+8
| * | tty: mxser: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-4/+4
| * | tty: moxa: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-7/+8
| * | tty: mmc: sdio: use u8 for flagJiri Slaby (SUSE)2023-12-081-2/+1
| * | tty: mips_ejtag_fdc: use u8 for character pointersJiri Slaby (SUSE)2023-12-081-5/+5
| * | tty: ipoctal: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-8/+6
| * | tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)2023-12-0811-71/+80
| * | tty: goldfish: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-10/+6
| * | tty: ehv_bytechan: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-6/+5
| * | tty: con3270: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-6/+6
| * | tty: con3215: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-12/+12
| * | tty: bcm: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-2/+2
| * | tty: ami: use u8 for characters and flagJiri Slaby (SUSE)2023-12-081-2/+2
| * | tty: core: the rest to u8Jiri Slaby (SUSE)2023-12-081-5/+5
| * | tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)2023-12-085-6/+6
| * | tty: switch tty_port::xmit_* to u8Jiri Slaby (SUSE)2023-12-081-1/+1
| * | tty: mmc: sdio_uart: switch sdio_in() to return u8Jiri Slaby (SUSE)2023-12-081-11/+8
| * | tty: goldfish: use bool for is_write parameterJiri Slaby (SUSE)2023-12-081-4/+4
| * | serial: msm: Use OPP table for DVFS supportStephan Gerhold2023-12-081-2/+17
| * | serial: ucc_uart: Fix multiple address space type errorsChristophe Leroy2023-12-081-14/+14
| * | tty: hvc: dcc: Check for TXfull condition while setting up early consoleAyan Kumar Halder2023-12-081-0/+8
| * | tty: virtio: drop virtio_cons_early_init()Jiri Slaby (SUSE)2023-12-081-48/+0
| * | serial: imx: fix tx statemachine deadlockPaul Geurts2023-12-081-2/+2
| * | serial: 8250_dw: Decouple DLF register check from UCVVamshi Gajjela2023-11-281-11/+11
| * | tty: nozomi: remove unused debugging DUMP()Jiri Slaby (SUSE)2023-11-251-18/+0
| * | tty: hvc_console: use flexible array for outbufJiri Slaby (SUSE)2023-11-252-4/+2
| * | tty: hso: don't initialize global serial_tableJiri Slaby (SUSE)2023-11-251-5/+0
| * | tty: hso: don't emit load/unload info to the logJiri Slaby (SUSE)2023-11-251-6/+0
| * | tty: goldfish: drop unneeded temporary variablesJiri Slaby (SUSE)2023-11-251-5/+2
| * | tty: ehv_bytecha: use memcpy_and_pad() in local_ev_byte_channel_send()Jiri Slaby (SUSE)2023-11-251-2/+5
| * | tty: amiserial: use bool and rename overrun flag in receive_chars()Jiri Slaby (SUSE)2023-11-251-3/+3
| * | tty: amiserial: return from receive_chars() without gotoJiri Slaby (SUSE)2023-11-251-3/+1
| * | tty: remove unneeded mbz from tiocsti()Jiri Slaby (SUSE)2023-11-251-2/+2
| * | tty: deprecate tty_write_message()Jiri Slaby (SUSE)2023-11-251-0/+4
| * | serial: max310x: change confusing comment about Tx FIFOHugo Villeneuve2023-11-251-1/+1
| * | serial: sc16is7xx: change confusing comment about Tx FIFOHugo Villeneuve2023-11-251-1/+1