Show patches with: Submitter = Arnaud Pouliquen       |    Archived = No       |   38 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/6] rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_init rpmsg: enable the use of the rpmsg_char device for the Virtio backend - - - --- 2021-03-11 Arnaud Pouliquen Accepted
[2/6] rpmsg: Move RPMSG_ADDR_ANY in user API rpmsg: enable the use of the rpmsg_char device for the Virtio backend - - - --- 2021-03-11 Arnaud Pouliquen Accepted
[3/6] rpmsg: Add short description of the IOCTL defined in UAPI. rpmsg: enable the use of the rpmsg_char device for the Virtio backend - - - --- 2021-03-11 Arnaud Pouliquen Accepted
[4/6] rpmsg: char: Use rpmsg_sendto to specify the message destination address rpmsg: enable the use of the rpmsg_char device for the Virtio backend - - - --- 2021-03-11 Arnaud Pouliquen Accepted
[5/6] rpmsg: virtio: Register the rpmsg_char device rpmsg: enable the use of the rpmsg_char device for the Virtio backend - - - --- 2021-03-11 Arnaud Pouliquen Accepted
[6/6] rpmsg: char: Return an error if device already open rpmsg: enable the use of the rpmsg_char device for the Virtio backend - - - --- 2021-03-11 Arnaud Pouliquen Accepted
[v3,01/15] rpmsg: char: rename rpmsg_char_init to rpmsg_chrdev_init introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,02/15] rpmsg: move RPMSG_ADDR_ANY in user API and document the API introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,03/15] rpmsg: char: export eptdev create an destroy functions introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,04/15] rpmsg: char: dissociate the control device from the rpmsg class introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,05/15] rpmsg: move the rpmsg control device from rpmsg_char to rpmsg_ctrl introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,06/15] rpmsg: update rpmsg_chrdev_register_device function introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,07/15] rpmsg: virtio: probe the rpmsg_ctrl device introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,08/15] rpmsg: glink: add sendto and trysendto ops introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,09/15] rpmsg: smd: add sendto and trysendto ops introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,10/15] rpmsg: char: use sendto to specify the message destination address introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,11/15] rpmsg: ctrl: introduce RPMSG_CREATE_DEV_IOCTL introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,12/15] rpmsg: char: introduce __rpmsg_chrdev_create_eptdev function introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,13/15] rpmsg: char: introduce a RPMsg driver for the RPmsg char device introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,14/15] rpmsg: char: no dynamic endpoint management for the default one introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v3,15/15] rpmsg: char: return an error if device already open introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-04 Arnaud Pouliquen Superseded
[v4,01/16] rpmsg: char: rename rpmsg_char_init to rpmsg_chrdev_init introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,02/16] rpmsg: move RPMSG_ADDR_ANY in user API introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,03/16] rpmsg: add short description of the IOCTL defined in UAPI. introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,04/16] rpmsg: char: export eptdev create an destroy functions introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,05/16] rpmsg: char: dissociate the control device from the rpmsg class introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,06/16] rpmsg: move the rpmsg control device from rpmsg_char to rpmsg_ctrl introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,07/16] rpmsg: update rpmsg_chrdev_register_device function introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,08/16] rpmsg: glink: add sendto and trysendto ops introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,09/16] rpmsg: smd: add sendto and trysendto ops introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,10/16] rpmsg: char: use sendto to specify the message destination address introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,11/16] rpmsg: virtio: register the rpmsg_ctrl device introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,12/16] rpmsg: ctrl: introduce RPMSG_CREATE_DEV_IOCTL introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,13/16] rpmsg: char: introduce __rpmsg_chrdev_create_eptdev function introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,14/16] rpmsg: char: introduce a RPMsg driver for the RPMsg char device introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,15/16] rpmsg: char: no dynamic endpoint management for the default one introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
[v4,16/16] rpmsg: char: return an error if device already open introduce a generic IOCTL interface for RPMsg channels management - - - --- 2021-02-17 Arnaud Pouliquen Superseded
rpmsg: Fix documentation return formatting rpmsg: Fix documentation return formatting - 1 - --- 2021-11-08 Arnaud Pouliquen Not Applicable