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

Update SPIDEV driver for Character Device v2 ABI; cache FDs #959

Merged
merged 7 commits into from
Mar 13, 2024

Commits on Mar 11, 2024

  1. update GPIO char dev ABI to v2

    show detailed exception msgs
    2bndy5 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    af8cf40 View commit details
    Browse the repository at this point in the history
  2. cache gpio pins in use

    2bndy5 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    aaa88d1 View commit details
    Browse the repository at this point in the history
  3. ran clang-format

    2bndy5 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c6796f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. allow user to select different /dev/gpiochipX

    close GPIO chip FD when not being used.
    2bndy5 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7aee073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e82d88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d6849 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. move GPIO chip cache declaration to gpio.h

    This should allow for easier code reuse when implementing a similar cache for interrupts
    2bndy5 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    553a8f1 View commit details
    Browse the repository at this point in the history