Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTIO: Add SPI default submit handler #77141

Merged

Commits on Aug 26, 2024

  1. tests: spi: loopback: Set ZTest thread priority to positive

    To allow being preempted by RTIO Workqueue in the SPI RTIO default
    iodev_submit.
    
    Signed-off-by: Luis Ubieda <luisf@croxel.com>
    ubieda committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    19d5b67 View commit details
    Browse the repository at this point in the history
  2. spi: rtio: Add default iodev_submit handler

    To emulate SPI RTIO behavior for drivers that do not have native
    support yet.
    
    Signed-off-by: Luis Ubieda <luisf@croxel.com>
    ubieda committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a52bbb6 View commit details
    Browse the repository at this point in the history
  3. spi: all: Add default iodev_submit to drivers without native support

    So that all SPI drivers are compatible with RTIO APIs.
    
    Signed-off-by: Luis Ubieda <luisf@croxel.com>
    ubieda committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    461d967 View commit details
    Browse the repository at this point in the history