| Commit message (Expand) | Author | Age | Files | Lines |
* | rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data() | Jia-Ju Bai | 2021-04-09 | 1 | -0/+1 |
* | rpmsg: char: Return an error if device already open | Arnaud Pouliquen | 2021-03-17 | 1 | -0/+3 |
* | rpmsg: virtio: Register the rpmsg_char device | Arnaud Pouliquen | 2021-03-17 | 1 | -5/+57 |
* | rpmsg: char: Use rpmsg_sendto to specify the message destination address | Arnaud Pouliquen | 2021-03-17 | 3 | -2/+34 |
* | rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_init | Arnaud Pouliquen | 2021-03-17 | 1 | -2/+2 |
* | rpmsg: glink: add include of header file | Alex Elder | 2021-01-06 | 1 | -0/+1 |
* | rpmsg: glink: fix some kerneldoc comments | Alex Elder | 2021-01-06 | 1 | -8/+8 |
* | rpmsg: Turn name service into a stand alone driver | Arnaud Pouliquen | 2020-11-24 | 4 | -67/+156 |
* | rpmsg: Make rpmsg_{register|unregister}_device() public | Mathieu Poirier | 2020-11-24 | 1 | -4/+0 |
* | rpmsg: virtio: Add rpmsg channel device ops | Arnaud Pouliquen | 2020-11-24 | 1 | -0/+22 |
* | rpmsg: core: Add channel creation internal API | Arnaud Pouliquen | 2020-11-24 | 2 | -0/+54 |
* | rpmsg: virtio: Rename rpmsg_create_channel | Arnaud Pouliquen | 2020-11-24 | 1 | -3/+3 |
* | rpmsg: Move structure rpmsg_ns_msg to header file | Mathieu Poirier | 2020-11-24 | 1 | -31/+1 |
* | rpmsg: virtio: Move from virtio to rpmsg byte conversion | Mathieu Poirier | 2020-11-24 | 1 | -25/+28 |
* | Merge tag 'rpmsg-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande... | Linus Torvalds | 2020-10-22 | 5 | -23/+97 |
|\ |
|
| * | rpmsg: glink: Expose rpmsg name attr for glink | Chris Lew | 2020-09-15 | 1 | -0/+26 |
| * | rpmsg: glink: Add support for rpmsg glink chrdev | Deepak Kumar Singh | 2020-09-15 | 1 | -0/+38 |
| * | rpmsg: Guard against null endpoint ops in destroy | Chris Lew | 2020-09-15 | 1 | -1/+1 |
| * | rpmsg: glink: Use complete_all for open states | Chris Lew | 2020-09-15 | 1 | -3/+3 |
| * | rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel description | Arnaud Pouliquen | 2020-09-15 | 1 | -1/+6 |
| * | rpmsg: Avoid double-free in mtk_rpmsg_register_device | Nicolas Boichat | 2020-09-15 | 1 | -8/+1 |
| * | rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge() | Dan Carpenter | 2020-09-15 | 1 | -10/+22 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -2/+2 |
|/ |
|
* | rpmsg: virtio: add endianness conversions | Guennadi Liakhovetski | 2020-07-22 | 1 | -29/+34 |
* | Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 2020-06-08 | 3 | -4/+171 |
|\ |
|
| * | rpmsg: glink: Integrate glink_ssr in qcom_glink | Bjorn Andersson | 2020-05-07 | 3 | -4/+171 |
* | | Merge tag 'rpmsg-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 2020-06-08 | 2 | -2/+2 |
|\ \ |
|
| * | | rpmsg: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-05-13 | 1 | -1/+1 |
| * | | rpmsg: fix a comment typo for rpmsg_device_match() | Wang Wenhu | 2020-04-17 | 1 | -1/+1 |
| |/ |
|
* / | rpmsg: pull in slab.h | Michael S. Tsirkin | 2020-04-17 | 1 | -0/+1 |
|/ |
|
* | rpmsg: add rpmsg support for mt8183 SCP. | Pi-Hsun Shih | 2020-01-20 | 3 | -0/+424 |
* | Merge tag 'rpmsg-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 2019-12-02 | 4 | -20/+49 |
|\ |
|
| * | rpmsg: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-11-21 | 1 | -1/+1 |
| * | rpmsg: char: Simplify 'rpmsg_eptdev_release()' | Christophe JAILLET | 2019-11-09 | 1 | -5/+1 |
| * | rpmsg: glink: Free pending deferred work on remove | Bjorn Andersson | 2019-10-17 | 1 | -1/+13 |
| * | rpmsg: glink: Don't send pending rx_done during remove | Bjorn Andersson | 2019-10-17 | 1 | -3/+12 |
| * | rpmsg: glink: Fix rpmsg_register_device err handling | Chris Lew | 2019-10-16 | 1 | -3/+1 |
| * | rpmsg: glink: Put an extra reference during cleanup | Chris Lew | 2019-10-16 | 1 | -0/+4 |
| * | rpmsg: glink: Fix use after free in open_ack TIMEOUT case | Arun Kumar Neelakantam | 2019-10-16 | 1 | -4/+3 |
| * | rpmsg: glink: Fix reuse intents memory leak issue | Arun Kumar Neelakantam | 2019-10-16 | 1 | -0/+9 |
| * | rpmsg: glink: Set tail pointer to 0 at end of FIFO | Chris Lew | 2019-10-11 | 1 | -1/+1 |
| * | rpmsg: char: release allocated memory | Navid Emamdoost | 2019-10-05 | 1 | -2/+4 |
* | | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 2019-10-23 | 1 | -2/+2 |
|/ |
|
* | rpmsg: glink-smem: Name the edge based on parent remoteproc | Bjorn Andersson | 2019-09-18 | 1 | -1/+1 |
* | rpmsg: glink: Use struct_size() helper | Gustavo A. R. Silva | 2019-08-29 | 1 | -1/+1 |
* | rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK" | Suman Anna | 2019-08-28 | 1 | -1/+1 |
* | rpmsg: core: fix comments | Pierre-Louis Bossart | 2019-08-27 | 2 | -6/+7 |
* | rpmsg: core: Make remove handler for rpmsg driver optional. | Pi-Hsun Shih | 2019-05-22 | 1 | -1/+2 |
* | rpmsg: virtio: change header file sort style | Loic Pallardy | 2019-02-21 | 1 | -9/+9 |
* | rpmsg: virtio: allocate buffer from parent | Loic Pallardy | 2019-02-21 | 1 | -3/+3 |