-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: spi: spi_ll_stm32: manage slave select and long line cleanup #17806
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: spi: spi_ll_stm32: manage slave select and long line cleanup #17806
Conversation
erwango
left a comment
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.
Ntipick
a8ab920 to
2ab5496
Compare
erwango
left a comment
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.
Approved.
Due to the number of impacted boards, CI will likely never pass.
2ab5496 to
91f86c8
Compare
|
@galak, this one won't pass get shippable pass. |
91f86c8 to
9d015b3
Compare
Allow the user to use software slave select instead of the hardware pin, in order to free the related GPIO and avoid unwanted SS triggering on the hardware pin. The default SS is still the hardware pin. Signed-off-by: Yaël Boutreux <[email protected]> Signed-off-by: Arnaud Pouliquen <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
Split a long line remaining in the driver. Signed-off-by: Yaël Boutreux <[email protected]> Signed-off-by: Arnaud Pouliquen <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
9d015b3 to
f1fff26
Compare
|
Merging by hand since we don't feel like this will ever complete CI. |
Allow the user to use software slave select instead of the hardware pin, in order to free the related GPIO and avoid unwanted SS triggering on the hardware pin. The default SS is still the hardware pin.