summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rpmsg-v4.14' of git://github.com/andersson/remoteprocLinus Torvalds2017-09-0916-971/+2210
|\
| * rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King2017-09-041-3/+1
| * rpmsg: glink: fix null pointer dereference on a null intentColin Ian King2017-09-041-1/+1
| * dt-bindings: soc: qcom: Extend GLINK to cover SMEMBjorn Andersson2017-09-023-9/+16
| * remoteproc: qcom: adsp: Allow defining GLINK edgeBjorn Andersson2017-09-024-0/+64
| * rpmsg: glink: Export symbols from common codeBjorn Andersson2017-09-011-0/+3
| * rpmsg: glink: Release idr lock before returning on errorBjorn Andersson2017-08-311-1/+1
| * rpmsg: glink: Handle remote rx done commandSricharan R2017-08-301-0/+42
| * rpmsg: glink: Request for intents when unavailableSricharan R2017-08-301-2/+74
| * rpmsg: glink: Use the intents passed by remoteSricharan R2017-08-301-2/+33
| * rpmsg: glink: Receive and store the remote intent buffersSricharan R2017-08-301-1/+70
| * rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R2017-08-301-0/+21
| * rpmsg: glink: Add rx done commandSricharan R2017-08-301-0/+83
| * rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson2017-08-304-11/+16
| * rpmsg: glink: Use the local intents when receiving dataSricharan R2017-08-301-25/+50
| * rpmsg: glink: Add support for TX intentsSricharan R2017-08-304-5/+173
| * rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R2017-08-301-20/+42
| * rpmsg: glink: Add support for transport version negotiationSricharan R2017-08-304-6/+79
| * rpmsg: glink: Introduce glink smem based transportBjorn Andersson2017-08-306-0/+355
| * rpmsg: glink: Do a mbox_free_channel in removeSricharan R2017-08-291-0/+1
| * rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R2017-08-291-1/+1
| * rpmsg: glink: Allow unaligned data accessBjorn Andersson2017-08-292-7/+21
| * rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson2017-08-295-993/+1064
| * rpmsg: glink: Split rpm_probe to reuse the common codeBjorn Andersson2017-08-291-36/+49
| * rpmsg: glink: Associate indirections for pipe fifo accessor'sBjorn Andersson2017-08-291-38/+106
| * rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xxBjorn Andersson2017-08-291-120/+128
| * rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add...Loic Pallardy2017-08-251-3/+25
| * rpmsg: virtio_rpmsg: set rpmsg_buf_size customizableLoic Pallardy2017-08-251-9/+13
| * rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()Suman Anna2017-07-261-1/+0
| * rpmsg: qcom_smd: add of_node node to edge deviceSrinivas Kandagatla2017-07-261-0/+1
* | Merge tag 'rproc-v4.14' of git://github.com/andersson/remoteprocLinus Torvalds2017-09-0920-37/+1032
|\ \
| * | remoteproc: Introduce rproc handle accessor for childrenBjorn Andersson2017-09-022-0/+20
| * | remoteproc: qcom: Make ssr_notifiers localBjorn Andersson2017-09-021-1/+1
| * | remoteproc: Stop subdevices in reverse orderBjorn Andersson2017-08-311-1/+1
| * | remoteproc: imx_rproc: add a NXP/Freescale imx_rproc driverOleksij Rempel2017-08-313-0/+436
| * | remoteproc: dt: Provide bindings for iMX6SX/7D Remote Processor Controller dr...Oleksij Rempel2017-08-311-0/+33
| * | remoteproc: qcom: Use PTR_ERR_OR_ZEROHimanshu Jha2017-08-302-5/+2
| * | remoteproc: st: explicitly request exclusive reset controlPhilipp Zabel2017-08-281-2/+4
| * | remoteproc: qcom: explicitly request exclusive reset controlPhilipp Zabel2017-08-281-1/+2
| * | remoteproc/keystone: explicitly request exclusive reset controlPhilipp Zabel2017-08-281-1/+1
| * | remoteproc/keystone: Add support for Keystone 66AK2G SOCsSuman Anna2017-08-242-9/+65
| * | remoteproc/davinci: Add device tree support for OMAP-L138 DSPSuman Anna2017-08-241-3/+27
| * | dt-bindings: remoteproc: Add bindings for Davinci DSP processorsSuman Anna2017-08-241-0/+86
| * | remoteproc/davinci: Add support to parse internal memoriesSuman Anna2017-08-241-0/+62
| * | remoteproc/davinci: Switch to platform_get_resource_byname()Suman Anna2017-08-241-2/+4
| * | remoteproc: make device_type constBhumika Goyal2017-08-241-1/+1
| * | soc: qcom: GLINK SSR notifierBjorn Andersson2017-08-023-0/+174
| * | remoteproc: qcom: Add support for SSR notificationsBjorn Andersson2017-08-025-0/+112
| * | remoteproc: Merge __rproc_boot() with rproc_boot()Suman Anna2017-07-262-12/+2
| |/
* | Merge tag 'vfio-v4.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-09-093-7/+36
|\ \