aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/rpmsg_char.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge tag 'rpmsg-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds1-7/+5
2019-11-08rpmsg: char: Simplify 'rpmsg_eptdev_release()'Christophe JAILLET1-5/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-2/+2
2019-10-04rpmsg: char: release allocated memoryNavid Emamdoost1-2/+4
2018-08-27rpmsg: char: Migrate to iter versions of read and writeBjorn Andersson1-11/+16
2018-07-30rpmsg: Add compat ioctl for rpmsg char driverArun Kumar Neelakantam1-0/+2
2018-06-03rpmsg: char: Switch to SPDX license identifierSuman Anna1-9/+1
2018-04-25rpmsg: added MODULE_ALIAS for rpmsg_charRamon Fried1-0/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-07-06Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds1-2/+2
2017-06-25rpmsg: cleanup incorrect function in dev_err messageHenri Roosen1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-01-30rpmsg: unlock on error in rpmsg_eptdev_read()Dan Carpenter1-2/+1
2017-01-18rpmsg: Driver for user space endpoint interfaceBjorn Andersson1-0/+585