summaryrefslogtreecommitdiff
path: root/drivers/rpmsg/rpmsg_char.c
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: char: Add lock to avoid race when rpmsg device is releasedDeepak Kumar Singh2022-12-281-0/+8
* rpmsg: char: Avoid double destroy of default endpointShengjiu Wang2022-09-211-1/+3
* rpmsg: char: Remove the unneeded result variableye xingchen2022-09-021-4/+1
* rpmsg: char: Add mutex protection for rpmsg_eptdev_open()Shengjiu Wang2022-06-141-1/+6
* rpmsg: char: Introduce the "rpmsg-raw" channelArnaud Pouliquen2022-03-131-0/+60
* rpmsg: char: Add possibility to use default endpoint of the rpmsg deviceArnaud Pouliquen2022-03-131-2/+19
* rpmsg: char: Refactor rpmsg_chrdev_eptdev_create functionArnaud Pouliquen2022-03-131-5/+28
* rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrlArnaud Pouliquen2022-03-131-158/+2
* rpmsg: Create the rpmsg class in core instead of in rpmsg charArnaud Pouliquen2022-03-131-10/+1
* rpmsg: char: Export eptdev create and destroy functionsArnaud Pouliquen2022-03-131-7/+11
* rpmsg: char: treat rpmsg_trysend() ENOMEM as EAGAINTim Blechmann2022-03-131-2/+5
* rpmsg: char: Fix race between the release of rpmsg_eptdev and cdevMatthias Kaehlcke2022-01-171-9/+2
* rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdevSujit Kautkar2022-01-171-9/+2
* rpmsg: char: Add pr_fmt() to prefix messagesArnaud Pouliquen2021-11-181-2/+5
* rpmsg: char: Remove useless includeArnaud Pouliquen2021-10-081-2/+0
* rpmsg: char: Return an error if device already openArnaud Pouliquen2021-03-171-0/+3
* rpmsg: char: Use rpmsg_sendto to specify the message destination addressArnaud Pouliquen2021-03-171-2/+2
* rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_initArnaud Pouliquen2021-03-171-2/+2
* Merge tag 'rpmsg-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2019-12-011-7/+5
|\
| * rpmsg: char: Simplify 'rpmsg_eptdev_release()'Christophe JAILLET2019-11-081-5/+1
| * rpmsg: char: release allocated memoryNavid Emamdoost2019-10-041-2/+4
* | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-2/+2
|/
* rpmsg: char: Migrate to iter versions of read and writeBjorn Andersson2018-08-271-11/+16
* rpmsg: Add compat ioctl for rpmsg char driverArun Kumar Neelakantam2018-07-301-0/+2
* rpmsg: char: Switch to SPDX license identifierSuman Anna2018-06-031-9/+1
* rpmsg: added MODULE_ALIAS for rpmsg_charRamon Fried2018-04-251-0/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds2017-07-061-2/+2
|\
| * rpmsg: cleanup incorrect function in dev_err messageHenri Roosen2017-06-251-2/+2
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
|/
* rpmsg: unlock on error in rpmsg_eptdev_read()Dan Carpenter2017-01-301-2/+1
* rpmsg: Driver for user space endpoint interfaceBjorn Andersson2017-01-181-0/+585