summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteprocLinus Torvalds2016-10-069-549/+2308
|\
| * rpmsg: smd: fix dependency on QCOM_SMD=nArnd Bergmann2016-09-121-1/+1
| * rpmsg: Introduce Qualcomm SMD backendBjorn Andersson2016-09-083-0/+1445
| * rpmsg: Allow callback to return errorsBjorn Andersson2016-09-083-8/+12
| * rpmsg: Move virtio specifics from public headerBjorn Andersson2016-09-082-52/+52
| * rpmsg: virtio: Hide vrp pointer from the public APIBjorn Andersson2016-09-082-11/+35
| * rpmsg: Hide rpmsg indirection tablesBjorn Andersson2016-09-083-47/+50
| * rpmsg: Split rpmsg core and virtio backendBjorn Andersson2016-09-083-223/+237
| * rpmsg: Split off generic tail of create_channel()Bjorn Andersson2016-09-081-3/+15
| * rpmsg: Move helper for finding rpmsg devices to coreBjorn Andersson2016-09-083-25/+68
| * rpmsg: Move endpoint related interface to rpmsg coreBjorn Andersson2016-09-083-155/+166
| * rpmsg: Indirection table for rpmsg_endpoint operationsBjorn Andersson2016-09-082-27/+120
| * rpmsg: Move rpmsg_device API to new fileBjorn Andersson2016-09-085-51/+79
| * rpmsg: Introduce indirection table for rpmsg_device operationsBjorn Andersson2016-09-082-6/+65
| * rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson2016-09-083-39/+41
| * rpmsg: Make rpmsg_create_ept() take channel_info structBjorn Andersson2016-09-082-17/+24
| * rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson2016-09-083-35/+45
| * rpmsg: Name rpmsg devices based on channel idBjorn Andersson2016-09-081-10/+2
| * rpmsg: Enable matching devices with drivers based on DTBjorn Andersson2016-09-081-4/+6
| * rpmsg: Drop prototypes for non-existing functionsBjorn Andersson2016-08-121-2/+0
| * samples/rpmsg: add support for multiple instancesAnna, Suman2016-08-121-3/+15
| * rpmsg: use dynamic_hex_dump for hex dump tracesAnna, Suman2016-08-121-6/+12
| * rpmsg: align code with open parenthesisAnna, Suman2016-08-122-24/+22
| * rpmsg: use proper format-specifier for printing dma_addr_tAnna, Suman2016-08-121-2/+2
| * rpmsg: remove pointless OOM printsAnna, Suman2016-08-121-7/+3
| * rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colonLee Jones2016-08-121-1/+1
| * rpmsg: remove unneeded conversions to boolAndrew F. Davis2016-08-101-1/+1
* | Merge tag 'rproc-v4.9' of git://github.com/andersson/remoteprocLinus Torvalds2016-10-0620-205/+1168
|\ \
| * | remoteproc: Refactor rproc module lockingBjorn Andersson2016-10-021-12/+8
| * | remoteproc: Split driver and consumer dereferencingBjorn Andersson2016-10-0210-20/+36
| * | remoteproc: Correct resource handling upon boot failureBjorn Andersson2016-10-021-4/+5
| * | remoteproc: Drop unnecessary NULL checkBjorn Andersson2016-09-191-7/+0
| * | remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY2016-09-062-8/+2
| * | remoteproc: Modify FW_RSC_ADDR_ANY definitionLoic PALLARDY2016-09-061-1/+1
| * | remoteproc: qcom: wcnss: Fix return value check in wcnss_probe()Wei Yongjun2016-08-221-2/+2
| * | remoteproc: qcom: Introduce WCNSS peripheral image loaderBjorn Andersson2016-08-185-0/+852
| * | dt-binding: remoteproc: Introduce Qualcomm WCNSS loader bindingBjorn Andersson2016-08-181-0/+132
| * | remoteproc: Only update table_ptr if we have a loaded tableBjorn Andersson2016-08-181-10/+6
| * | remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson2016-08-172-39/+18
| * | remoteproc: Move vdev handling to boot/shutdownBjorn Andersson2016-08-171-22/+15
| * | remoteproc: Calculate max_notifyid during loadBjorn Andersson2016-08-171-12/+4
| * | remoteproc: Introduce auto-boot flagBjorn Andersson2016-08-174-14/+30
| * | remoteproc/omap: revise a minor error trace messageAnna, Suman2016-08-121-1/+2
| * | remoteproc/omap: fix various code formatting issuesAnna, Suman2016-08-122-4/+4
| * | remoteproc: print hex numbers with a leading 0x formatAnna, Suman2016-08-121-4/+4
| * | remoteproc: align code with open parenthesisAnna, Suman2016-08-126-41/+41
| * | remoteproc: fix bare unsigned type usageAnna, Suman2016-08-122-7/+7
| * | remoteproc: use variable names for sizeof() operatorAnna, Suman2016-08-121-2/+2
| * | remoteproc: fix couple of minor typosAnna, Suman2016-08-122-2/+2
| * | remoteproc: use proper format-specifier for printing dma_addr_tAnna, Suman2016-08-121-6/+6
OpenPOWER on IntegriCloud