summarylogtreecommitdiffstats
path: root/0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch
diff options
context:
space:
mode:
authorgraysky2019-12-30 07:26:19 -0500
committergraysky2019-12-30 07:26:19 -0500
commit6350ed57c7daa464a71a9f8a0d4199ac0e5d8b52 (patch)
tree0f782a2794cb79d1360d6cbccd04b63592d25041 /0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch
parentebd0ef85fc047e48bdcbef56e4aa3613163b1449 (diff)
downloadaur-6350ed57c7daa464a71a9f8a0d4199ac0e5d8b52.tar.gz
Update to 5.4.7rc1-1
Diffstat (limited to '0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch')
-rw-r--r--0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch b/0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch
index 05acc2baa8b3..71b5414bd3b0 100644
--- a/0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch
+++ b/0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch
@@ -1,7 +1,7 @@
-From 72bc3d71be44797eeb76ad17f124877f19526313 Mon Sep 17 00:00:00 2001
+From 5925138606a245d43d8a6db47b754cea6f6049ae Mon Sep 17 00:00:00 2001
From: Tuowen Zhao <ztuowen@gmail.com>
Date: Wed, 16 Oct 2019 15:06:28 -0600
-Subject: [PATCH 2/6] lib: devres: add a helper function for ioremap_uc
+Subject: [PATCH 02/20] lib: devres: add a helper function for ioremap_uc
Implement a resource managed strongly uncachable ioremap function.
@@ -75,5 +75,5 @@ index 6a0e9bd6524a..17624d35e82d 100644
* devm_ioremap_nocache - Managed ioremap_nocache()
* @dev: Generic device to remap IO address for
--
-2.24.0
+2.24.1