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

Update use of long-deprecated pci_ dma API code to the more generic d… #17

Merged
merged 1 commit into from
Aug 14, 2023

Commits on Feb 24, 2023

  1. Update use of long-deprecated pci_ dma API code to the more generic d…

    …ma_ API.
    
    I can trace back dma_ to at least kernel 3.2 and I've found mention of
    this generic API around 2002 already, so this should work on some really
    old kernels too.
    
    The only question is whether all uses actually require GFP_ATOMIC, but
    since pci_alloc_consistent used that, just stick with it as I don't know
    how to verify this.
    
    Signed-off-by: Jaco Kroon <jaco@uls.co.za>
    jkroonza committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    51d6d47 View commit details
    Browse the repository at this point in the history