Skip to content

misc: rp1-pio: Defer for out-of-order probing#7215

Merged
pelwell merged 1 commit intoraspberrypi:rpi-6.12.yfrom
pelwell:is7211
Jan 28, 2026
Merged

misc: rp1-pio: Defer for out-of-order probing#7215
pelwell merged 1 commit intoraspberrypi:rpi-6.12.yfrom
pelwell:is7211

Conversation

@pelwell
Copy link
Contributor

@pelwell pelwell commented Jan 28, 2026

In the event that a client of the rp1-pio driver is probed before it, return -EPROBE_DEFER from pio_open to allow it to be retried. Otherwise, return an error code on error, not a NULL pointer, as that is what clients are expecting.

In the event that a client of the rp1-pio driver is probed before it,
return -EPROBE_DEFER from pio_open to allow it to be retried.
Otherwise, return an error code on error, not a NULL pointer, as that
is what clients are expecting.

See: raspberrypi#7211

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
@pelwell pelwell merged commit 1940edc into raspberrypi:rpi-6.12.y Jan 28, 2026
12 checks passed
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Feb 6, 2026
See: raspberrypi/linux#7205

kernel: Adds a driver for the new series of Studio DAC8x soundcards
See: raspberrypi/linux#7197

kernel: configs: enable CONFIG_CRYPTO_LZ4HC=m and support bcachefs-tools dkms build
See: raspberrypi/linux#7208

kernel: misc: rp1-pio: Defer for out-of-order probing
See: raspberrypi/linux#7215

kernel: pcie-brcmstb: move the unilateral disable of CLKREQ# before link-up
See: raspberrypi/linux#7225

kernel: configs: enable Si5351 i2c common clock driver
See: raspberrypi/linux#7223

kernel: net: macb: Fix RX ring refill issue after link up
See: raspberrypi/linux#7222

kernel: overlays: Add a pins_none parameter to audremap
See: raspberrypi/linux#7229

kernel: Add support for pps-rp1 dtoverlay
See: raspberrypi/linux#7209
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Feb 6, 2026
See: raspberrypi/linux#7205

kernel: Adds a driver for the new series of Studio DAC8x soundcards
See: raspberrypi/linux#7197

kernel: configs: enable CONFIG_CRYPTO_LZ4HC=m and support bcachefs-tools dkms build
See: raspberrypi/linux#7208

kernel: misc: rp1-pio: Defer for out-of-order probing
See: raspberrypi/linux#7215

kernel: pcie-brcmstb: move the unilateral disable of CLKREQ# before link-up
See: raspberrypi/linux#7225

kernel: configs: enable Si5351 i2c common clock driver
See: raspberrypi/linux#7223

kernel: net: macb: Fix RX ring refill issue after link up
See: raspberrypi/linux#7222

kernel: overlays: Add a pins_none parameter to audremap
See: raspberrypi/linux#7229

kernel: Add support for pps-rp1 dtoverlay
See: raspberrypi/linux#7209
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant