-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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: stepper: refactor common registers to tmc5xxx #81484
drivers: stepper: refactor common registers to tmc5xxx #81484
Conversation
0ece588
to
f55791a
Compare
This commit generalizes macros which are common to tmc5xxx drivers Signed-off-by: Jilay Pandya <[email protected]>
This commit refactors tmc5041 driver to use tmc5xxx generalized macros Signed-off-by: Jilay Pandya <[email protected]>
f55791a
to
dba952e
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.
I would have preferred this being one commit, since seemingly the first commit is incompatible with the driver, which is then adapted in the second commit :)
That's correct. Thanks for pointing it out. I'll keep this in mind next time :-) |
This PR refactors common register values to tmc5xxx.
This PR facilitates #80784 .