-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: spi: Add driver support for TI MSPM0 SPI module #94726
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?
drivers: spi: Add driver support for TI MSPM0 SPI module #94726
Conversation
59f786c to
6b7114b
Compare
|
|
I'd appreciate if I was added as co-author @santhosh-c-c :) |
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.
Please, use @hansbinderup's original commit as first, do not modify it.
Then add your modifications (ti,clk-div and few details) in further commits.
Also: do not add your copyright unless significant changes (like: adding interrupt mode support for instance).
dts/bindings/spi/ti,mspm0-spi.yaml
Outdated
| clocks: | ||
| required: true | ||
|
|
||
| clk-div: |
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.
ti,clk-div
Add devicetree bindings for the TI MSPM0 SPI module. Signed-off-by: Santhosh Charles <[email protected]> Signed-off-by: Jackson Farley <[email protected]>
6b7114b to
fd737b8
Compare
Sure, I have added you as co-author. |
I understand your point. I believe using the downstream commit directly for upstreaming may not be ideal, but I have credited @hansbinderup as co-author. The driver has also undergone significant changes and further work based on our contributions. |
Add support for the SPI module on TI’s MSPM0 MCUs. The driver supports master mode transfers with configurable frame size (4–16 bits), clock polarity/phase, bit order. Signed-off-by: Santhosh Charles <[email protected]> Signed-off-by: Jackson Farley <[email protected]> Co-authored-by: Hans Binderup <[email protected]>
Add SPI nodes in TI MSPM0 family where the spi nodes are present. Signed-off-by: Santhosh Charles <[email protected]> Signed-off-by: Jackson Farley <[email protected]>
In flight PR includes the input-enable property for all SPI POCI pins for mspm0l222x series. Signed-off-by: Santhosh Charles <[email protected]>
fd737b8 to
f8e1a52
Compare
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|



This is a draft PR for adding the driver support for TI MSPM0 SPI module.
There are few things left to fix.
Signed-off-by: Santhosh Charles [email protected]