summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: char: Avoid double destroy of default endpointShengjiu Wang2022-09-211-1/+3
* rpmsg: char: Remove the unneeded result variableye xingchen2022-09-021-4/+1
* rpmsg: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-07-161-1/+1
* rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edgeMiaoqian Lin2022-07-161-0/+1
* rpmsg: qcom: correct kerneldocKrzysztof Kozlowski2022-07-162-3/+3
* rpmsg: qcom: glink: remove unused nameKrzysztof Kozlowski2022-07-161-6/+0
* rpmsg: qcom: glink: replace strncpy() with strscpy_pad()Krzysztof Kozlowski2022-07-162-3/+3
* rpmsg: Strcpy is not safe, use strscpy_pad() insteadSaud Farooqui2022-06-241-1/+1
* rpmsg: Fix possible refcount leak in rpmsg_register_device_override()Hangyu Hua2022-06-241-0/+1
* rpmsg: Fix parameter naming for announce_create/destroy opsArnaud Pouliquen2022-06-241-2/+2
* rpmsg: mtk_rpmsg: Fix circular locking dependencyAngeloGioacchino Del Regno2022-06-141-0/+2
* rpmsg: char: Add mutex protection for rpmsg_eptdev_open()Shengjiu Wang2022-06-141-1/+6
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-033-14/+37
|\
| * rpmsg: use local 'dev' variableKrzysztof Kozlowski2022-05-061-3/+3
| * rpmsg: Fix calling device_lock() on non-initialized deviceKrzysztof Kozlowski2022-05-063-29/+32
| * 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