misc: rp1-pio: Demote fw probe error to warning#6685
Merged
pelwell merged 1 commit intoraspberrypi:rpi-6.6.yfrom Feb 25, 2025
Merged
misc: rp1-pio: Demote fw probe error to warning#6685pelwell merged 1 commit intoraspberrypi:rpi-6.6.yfrom
pelwell merged 1 commit intoraspberrypi:rpi-6.6.yfrom
Conversation
Support for the RP1 firmware mailbox API is rolling out to Pi 5 EEPROM images. For most users, the fact that the PIO is not available is no cause for alarm. Change the message to a warning, so that it does not appear with "quiet" in cmdline.txt. Link: raspberrypi#6642 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
popcornmix
approved these changes
Feb 25, 2025
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Mar 5, 2025
kernel: overlays: Add OpenHydroponics RootMaster overlay See: raspberrypi/linux#6670 kernel: RP1 Audio Out See: raspberrypi/linux#6668 kernel: media: i2c: arducam-pivariety: Fix mutex init and NULL pointer See: raspberrypi/linux#6674 kernel: misc: rp1-pio: Demote fw probe error to warning See: raspberrypi/linux#6685 kernel: CM5 AI Camera Fixes See: raspberrypi/linux#6686 kernel: iommu/dma: Add ability to configure NUMA allocation policy for remapped allocations See: raspberrypi/linux#6687 kernel: dts: bcm2712-ds: Remove bcm7445 from gio_aon kernel: imx500: Fix for long exposure setup See: raspberrypi/linux#6693
popcornmix
added a commit
to raspberrypi/rpi-firmware
that referenced
this pull request
Mar 5, 2025
kernel: overlays: Add OpenHydroponics RootMaster overlay See: raspberrypi/linux#6670 kernel: RP1 Audio Out See: raspberrypi/linux#6668 kernel: media: i2c: arducam-pivariety: Fix mutex init and NULL pointer See: raspberrypi/linux#6674 kernel: misc: rp1-pio: Demote fw probe error to warning See: raspberrypi/linux#6685 kernel: CM5 AI Camera Fixes See: raspberrypi/linux#6686 kernel: iommu/dma: Add ability to configure NUMA allocation policy for remapped allocations See: raspberrypi/linux#6687 kernel: dts: bcm2712-ds: Remove bcm7445 from gio_aon kernel: imx500: Fix for long exposure setup See: raspberrypi/linux#6693
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.
Support for the RP1 firmware mailbox API is rolling out to Pi 5 EEPROM images. For most users, the fact that the PIO is not available is no cause for alarm. Change the message to a warning, so that it does not appear with "quiet" in cmdline.txt.
Link: #6642