RTIO: Add SPI default submit handler #145807
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 14s
Annotations
1 error, 1 warning, and 9 notices
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
Run compliance checks on patch series (PR):
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- .release = spi_atcspi200_release
-};
+ .release = spi_atcspi200_release};
File:drivers/spi/spi_andes_atcspi200.c
Line:752
You may want to run clang-format on this change:
-
File:drivers/spi/spi_cc13xx_cc26xx.c
Line:237
You may want to run clang-format on this change:
-static const struct spi_driver_api spi_api = {
- .transceive = spi_esp32_transceive,
+static const struct spi_driver_api spi_api = {.transceive = spi_esp32_transceive,
#ifdef CONFIG_SPI_ASYNC
- .transceive_async = spi_esp32_transceive_async,
+ .transceive_async = spi_esp32_transceive_async,
#endif
#ifdef CONFIG_SPI_RTIO
- .iodev_submit = spi_rtio_iodev_default_submit,
-#endif
- .release = spi_esp32_release
-};
+ .iodev_submit = spi_rtio_iodev_default_submit,
+#endif
+ .release = spi_esp32_release};
File:drivers/spi/spi_esp32_spim.c
Line:507
You may want to run clang-format on this change:
- .release = spi_gd32_release
-};
+ .release = spi_gd32_release};
File:drivers/spi/spi_gd32.c
Line:583
You may want to run clang-format on this change:
- .transceive = transceive,
+ .transceive = transceive,
#ifdef CONFIG_SPI_ASYNC
- .transceive_async = transceive_async,
+ .transceive_async = transceive_async,
#endif /* CONFIG_SPI_ASYNC */
#ifdef CONFIG_SPI_RTIO
.iodev_submit = spi_rtio_iodev_default_submit,
#endif
- .release = release,
+ .release = release,
File:drivers/spi/spi_grlib_spimctrl.c
Line:227
You may want to run clang-format on this change:
-static const struct spi_driver_api spi_numaker_driver_api = {
- .transceive = spi_numaker_transceive,
+static const struct spi_driver_api spi_numaker_driver_api = {.transceive = spi_numaker_transceive,
#ifdef CONFIG_SPI_RTIO
- .iodev_submit = spi_rtio_iodev_default_submit,
+ .iodev_submit =
+ spi_rtio_iodev_default_submit,
#endif
- .release = spi_numaker_release
-};
+ .release = spi_numaker_release};
File:drivers/spi/spi_numaker.c
Line:291
You may want to run clang-format on this change:
-static const struct spi_driver_api spi_pl022_api = {
- .transceive = spi_pl022_transceive,
+static const struct spi_driver_api spi_pl022_api = {.transceive = spi_pl022_transceive,
#if defined(CONFIG_SPI_ASYNC)
- .transceive_async = spi_pl022_transceive_async,
+ .transceive_async = spi_pl022_transceive_async,
#endif
#ifdef CONFIG_SPI_RTIO
- .iodev_submit = spi_rtio_iodev_default_submit,
-#endif
- .release = spi_pl022_release
-};
+ .iodev_submit = spi_rtio_iodev_default_submit,
+#endif
+ .release = spi_pl022_release};
File:drivers/spi/spi_pl022.c
Line:902
You may want to run clang-format on this change:
-void spi_rtio_iodev_default_submit(const struct device *dev,
- struct rtio_iodev_sqe *iodev_sqe)
+void spi_rtio_iodev_default_submit(const struct device *dev, struct rtio_iodev_sqe *iodev_sqe)
File:drivers/spi/spi_rtio.c
Line:100
You may want to run clang-format on this change:
-void spi_rtio_iodev_default_submit(const struct device *dev,
- struct rtio_iodev_sqe *iodev_sqe);
File:include/zephyr/drivers/spi/rtio.h
Line:17
|
You may want to run clang-format on this change:
drivers/spi/spi_andes_atcspi200.c#L752
drivers/spi/spi_andes_atcspi200.c:752
- .release = spi_atcspi200_release
-};
+ .release = spi_atcspi200_release};
|
You may want to run clang-format on this change:
drivers/spi/spi_cc13xx_cc26xx.c#L237
drivers/spi/spi_cc13xx_cc26xx.c:237
-
|
You may want to run clang-format on this change:
drivers/spi/spi_esp32_spim.c#L507
drivers/spi/spi_esp32_spim.c:507
-static const struct spi_driver_api spi_api = {
- .transceive = spi_esp32_transceive,
+static const struct spi_driver_api spi_api = {.transceive = spi_esp32_transceive,
#ifdef CONFIG_SPI_ASYNC
- .transceive_async = spi_esp32_transceive_async,
+ .transceive_async = spi_esp32_transceive_async,
#endif
#ifdef CONFIG_SPI_RTIO
- .iodev_submit = spi_rtio_iodev_default_submit,
-#endif
- .release = spi_esp32_release
-};
+ .iodev_submit = spi_rtio_iodev_default_submit,
+#endif
+ .release = spi_esp32_release};
|
You may want to run clang-format on this change:
drivers/spi/spi_gd32.c#L583
drivers/spi/spi_gd32.c:583
- .release = spi_gd32_release
-};
+ .release = spi_gd32_release};
|
You may want to run clang-format on this change:
drivers/spi/spi_grlib_spimctrl.c#L227
drivers/spi/spi_grlib_spimctrl.c:227
- .transceive = transceive,
+ .transceive = transceive,
#ifdef CONFIG_SPI_ASYNC
- .transceive_async = transceive_async,
+ .transceive_async = transceive_async,
#endif /* CONFIG_SPI_ASYNC */
#ifdef CONFIG_SPI_RTIO
.iodev_submit = spi_rtio_iodev_default_submit,
#endif
- .release = release,
+ .release = release,
|
You may want to run clang-format on this change:
drivers/spi/spi_numaker.c#L291
drivers/spi/spi_numaker.c:291
-static const struct spi_driver_api spi_numaker_driver_api = {
- .transceive = spi_numaker_transceive,
+static const struct spi_driver_api spi_numaker_driver_api = {.transceive = spi_numaker_transceive,
#ifdef CONFIG_SPI_RTIO
- .iodev_submit = spi_rtio_iodev_default_submit,
+ .iodev_submit =
+ spi_rtio_iodev_default_submit,
#endif
- .release = spi_numaker_release
-};
+ .release = spi_numaker_release};
|
You may want to run clang-format on this change:
drivers/spi/spi_pl022.c#L902
drivers/spi/spi_pl022.c:902
-static const struct spi_driver_api spi_pl022_api = {
- .transceive = spi_pl022_transceive,
+static const struct spi_driver_api spi_pl022_api = {.transceive = spi_pl022_transceive,
#if defined(CONFIG_SPI_ASYNC)
- .transceive_async = spi_pl022_transceive_async,
+ .transceive_async = spi_pl022_transceive_async,
#endif
#ifdef CONFIG_SPI_RTIO
- .iodev_submit = spi_rtio_iodev_default_submit,
-#endif
- .release = spi_pl022_release
-};
+ .iodev_submit = spi_rtio_iodev_default_submit,
+#endif
+ .release = spi_pl022_release};
|
You may want to run clang-format on this change:
drivers/spi/spi_rtio.c#L100
drivers/spi/spi_rtio.c:100
-void spi_rtio_iodev_default_submit(const struct device *dev,
- struct rtio_iodev_sqe *iodev_sqe)
+void spi_rtio_iodev_default_submit(const struct device *dev, struct rtio_iodev_sqe *iodev_sqe)
|
You may want to run clang-format on this change:
include/zephyr/drivers/spi/rtio.h#L17
include/zephyr/drivers/spi/rtio.h:17
-void spi_rtio_iodev_default_submit(const struct device *dev,
- struct rtio_iodev_sqe *iodev_sqe);
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
|
1.19 KB |
|