forked from coolstar/VoodooGPIO
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move Intel GPIO code to separate class Signed-off-by: Visual <[email protected]> * VoodooGPIO.h cleanup Signed-off-by: Visual <[email protected]> * Move common fields to VoodooGPIO, fix inheritance bug Signed-off-by: Visual <[email protected]> * setInterruptTypeForPin should be virtual function Signed-off-by: Visual <[email protected]> * Remote unused interruptOccurredGated function Signed-off-by: Visual <[email protected]> * Move pinctrl_pin_desc to VoodooGPIO class Signed-off-by: Visual <[email protected]> * Add AMD GPIO pin definitions Signed-off-by: Visual <[email protected]> * Add VoodooGPIOAMD personality Signed-off-by: Visual <[email protected]> * Add VoodooGPIOAMD::start Signed-off-by: Visual <[email protected]> * Add VoodooGPIOAMD::stop Signed-off-by: Visual <[email protected]> * Add VoodooGPIOAMD logic Signed-off-by: Visual <[email protected]> * Remove 2 unnecessary includes Signed-off-by: Visual <[email protected]> * Add some missing logic Signed-off-by: Visual <[email protected]> * Fix identation Signed-off-by: Visual <[email protected]> * Remove bad logic in irq_set_types Signed-off-by: Visual <[email protected]> * Cleanup Signed-off-by: Visual <[email protected]> * Remove get_direction, direction_{input,output}, {get,set}_value Signed-off-by: Visual <[email protected]> * Use IONewZero instead of IONew Signed-off-by: Visual <[email protected]> * do_amd_gpio_irq_handler should only be called once Signed-off-by: Visual Ehrmanntraut <[email protected]> * amd_gpio_irq_enable should be called before amd_gpio_irq_set_type Signed-off-by: Visual Ehrmanntraut <[email protected]> * Fix interrupt handler Signed-off-by: Visual Ehrmanntraut <[email protected]> * Move debounce logic to amd_gpio_irq_enable Closes #1 Co-authored-by: Huy Duong <[email protected]> Signed-off-by: Visual Ehrmanntraut <[email protected]> --------- Signed-off-by: Visual <[email protected]> Signed-off-by: Visual Ehrmanntraut <[email protected]> Co-authored-by: Huy Duong <[email protected]>
- Loading branch information
1 parent
7c9c02b
commit e0ca3d2
Showing
20 changed files
with
3,505 additions
and
1,301 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
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
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
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
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.