diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-01-19 00:10:55 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-01-19 00:10:55 -0800 |
commit | bf9f6642e76110752d5506f8906fbc58cd8b0476 (patch) | |
tree | 3e3299fe20e203a36a7cbb965d36830e471d39e8 /0002-lib-devres-add-a-helper-function-for-ioremap_uc.patch | |
parent | Updated to 5.4.12.a (diff) | |
download | linux-libre-hardened-bf9f6642e76110752d5506f8906fbc58cd8b0476.tar.xz |
Updated to 5.4.13.a
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.patch | 4 |
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 d124051..3f0667d 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 1e41b685fcac38c05219030acb033a42832f7459 Mon Sep 17 00:00:00 2001 +From 78b64515af95e12dac806fa630ae4499e9527100 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/15] lib: devres: add a helper function for ioremap_uc +Subject: [PATCH 02/16] lib: devres: add a helper function for ioremap_uc Implement a resource managed strongly uncachable ioremap function. |