summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/rpmsg_core.c
Commit message (Expand)AuthorAgeFilesLines
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-5/+2
* rpmsg: core: Add driver_data for rpmsg_device_idStephan Gerhold2021-06-181-1/+3
* rpmsg: core: Add channel creation internal APIArnaud Pouliquen2020-11-241-0/+44
* rpmsg: Guard against null endpoint ops in destroyChris Lew2020-09-151-1/+1
* rpmsg: fix a comment typo for rpmsg_device_match()Wang Wenhu2020-04-161-1/+1
* rpmsg: core: fix commentsPierre-Louis Bossart2019-08-261-4/+4
* rpmsg: core: Make remove handler for rpmsg driver optional.Pi-Hsun Shih2019-05-211-1/+2
* rpmsg: core: add support to power domains for devicesSrinivas Kandagatla2018-07-301-0/+7
* rpmsg: Switch to SPDX license identifierSuman Anna2018-06-031-9/+1
* rpmsg: Add driver_override device attribute for rpmsg_deviceAnup Patel2018-04-251-0/+39
* rpmsg: Only invoke announce_create for rpdev with endpointsBjorn Andersson2018-03-271-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds2017-07-061-8/+10
|\
| * rpmsg: Make modalias work for DeviceTree based devicesBjorn Andersson2017-06-281-0/+10
| * rpmsg: Don't overwrite release op of rpdevBjorn Andersson2017-06-261-8/+0
* | rpmsg: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-10/+13
|/
* rpmsg: rpmsg_create_ept() returns NULL on errorBjorn Andersson2017-02-131-1/+1
* rpmsg: Introduce "poll" to endpoint opsBjorn Andersson2017-01-181-0/+20
* rpmsg: virtio_rpmsg_bus: fix channel creationLoic Pallardy2016-12-301-2/+2
* rpmsg: Handle invalid parameters in public APIBjorn Andersson2016-10-311-2/+37
* rpmsg: Support drivers without primary endpointBjorn Andersson2016-10-311-14/+18
* rpmsg: Introduce a driver override mechanismBjorn Andersson2016-10-311-0/+3
* rpmsg: Hide rpmsg indirection tablesBjorn Andersson2016-09-081-0/+3
* rpmsg: Split rpmsg core and virtio backendBjorn Andersson2016-09-081-0/+231
* rpmsg: Move helper for finding rpmsg devices to coreBjorn Andersson2016-09-081-0/+33
* rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson2016-09-081-0/+160
* rpmsg: Move rpmsg_device API to new fileBjorn Andersson2016-09-081-0/+71