Skip to content
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

x86: rework support for Mellanox Spectrum Switches #15362

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tk154
Copy link
Contributor

@tk154 tk154 commented May 2, 2024

These commits adjust the Mellanox Spectrum support added with 76713f4.

48cc0eb:
I only added the firmware files for the Mellanox Spectrum (SN2000 Series) back then. This commit also adds the Spectrum-2, Spectrum-3, and Spectrum-4 firmware files.

b2f90d5:
I forgot to add the x86 dependency for the LED driver back then. This commit adds the missing dependency.

aca4142:
I have noticed that only the mlxsw_spectrum driver uses the mlxsw_core, mlxsw_i2c, mlxsw_pci, and mlxsw_minimal drivers as dependencies. This commit moves those dependencies into the mlxsw_spectrum module and removes the separate packages.
Years ago, mlxsw_switchx2 and mlxsw_switchib also used those dependencies, but they were removed from the kernel due to EOL.

tk154 added 3 commits May 2, 2024 10:40
Commit 76713f4 only added firmware
files for the Mellanox Spectrum (SN2000 Series) switches; this commit
also adds the Spectrum-2, Spectrum-3, and Spectrum-4 firmware files.

Signed-off-by: Til Kaiser <mail@tk154.de>
Commit 76713f4 added the LED driver
for the Mellanox boards, but the x86 dependency was missing.
This commit adds the missing x86 dependency.

Signed-off-by: Til Kaiser <mail@tk154.de>
Commit 76713f4 added the
mlxsw_spectrum driver and its dependencies as separate packages.
Since only the mlxsw_spectrum driver uses these dependencies,
this commit moves them into the mlxsw_spectrum package.

Signed-off-by: Til Kaiser <mail@tk154.de>
@github-actions github-actions bot added kernel pull request/issue with Linux kernel related changes core packages pull request/issue for core (in-tree) packages labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core packages pull request/issue for core (in-tree) packages kernel pull request/issue with Linux kernel related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant