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

at_hdmac: Fix ATC_DST_PER_MSB for sama5d3 #55

Open
wants to merge 1 commit into
base: linux-6.1-mchp
Choose a base branch
from

Commits on Aug 10, 2023

  1. at_hdmac: Fix ATC_DST_PER_MSB for sama5d3

    Only the upper nibble of handshake interface identifire (id) should put into CFG bits 15 and 14 (ATC_DST_PER_MSB), because the lower four bits are always in bits 3 to 0 (ATC_DST_PER). Same for ATC_SRC_PER_MSB.
    Typically effect of this bug are loosing charcters on serial output with DMA enabled, because the flow controller would connect with wrong interface.
    H-Nestler committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9c461ef View commit details
    Browse the repository at this point in the history