summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
Commit message (Expand)AuthorAgeFilesLines
...
| * rpmsg: Fix kfree() of static memory on setting driver_overrideKrzysztof Kozlowski2022-04-222-4/+23
| * rpmsg: Constify local variable in field store macroKrzysztof Kozlowski2022-04-221-1/+2
* | rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() failsKrzysztof Kozlowski2022-04-281-1/+1
* | rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrlArnaud Pouliquen2022-04-261-1/+1
* | rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()Hangyu Hua2022-04-261-1/+1
* | rpmsg: virtio: Fix possible double free in rpmsg_probe()Hangyu Hua2022-04-261-3/+2
* | rpmsg: qcom_smd: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-04-221-1/+1
|/
* rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controlsArnaud Pouliquen2022-03-131-4/+32
* rpmsg: char: Introduce the "rpmsg-raw" channelArnaud Pouliquen2022-03-131-0/+60
* rpmsg: char: Add possibility to use default endpoint of the rpmsg deviceArnaud Pouliquen2022-03-131-2/+19
* rpmsg: char: Refactor rpmsg_chrdev_eptdev_create functionArnaud Pouliquen2022-03-131-5/+28
* rpmsg: Update rpmsg_chrdev_register_device functionArnaud Pouliquen2022-03-135-8/+8
* rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrlArnaud Pouliquen2022-03-134-158/+226
* rpmsg: Create the rpmsg class in core instead of in rpmsg charArnaud Pouliquen2022-03-133-12/+16
* rpmsg: char: Export eptdev create and destroy functionsArnaud Pouliquen2022-03-132-7/+57
* rpmsg: char: treat rpmsg_trysend() ENOMEM as EAGAINTim Blechmann2022-03-131-2/+5
* rpmsg: qcom_smd: Fix redundant channel->registered assignmentAngeloGioacchino Del Regno2022-03-121-2/+0
* rpmsg: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)2022-03-111-1/+1
* rpmsg: smd: allow opening rpm_requests even if already openedLuca Weiss2022-03-111-1/+6
* rpmsg: qcom_smd: Promote to arch_initcallKonrad Dybcio2022-03-111-1/+1
* Merge tag 'rpmsg-v5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-271-18/+4
|\
| * rpmsg: char: Fix race between the release of rpmsg_eptdev and cdevMatthias Kaehlcke2022-01-171-9/+2
| * rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdevSujit Kautkar2022-01-171-9/+2
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\ \ | |/ |/|
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | rpmsg: core: Clean up resources on announce_create failure.Arnaud Pouliquen2021-12-081-4/+16
* | rpmsg: Fix documentation return formattingArnaud Pouliquen2021-11-184-15/+15
* | rpmsg: char: Add pr_fmt() to prefix messagesArnaud Pouliquen2021-11-181-2/+5
|/
* Merge tag 'rproc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2021-11-101-2/+0
|\
| * rpmsg: char: Remove useless includeArnaud Pouliquen2021-10-081-2/+0
* | Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2021-11-103-11/+84
|\ \
| * | rpmsg: glink: Send READ_NOTIFY command in FIFO full caseArun Kumar Neelakantam2021-10-151-1/+35
| * | rpmsg: glink: Remove channel decouple from rpdev releaseChris Lew2021-10-151-2/+0
| * | rpmsg: glink: Remove the rpmsg dev in close_ackArun Kumar Neelakantam2021-10-151-0/+12
| * | rpmsg: glink: Add TX_DATA_CONT command while sendingArun Kumar Neelakantam2021-10-151-4/+34
| * | rpmsg: virtio_rpmsg_bus: use dev_warn_ratelimited for msg with no recipientAlexandru Ardelean2021-10-081-1/+1
| * | rpmsg: virtio: Remove unused including <linux/of_device.h>Cai Huoqing2021-10-081-1/+0
| * | rpmsg: Change naming of mediatek rpmsg propertyTinghan Shen2021-09-271-1/+1
| * | rpmsg: glink: Replace strncpy() with strscpy_pad()Kees Cook2021-09-131-1/+1
| |/
* / rpmsg: core: add API to get MTUArnaud Pouliquen2021-10-213-0/+33
|/
* 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: qcom_glink_native: fix error return code of qcom_glink_rx_data()Jia-Ju Bai2021-04-091-0/+1
* rpmsg: char: Return an error if device already openArnaud Pouliquen2021-03-171-0/+3
* rpmsg: virtio: Register the rpmsg_char deviceArnaud Pouliquen2021-03-171-5/+57
* rpmsg: char: Use rpmsg_sendto to specify the message destination addressArnaud Pouliquen2021-03-173-2/+34
* rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_initArnaud Pouliquen2021-03-171-2/+2
* rpmsg: glink: add include of header fileAlex Elder2021-01-051-0/+1
* rpmsg: glink: fix some kerneldoc commentsAlex Elder2021-01-051-8/+8
* rpmsg: Turn name service into a stand alone driverArnaud Pouliquen2020-11-244-67/+156