search for: _linux_rpmsg_virtio_h

Displaying 6 results from an estimated 6 matches for "_linux_rpmsg_virtio_h".

2020 Sep 02
0
[PATCH v6 2/4] rpmsg: move common structures and defines to headers
...ux/rpmsg/virtio.h b/include/linux/rpmsg/virtio.h > > new file mode 100644 > > index 000000000000..3ede1a4a68a3 > > --- /dev/null > > +++ b/include/linux/rpmsg/virtio.h > > @@ -0,0 +1,83 @@ > > +/* SPDX-License-Identifier: GPL-2.0 */ > > + > > +#ifndef _LINUX_RPMSG_VIRTIO_H > > +#define _LINUX_RPMSG_VIRTIO_H > > + > > +#include <linux/mod_devicetable.h> > > +#include <linux/types.h> > > +#include <linux/virtio_types.h> > > + > > +/** > > + * struct rpmsg_hdr - common header for all rpmsg messages > &...
2020 Sep 03
0
[PATCH v6 2/4] rpmsg: move common structures and defines to headers
...de 100644 > > > > index 000000000000..3ede1a4a68a3 > > > > --- /dev/null > > > > +++ b/include/linux/rpmsg/virtio.h > > > > @@ -0,0 +1,83 @@ > > > > +/* SPDX-License-Identifier: GPL-2.0 */ > > > > + > > > > +#ifndef _LINUX_RPMSG_VIRTIO_H > > > > +#define _LINUX_RPMSG_VIRTIO_H > > > > + > > > > +#include <linux/mod_devicetable.h> > > > > +#include <linux/types.h> > > > > +#include <linux/virtio_types.h> > > > > + > > > > +/** > &...
2020 Sep 01
8
[PATCH v6 0/4] Add a vhost RPMsg API
Hi, Next update: v6: - rename include/linux/virtio_rpmsg.h -> include/linux/rpmsg/virtio.h v5: - don't hard-code message layout v4: - add endianness conversions to comply with the VirtIO standard v3: - address several checkpatch warnings - address comments from Mathieu Poirier v2: - update patch #5 with a correct vhost_dev_init() prototype - drop patch #6 - it depends on a different
2020 Sep 01
8
[PATCH v6 0/4] Add a vhost RPMsg API
Hi, Next update: v6: - rename include/linux/virtio_rpmsg.h -> include/linux/rpmsg/virtio.h v5: - don't hard-code message layout v4: - add endianness conversions to comply with the VirtIO standard v3: - address several checkpatch warnings - address comments from Mathieu Poirier v2: - update patch #5 with a correct vhost_dev_init() prototype - drop patch #6 - it depends on a different
2020 Sep 10
6
[PATCH v7 0/3] Add a vhost RPMsg API
Hi, Next update: v7: - remove documentation update to be send separately - address comments from Mathieu Poirier (thanks) v6: - rename include/linux/virtio_rpmsg.h -> include/linux/rpmsg/virtio.h v5: - don't hard-code message layout v4: - add endianness conversions to comply with the VirtIO standard v3: - address several checkpatch warnings - address comments from Mathieu Poirier v2:
2020 Sep 10
6
[PATCH v7 0/3] Add a vhost RPMsg API
Hi, Next update: v7: - remove documentation update to be send separately - address comments from Mathieu Poirier (thanks) v6: - rename include/linux/virtio_rpmsg.h -> include/linux/rpmsg/virtio.h v5: - don't hard-code message layout v4: - add endianness conversions to comply with the VirtIO standard v3: - address several checkpatch warnings - address comments from Mathieu Poirier v2: