summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/rpmsg_char.c
Commit message (Expand)AuthorAgeFilesLines
* 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