aboutsummaryrefslogtreecommitdiff
path: root/drivers/rpmsg/rpmsg_char.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22rpmsg: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 1-6/+6
2023-07-15rpmsg: char: Add RPMSG GET/SET FLOWCONTROL IOCTL supportGravatar Chris Lew 1-6/+48
2022-12-28rpmsg: char: Add lock to avoid race when rpmsg device is releasedGravatar Deepak Kumar Singh 1-0/+8
2022-09-21rpmsg: char: Avoid double destroy of default endpointGravatar Shengjiu Wang 1-1/+3
2022-09-02rpmsg: char: Remove the unneeded result variableGravatar ye xingchen 1-4/+1
2022-06-14rpmsg: char: Add mutex protection for rpmsg_eptdev_open()Gravatar Shengjiu Wang 1-1/+6
2022-03-13rpmsg: char: Introduce the "rpmsg-raw" channelGravatar Arnaud Pouliquen 1-0/+60
2022-03-13rpmsg: char: Add possibility to use default endpoint of the rpmsg deviceGravatar Arnaud Pouliquen 1-2/+19
2022-03-13rpmsg: char: Refactor rpmsg_chrdev_eptdev_create functionGravatar Arnaud Pouliquen 1-5/+28
2022-03-13rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrlGravatar Arnaud Pouliquen 1-158/+2
2022-03-13rpmsg: Create the rpmsg class in core instead of in rpmsg charGravatar Arnaud Pouliquen 1-10/+1
2022-03-13rpmsg: char: Export eptdev create and destroy functionsGravatar Arnaud Pouliquen 1-7/+11
2022-03-13rpmsg: char: treat rpmsg_trysend() ENOMEM as EAGAINGravatar Tim Blechmann 1-2/+5
2022-01-17rpmsg: char: Fix race between the release of rpmsg_eptdev and cdevGravatar Matthias Kaehlcke 1-9/+2
2022-01-17rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdevGravatar Sujit Kautkar 1-9/+2
2021-11-18rpmsg: char: Add pr_fmt() to prefix messagesGravatar Arnaud Pouliquen 1-2/+5
2021-10-08rpmsg: char: Remove useless includeGravatar Arnaud Pouliquen 1-2/+0
2021-03-17rpmsg: char: Return an error if device already openGravatar Arnaud Pouliquen 1-0/+3
2021-03-17rpmsg: char: Use rpmsg_sendto to specify the message destination addressGravatar Arnaud Pouliquen 1-2/+2
2021-03-17rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_initGravatar Arnaud Pouliquen 1-2/+2
2019-12-01Merge tag 'rpmsg-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Gravatar Linus Torvalds 1-7/+5
2019-11-08rpmsg: char: Simplify 'rpmsg_eptdev_release()'Gravatar Christophe JAILLET 1-5/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-2/+2
2019-10-04rpmsg: char: release allocated memoryGravatar Navid Emamdoost 1-2/+4
2018-08-27rpmsg: char: Migrate to iter versions of read and writeGravatar Bjorn Andersson 1-11/+16
2018-07-30rpmsg: Add compat ioctl for rpmsg char driverGravatar Arun Kumar Neelakantam 1-0/+2
2018-06-03rpmsg: char: Switch to SPDX license identifierGravatar Suman Anna 1-9/+1
2018-04-25rpmsg: added MODULE_ALIAS for rpmsg_charGravatar Ramon Fried 1-0/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-07-06Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 1-2/+2
2017-06-25rpmsg: cleanup incorrect function in dev_err messageGravatar Henri Roosen 1-2/+2
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-01-30rpmsg: unlock on error in rpmsg_eptdev_read()Gravatar Dan Carpenter 1-2/+1
2017-01-18rpmsg: Driver for user space endpoint interfaceGravatar Bjorn Andersson 1-0/+585