On 04-01-24, 14:01, Harald Mommer wrote: > From: Harald Mommer <harald.mommer@xxxxxxxxxxxxxxx> > > Add virtio-spi.h header for virtio SPI. The header file is compliant to > the virtio SPI draft specification V10. > > Signed-off-by: Harald Mommer <harald.mommer@xxxxxxxxxxxxxxx> > --- > include/uapi/linux/virtio_spi.h | 185 ++++++++++++++++++++++++++++++++ > 1 file changed, 185 insertions(+) > create mode 100644 include/uapi/linux/virtio_spi.h > > diff --git a/include/uapi/linux/virtio_spi.h b/include/uapi/linux/virtio_spi.h > new file mode 100644 > index 000000000000..d56843fcb2ec > --- /dev/null > +++ b/include/uapi/linux/virtio_spi.h > @@ -0,0 +1,185 @@ > +/* SPDX-License-Identifier: BSD-3-Clause */ > +/* > + * Copyright (C) 2023 OpenSynergy GmbH > + */ > +#ifndef _LINUX_VIRTIO_VIRTIO_SPI_H > +#define _LINUX_VIRTIO_VIRTIO_SPI_H > + > +#include <linux/types.h> > +#include <linux/virtio_types.h> > +#include <linux/virtio_ids.h> > +#include <linux/virtio_config.h> Maybe keep them in alphabetical order. Looks good otherwise. Reviewed-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> -- viresh