summaryrefslogtreecommitdiff
path: root/drivers/rpmsg
AgeCommit message (Expand)Author
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
2020-11-24rpmsg: core: Add channel creation internal APIArnaud Pouliquen
2020-11-24rpmsg: virtio: Rename rpmsg_create_channelArnaud Pouliquen
2020-11-24rpmsg: Move structure rpmsg_ns_msg to header fileMathieu Poirier
2020-11-24rpmsg: virtio: Move from virtio to rpmsg byte conversionMathieu Poirier
2020-10-22Merge tag 'rpmsg-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds
2020-09-15rpmsg: glink: Expose rpmsg name attr for glinkChris Lew
2020-09-15rpmsg: glink: Add support for rpmsg glink chrdevDeepak Kumar Singh
2020-09-15rpmsg: Guard against null endpoint ops in destroyChris Lew
2020-09-15rpmsg: glink: Use complete_all for open statesChris Lew
2020-09-15rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel descriptionArnaud Pouliquen
2020-09-15rpmsg: Avoid double-free in mtk_rpmsg_register_deviceNicolas Boichat
2020-09-15rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge()Dan Carpenter