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

feat(kernel-modules): Install SPMI modules on ARM/RISC-V #2557

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bdrung
Copy link
Contributor

@bdrung bdrung commented Nov 14, 2023

MediaTek's PCIe (pcie-mediatek-gen3) and the PHY driver depends on spmi-mtk-pmif which is related to power domain. Power domain relate driver spmi-mtk-pmif must be included in the initramfs for supporting PCIe if user want to access peripherals during boot, for example, NVMe disks.

So install all System Power Management Interface (SPMI) modules on ARM/RISC-V.

Bug-openSUSE: https://bugzilla.suse.com/show_bug.cgi?id=1216767
Bug-Ubuntu: https://launchpad.net/bugs/2038512

This pull request changes...

Changes

Checklist

  • I have tested it locally
  • I have reviewed and updated any documentation if relevant
  • I am providing new code and test(s) for it

MediaTek's PCIe (pcie-mediatek-gen3) and the PHY driver depends on
`spmi-mtk-pmif` which is related to power domain. Power domain relate
driver `spmi-mtk-pmif` must be included in the initramfs for supporting
PCIe if user want to access peripherals during boot, for example, NVMe
disks.

So install all System Power Management Interface (SPMI) modules on
ARM/RISC-V.

Bug-openSUSE: https://bugzilla.suse.com/show_bug.cgi?id=1216767
Bug-Ubuntu: https://launchpad.net/bugs/2038512
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
@github-actions github-actions bot added modules Issue tracker for all modules kernel-modules Issues related to the kernel-modules module labels Nov 14, 2023
@LaszloGombos LaszloGombos added the enhancement Issue adding new functionality label Nov 15, 2023
@LaszloGombos LaszloGombos added this to the dracut-061 milestone Nov 15, 2023
@aafeijoo-suse aafeijoo-suse removed this from the dracut-061 milestone Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue adding new functionality kernel-modules Issues related to the kernel-modules module modules Issue tracker for all modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants