aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-29rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson4-11/+16
2017-08-29rpmsg: glink: Use the local intents when receiving dataSricharan R1-25/+50
2017-08-29rpmsg: glink: Add support for TX intentsSricharan R4-5/+173
2017-08-29rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R1-20/+42
2017-08-29rpmsg: glink: Add support for transport version negotiationSricharan R4-6/+79
2017-08-29rpmsg: glink: Introduce glink smem based transportBjorn Andersson5-0/+328
2017-08-29rpmsg: glink: Do a mbox_free_channel in removeSricharan R1-0/+1
2017-08-29rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R1-1/+1
2017-08-29rpmsg: glink: Allow unaligned data accessBjorn Andersson2-7/+21
2017-08-29rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson5-993/+1064
2017-08-29rpmsg: glink: Split rpm_probe to reuse the common codeBjorn Andersson1-36/+49
2017-08-29rpmsg: glink: Associate indirections for pipe fifo accessor'sBjorn Andersson1-38/+106
2017-08-29rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xxBjorn Andersson1-120/+128
2017-08-24rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel addressLoic Pallardy1-3/+25
2017-08-24rpmsg: virtio_rpmsg: set rpmsg_buf_size customizableLoic Pallardy1-9/+13
2017-07-26rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()Suman Anna1-1/+0
2017-07-26rpmsg: qcom_smd: add of_node node to edge deviceSrinivas Kandagatla1-0/+1
2017-07-06Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds7-17/+1279
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-06-28rpmsg: Make modalias work for DeviceTree based devicesBjorn Andersson1-0/+10
2017-06-27rpmsg: Drop VIRTUALIZATION dependency from RPMSG_VIRTIOSuman Anna1-1/+0
2017-06-26rpmsg: Don't overwrite release op of rpdevBjorn Andersson1-8/+0
2017-06-25rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to opsHenri Roosen1-3/+0
2017-06-25rpmsg: virtio_rpmsg_bus: fix nameservice addressHenri Roosen1-1/+1
2017-06-25rpmsg: cleanup incorrect function in dev_err messageHenri Roosen1-2/+2
2017-06-25rpmsg: virtio_rpmsg_bus: fix announce for devices without endpointHenri Roosen1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-09rpmsg: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-10/+13
2017-05-30rpmsg: Introduce Qualcomm RPM glink driverBjorn Andersson3-0/+1244
2017-05-17rpmsg: Release rpmsg devices in backendsBjorn Andersson2-0/+20
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-1/+1
2017-03-28soc: qcom: smd: Remove standalone driverBjorn Andersson1-1/+0
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2017-02-13rpmsg: rpmsg_create_ept() returns NULL on errorBjorn Andersson1-1/+1
2017-01-30rpmsg: unlock on error in rpmsg_eptdev_read()Dan Carpenter1-2/+1
2017-01-18rpmsg: char: add CONFIG_NET dependencyArnd Bergmann1-0/+1
2017-01-18rpmsg: smd: Register rpmsg user space interface for edgesBjorn Andersson1-0/+20
2017-01-18rpmsg: Driver for user space endpoint interfaceBjorn Andersson4-0/+609
2017-01-18rpmsg: qcom_smd: Implement endpoint "poll"Bjorn Andersson1-0/+16
2017-01-18rpmsg: Introduce "poll" to endpoint opsBjorn Andersson2-0/+23
2017-01-18rpmsg: qcom_smd: Add support for "label" propertyBjorn Andersson1-0/+22
2016-12-30rpmsg: virtio_rpmsg_bus: fix channel creationLoic Pallardy1-2/+2
2016-12-13Merge tag 'rpmsg-v4.10' of git://github.com/andersson/remoteprocLinus Torvalds2-28/+63
2016-12-08rpmsg: qcom_smd: Correct return value for O_NONBLOCKBjorn Andersson1-1/+1
2016-11-14rpmsg: smd: Expose edge registration functionsBjorn Andersson1-0/+1
2016-10-31rpmsg: Handle invalid parameters in public APIBjorn Andersson1-2/+37
2016-10-31rpmsg: Support drivers without primary endpointBjorn Andersson1-14/+18
2016-10-31rpmsg: Introduce a driver override mechanismBjorn Andersson1-0/+3