-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
drivers: gpio: Add Davinci gpio controller support #61316
drivers: gpio: Add Davinci gpio controller support #61316
Conversation
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.
Have left inline comments
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.
Left some inline comments too.
681d1c6
to
95923af
Compare
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.
Good job! I only see one issue with how you broke the arguments.
95923af
to
4247107
Compare
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.
Looks good to me :)
@slpp95prashanth any reason to still keep this a draft PR? Please mark as ready if you finally think it's in a good state to review and merge. (unless there's some "depends on" PR that needs to go in before this). If so then please specify which 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.
Left some comments, please take a look
4247107
to
f9dc181
Compare
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.
LGTM. thanks for addressing all my concerns!
9cfe425
to
6ee0b65
Compare
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.
Looks Good, this should ideally be merged only after #59191 is merged, if someone tests and confirms functionality on AM62 A53/M4 target that would be great.
I can do that today/tomorrow! |
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.
Looks good.
Some of the whitespace looks a little strange, for future contributions you may wish to consider using clang-format to autoformat the code, rather than aligning things manually.
Davinci gpio controller support to add various soc gpio support (J721E, AM654). TRM for J721e https://www.ti.com/lit/zip/spruil1 File: spruil1c.pdf GPIO: section 12.1.2 BeagleBone AI_64 https://beagleboard.org/ai-64 Signed-off-by: Prashanth S <slpp95prashanth@yahoo.com>
6226697
6ee0b65
to
6226697
Compare
Davinci gpio controller support to add various soc gpio support (J721E, AM654).
TRM for J721e https://www.ti.com/lit/zip/spruil1
File: spruil1c.pdf
GPIO: section 12.1.2
BeagleBone AI_64 https://beagleboard.org/ai-64