summaryrefslogtreecommitdiff
path: root/drivers/rpmsg
AgeCommit message (Expand)Author
2022-11-08Merge tag 'v5.15.73' into 5.15-2.1.x-imxDaiane Angolini
2022-11-07Merge tag 'v5.15.61' into 5.15-2.1.x-imxDaiane Angolini
2022-10-12rpmsg: qcom: glink: replace strncpy() with strscpy_pad()Krzysztof Kozlowski
2022-08-17rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edgeMiaoqian Lin
2022-08-17rpmsg: mtk_rpmsg: Fix circular locking dependencyAngeloGioacchino Del Regno
2022-08-17rpmsg: char: Add mutex protection for rpmsg_eptdev_open()Shengjiu Wang
2022-06-29Merge tag 'v5.15.50' into lf-5.15.yJason Liu
2022-06-14rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() failsKrzysztof Kozlowski
2022-06-14rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrlArnaud Pouliquen
2022-06-14rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()Hangyu Hua
2022-06-14rpmsg: virtio: Fix possible double free in rpmsg_probe()Hangyu Hua
2022-06-14rpmsg: qcom_smd: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski
2022-03-11Merge tag 'v5.15.27' into lf-5.15.yJason Liu
2022-02-01rpmsg: char: Fix race between the release of rpmsg_eptdev and cdevMatthias Kaehlcke
2022-02-01rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdevSujit Kautkar
2022-01-27rpmsg: core: Clean up resources on announce_create failure.Arnaud Pouliquen
2021-11-30rpmsg: imx_rpmsg_tty: drop put_tty_driver()Li Yang
2021-11-30rpmsg: imx_rpmsg_tty: fix .write_room prototypeDong Aisheng
2021-11-30Merge branch 'rpmsg/next' into nextDong Aisheng
2021-11-02MLK-25649-7 rpmsg: imx: Add support for identifying SCU wakeup source from sysfsRanjani Vaidyanathan
2021-11-02LF-2108 rpmsg: imx: fix the pointer conversion loses bits issueRichard Zhu
2021-11-02LF-44 rpmsg: imx: add the rpmsg tty demoRichard Zhu
2021-11-02rpmsg: imx: remove use of ioremap_nocache()Li Yang
2021-11-02rpmsg: imx: enable the tx_block mechanism in the flowRichard Zhu
2021-11-02rpmsg: imx_rpmsg: add partition reset notifyRobin Gong
2021-11-02rpmsg: imx: bug fix and clean up the codesRichard Zhu
2021-11-02rpmsg: imx: extend the rpmsg support for imx8qm and so onRichard Zhu
2021-11-02rpmsg: imx: add the initial imx rpmsg supportRichard Zhu
2021-11-02LF-4261: rpmsg: char: Fix no mutex for multiple openShengjiu Wang
2021-11-02rpmsg: char: Introduce the "rpmsg-raw" channelArnaud Pouliquen
2021-11-02rpmsg: char: Add possibility to use default endpoint of the rpmsg device.Arnaud Pouliquen
2021-11-02rpmsg: char: Introduce __rpmsg_chrdev_create_eptdev functionArnaud Pouliquen
2021-11-02rpmsg: Introduce rpmsg_create_default_ept functionArnaud Pouliquen
2021-11-02rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controlsArnaud Pouliquen
2021-11-02rpmsg: Update rpmsg_chrdev_register_device functionArnaud Pouliquen
2021-11-02rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrlArnaud Pouliquen
2021-11-02rpmsg: char: Export eptdev create an destroy functionsArnaud Pouliquen
2021-11-02rpmsg: char: Remove useless includeArnaud Pouliquen
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-06-18rpmsg: core: Add driver_data for rpmsg_device_idStephan Gerhold
2021-04-09rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data()Jia-Ju Bai
2021-03-17rpmsg: char: Return an error if device already openArnaud Pouliquen
2021-03-17rpmsg: virtio: Register the rpmsg_char deviceArnaud Pouliquen
2021-03-17rpmsg: char: Use rpmsg_sendto to specify the message destination addressArnaud Pouliquen
2021-03-17rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_initArnaud Pouliquen
2021-01-05rpmsg: glink: add include of header fileAlex Elder
2021-01-05rpmsg: glink: fix some kerneldoc commentsAlex Elder
2020-11-24rpmsg: Turn name service into a stand alone driverArnaud Pouliquen
2020-11-24rpmsg: Make rpmsg_{register|unregister}_device() publicMathieu Poirier
2020-11-24rpmsg: virtio: Add rpmsg channel device opsArnaud Pouliquen