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

gpioioctl:Implement ioctl access to Linux GPIO chips/lines. #59

Merged
merged 32 commits into from
Sep 18, 2024

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    f2576ad View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    3606c9b View commit details
    Browse the repository at this point in the history
  2. Remove obsoleted tests

    gsexton committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fde9c61 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Restore deleted files from sysfs

    Add dependency to sysfs/gpio.go init
    cleanup submission per reviewer comments.
    gsexton committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5a2bd2e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Changes for review comments

    gsexton committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7e310bb View commit details
    Browse the repository at this point in the history
  2. Pickup missed file

    gsexton committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    a4bd079 View commit details
    Browse the repository at this point in the history
  3. Fix prerequisite

    gsexton committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ac0bfa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    7105f30 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    gsexton committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9f4e183 View commit details
    Browse the repository at this point in the history
  3. Fix versions in test

    gsexton committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6ff2ec3 View commit details
    Browse the repository at this point in the history
  4. try again

    gsexton committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1010695 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad454c1 View commit details
    Browse the repository at this point in the history
  6. Add gpioioctl initialization to host since it's required, and netlink…

    … to solve another problem.
    gsexton committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    91c118d View commit details
    Browse the repository at this point in the history
  7. gofmt

    gsexton committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0a36c23 View commit details
    Browse the repository at this point in the history
  8. generalize comment

    gsexton committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f80454e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec651b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e052c9 View commit details
    Browse the repository at this point in the history
  11. Fix test failure

    gsexton committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7d39120 View commit details
    Browse the repository at this point in the history
  12. Fix commit

    gsexton committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    342cb00 View commit details
    Browse the repository at this point in the history
  13. Fix sysfs test

    gsexton committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8cf3652 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Add conditional compilation

    gsexton committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    dd8d970 View commit details
    Browse the repository at this point in the history
  2. gofmt

    gsexton committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d6353a3 View commit details
    Browse the repository at this point in the history
  3. Revert go.mod

    gsexton committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1b97518 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21d9499 View commit details
    Browse the repository at this point in the history
  5. Lint fixes

    gsexton committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0f05e40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2eaa0bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47b0b70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ffd4b2 View commit details
    Browse the repository at this point in the history
  9. add license

    gsexton committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6990635 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    gsexton committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1edbb95 View commit details
    Browse the repository at this point in the history
  11. Revert init changes

    gsexton committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    aaec1cc View commit details
    Browse the repository at this point in the history
  12. More revert

    gsexton committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9204ccc View commit details
    Browse the repository at this point in the history