summaryrefslogtreecommitdiff
path: root/drivers/rpmsg
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter2017-10-10
* rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter2017-10-10
* rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King2017-09-04
* rpmsg: glink: fix null pointer dereference on a null intentColin Ian King2017-09-04
* rpmsg: glink: Export symbols from common codeBjorn Andersson2017-08-31
* rpmsg: glink: Release idr lock before returning on errorBjorn Andersson2017-08-30
* rpmsg: glink: Handle remote rx done commandSricharan R2017-08-29
* rpmsg: glink: Request for intents when unavailableSricharan R2017-08-29
* rpmsg: glink: Use the intents passed by remoteSricharan R2017-08-29
* rpmsg: glink: Receive and store the remote intent buffersSricharan R2017-08-29
* rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R2017-08-29
* rpmsg: glink: Add rx done commandSricharan R2017-08-29
* rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson2017-08-29
* rpmsg: glink: Use the local intents when receiving dataSricharan R2017-08-29
* rpmsg: glink: Add support for TX intentsSricharan R2017-08-29
* rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R2017-08-29
* rpmsg: glink: Add support for transport version negotiationSricharan R2017-08-29
* rpmsg: glink: Introduce glink smem based transportBjorn Andersson2017-08-29
* rpmsg: glink: Do a mbox_free_channel in removeSricharan R2017-08-29
* rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R2017-08-29
* rpmsg: glink: Allow unaligned data accessBjorn Andersson2017-08-29
* rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson2017-08-29
* rpmsg: glink: Split rpm_probe to reuse the common codeBjorn Andersson2017-08-29
* rpmsg: glink: Associate indirections for pipe fifo accessor'sBjorn Andersson2017-08-29
* rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xxBjorn Andersson2017-08-29
* rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add...Loic Pallardy2017-08-24
* rpmsg: virtio_rpmsg: set rpmsg_buf_size customizableLoic Pallardy2017-08-24
* rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()Suman Anna2017-07-26
* rpmsg: qcom_smd: add of_node node to edge deviceSrinivas Kandagatla2017-07-26
* Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds2017-07-06
|\
| * rpmsg: Make modalias work for DeviceTree based devicesBjorn Andersson2017-06-28
| * rpmsg: Drop VIRTUALIZATION dependency from RPMSG_VIRTIOSuman Anna2017-06-27
| * rpmsg: Don't overwrite release op of rpdevBjorn Andersson2017-06-26
| * rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to opsHenri Roosen2017-06-25
| * rpmsg: virtio_rpmsg_bus: fix nameservice addressHenri Roosen2017-06-25
| * rpmsg: cleanup incorrect function in dev_err messageHenri Roosen2017-06-25
| * rpmsg: virtio_rpmsg_bus: fix announce for devices without endpointHenri Roosen2017-06-25
| * rpmsg: Introduce Qualcomm RPM glink driverBjorn Andersson2017-05-30
| * rpmsg: Release rpmsg devices in backendsBjorn Andersson2017-05-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-05
|\ \
| * | networking: introduce and use skb_put_data()Johannes Berg2017-06-16
| |/
* | rpmsg: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-09
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-10
|\
| * virtio: wrap find_vqsMichael S. Tsirkin2017-05-02
* | soc: qcom: smd: Remove standalone driverBjorn Andersson2017-03-28
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-02
|\
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-27
* | rpmsg: rpmsg_create_ept() returns NULL on errorBjorn Andersson2017-02-13
* | rpmsg: unlock on error in rpmsg_eptdev_read()Dan Carpenter2017-01-30