Skip to content

spi: spidev: Remove noisy type changes#3321

Merged
pamolloy merged 1 commit into
adsp-6.12.0-yfrom
adsp-6.12.0/philip/noisy-type-changes
May 15, 2026
Merged

spi: spidev: Remove noisy type changes#3321
pamolloy merged 1 commit into
adsp-6.12.0-yfrom
adsp-6.12.0/philip/noisy-type-changes

Conversation

@pamolloy
Copy link
Copy Markdown
Collaborator

Although unsigned int should be used for new code, updating all instances of unsigned to unsigned int is unnecessarily noisy. The latest mainline spidev.c mixes both. Drop these changes to reduce conflicts when rebasing on new upstream releases.

Fixes: a47e92c ("spi: Add v3 SPI controller support for ADSP-SC5xx")

@pamolloy pamolloy requested review from a team, gastmaier and ozan956 May 15, 2026 13:31
@pamolloy pamolloy added this to ADSP May 15, 2026
Although `unsigned int` should be used for new code, updating all
instances of `unsigned` to `unsigned int` is unnecessarily noisy. The
latest mainline spidev.c mixes both. Drop these changes to reduce
conflicts when rebasing on new upstream releases.

Fixes: a47e92c ("spi: Add v3 SPI controller support for ADSP-SC5xx")
Signed-off-by: Philip Molloy <philip.molloy@analog.com>
Copy link
Copy Markdown
Collaborator

@gastmaier gastmaier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pamolloy pamolloy merged commit 7eee140 into adsp-6.12.0-y May 15, 2026
14 checks passed
@pamolloy pamolloy deleted the adsp-6.12.0/philip/noisy-type-changes branch May 15, 2026 13:46
@github-project-automation github-project-automation Bot moved this to Done in ADSP May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants