-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Microchip sama7g5 gpio driver #92494
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
base: main
Are you sure you want to change the base?
Microchip sama7g5 gpio driver #92494
Conversation
Hello, guys. Please could you help to review this PR. Many thanks. |
Not really needed to create a new PR, in the future just force push to existing PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more implicit boolean conversions.
Add driver for sama7g5 GPIO controller (PIO4) Signed-off-by: Xing Chen <xing.chen@microchip.com>
Add pioa, piob, pioc, piod and pioe devices to sama7g5 Signed-off-by: Xing Chen <xing.chen@microchip.com>
Devices has been verified by samples/basic/button Signed-off-by: Xing Chen <xing.chen@microchip.com>
99e5f5d
to
5d23d0c
Compare
Understand, thanks. |
All corrected, please help to review, thanks. |
|
Add driver for sama7g5 GPIO controller (PIO4)
Update device-tree, add led & button devices related with GPIO Verified by blinky & button samples