Skip to content
Snippets Groups Projects

Remove all references to ioremap_nocache and replace with the LIGO_IOREMAP macro.

1 unresolved thread

ioremap_nocache was renamed to ioremap at kernel 5.6. We had put code in for gpstime to allow it to build on 4.x and 5.x by use of a compatibility header which selected the proper function to call.

This request updates the rest of the ioremap_nocache calls to use the selector header file and changes the selector macro name and header file name to be more generic.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
12 12 # include <linux/modversions.h>
13 13 #endif
14 14 #include <asm/io.h>
15 #include "lingo_ioremap.h"
  • merged

  • Erik von Reis mentioned in commit 8b96ff81

    mentioned in commit 8b96ff81

  • mentioned in issue #338 (closed)

  • Please register or sign in to reply
    Loading