summaryrefslogtreecommitdiff
path: root/drivers/tty/rpmsg_tty.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2022-01-26tty: rpmsg: Fix race condition releasing tty portArnaud Pouliquen
2021-10-26tty: rpmsg: Define tty name via constant string literalAndy Shevchenko
2021-10-26tty: rpmsg: Add pr_fmt() to prefix messagesAndy Shevchenko
2021-10-26tty: rpmsg: Use dev_err_probe() in ->probe()Andy Shevchenko
2021-10-26tty: rpmsg: Unify variable used to keep an error codeAndy Shevchenko
2021-10-26tty: rpmsg: Assign returned id to a local variableAndy Shevchenko
2021-10-21tty: add rpmsg driverArnaud Pouliquen