Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

dts: rp1: Disable DMA usage for UART0 #6371

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

pelwell
Copy link
Contributor

@pelwell pelwell commented Sep 18, 2024

Some recent DMA changes have led to data loss in UART0 on Pi 5. It also seems that even prior to these changes there was a problem with aborted transfers.

As this is the only RP1 UART configured for DMA, it is better to remove the DMA usage until it is shown to be reliable.

Link: #6365

Some recent DMA changes have led to data loss in UART0 on Pi 5. It also
seems that even prior to these changes there was a problem with aborted
transfers.

As this is the only RP1 UART configured for DMA, it is better to remove
the DMA usage until it is shown to be reliable.

Link: raspberrypi#6365

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
@pelwell pelwell merged commit cc63d55 into raspberrypi:rpi-6.6.y Sep 18, 2024
12 checks passed
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Sep 18, 2024
See: raspberrypi/linux#6371

kernel: drm: vc4: Fix interpolate bit for nearest neighbour filter
See: raspberrypi/linux#6364

kernel: drm: panel: ili9881: Correct symmetry on enable/disable return codes
See: raspberrypi/linux#6360

kernel: vc04_services: codec: Allocate the max number of buffers on the VPU
See: raspberrypi/linux#6348

kernel: ASoC: add the HiFiBerry 8-channel ADC soundcard
See: raspberrypi/linux#6353
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Sep 18, 2024
See: raspberrypi/linux#6371

kernel: drm: vc4: Fix interpolate bit for nearest neighbour filter
See: raspberrypi/linux#6364

kernel: drm: panel: ili9881: Correct symmetry on enable/disable return codes
See: raspberrypi/linux#6360

kernel: vc04_services: codec: Allocate the max number of buffers on the VPU
See: raspberrypi/linux#6348

kernel: ASoC: add the HiFiBerry 8-channel ADC soundcard
See: raspberrypi/linux#6353
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants