-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GPIO example to run on Kernel 6.10+
gpio_request_array() and gpio_free_array() were removed in Kernel v6.10-rc1. Use gpio_request() and gpio_free() instead, and ensure the LKM can run successfully on Kernel v5.15, v6.1, and v6.6+.
- Loading branch information
1 parent
d891311
commit 9883e5a
Showing
3 changed files
with
350 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.