summarylogtreecommitdiffstats
path: root/0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch
diff options
context:
space:
mode:
authorDavid Runge2020-02-05 09:29:06 +0100
committerDavid Runge2020-02-05 09:29:06 +0100
commite3ec1de1e2e64113c44cc4ed37f4887d74b6ac5d (patch)
treedf51abf90438f7ef82ac8d558c6955418d625659 /0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch
parentff97d1f036cf85f816ae9a0b09d0d1314934c79e (diff)
downloadaur-e3ec1de1e2e64113c44cc4ed37f4887d74b6ac5d.tar.gz
PKGBUILD: Upgrading to 5.4.17.9. Removing distribution patches applied on top of 5.4.13 and adding (most) of those applied on top of 5.4.15.
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.patch4
1 files changed, 2 insertions, 2 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 3f0667d80b0c..626da546082b 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 78b64515af95e12dac806fa630ae4499e9527100 Mon Sep 17 00:00:00 2001
+From c1514f7f277ce90eaf74cbb52ad484fcd2aa3100 Mon Sep 17 00:00:00 2001
From: Tuowen Zhao <ztuowen@gmail.com>
Date: Wed, 16 Oct 2019 15:06:28 -0600
-Subject: [PATCH 02/16] lib: devres: add a helper function for ioremap_uc
+Subject: [PATCH 02/15] lib: devres: add a helper function for ioremap_uc
Implement a resource managed strongly uncachable ioremap function.