[AS9947-72XKB] Upgrade kernel drivers to 6.12 LTS#122
Merged
akenliu merged 1 commit intoaccton:support_linux_6.12from Apr 9, 2026
Merged
Conversation
Port AS9947-72XKB platform to kernel 6.12 LTS: - modules/PKG.yml, modules/builds/Makefile: Use onl-kernel-6.12-lts-x86-64-all - platform-config: Switch to *kernel-6-12 - psu.c, fan.c, thermal.c: i2c_driver.probe drops 2nd arg (i2c_client_get_device_id); platform_driver.remove returns void; hwmon_device_register_with_groups instead of hwmon_device_register_with_info (avoids -EINVAL with empty chip_info in 6.12) - fpga.c, i2c-ocores.c: Rename platform driver to "ocores-as9947-72xkb" to avoid name conflict with AS9947-36XKB (same MODULE_ALIAS caused "already registered") Verified on DUT (192.168.6.89): kernel 6.12.73-OpenNetworkLinux, onlpdump exit 0, all fans/thermals/PSUs reporting correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
akenliu
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Port AS9947-72XKB platform to kernel 6.12 LTS: