summaryrefslogtreecommitdiff
path: root/libre/linux-libre/0003-mfd-intel-lpss-Use-devm_ioremap_uc-for-MMIO.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-01-06 13:55:59 -0300
committerDavid P <megver83@parabola.nu>2020-01-06 13:55:59 -0300
commit656abdad351bf389106fd83f04469ac50c8fc659 (patch)
tree6ec0661031be8080a9951d2e30977af7ed17c435 /libre/linux-libre/0003-mfd-intel-lpss-Use-devm_ioremap_uc-for-MMIO.patch
parentc12fda24f3049f2df7d469adeefa280802a3c118 (diff)
downloadabslibre-656abdad351bf389106fd83f04469ac50c8fc659.tar.gz
abslibre-656abdad351bf389106fd83f04469ac50c8fc659.tar.bz2
abslibre-656abdad351bf389106fd83f04469ac50c8fc659.zip
updpkg: libre/linux-libre 5.4.8-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre/0003-mfd-intel-lpss-Use-devm_ioremap_uc-for-MMIO.patch')
-rw-r--r--libre/linux-libre/0003-mfd-intel-lpss-Use-devm_ioremap_uc-for-MMIO.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre/0003-mfd-intel-lpss-Use-devm_ioremap_uc-for-MMIO.patch b/libre/linux-libre/0003-mfd-intel-lpss-Use-devm_ioremap_uc-for-MMIO.patch
index 926097948..ed715ad45 100644
--- a/libre/linux-libre/0003-mfd-intel-lpss-Use-devm_ioremap_uc-for-MMIO.patch
+++ b/libre/linux-libre/0003-mfd-intel-lpss-Use-devm_ioremap_uc-for-MMIO.patch
@@ -1,7 +1,7 @@
-From affb9e39e0d2b1eefff47e2dc0a0aa3893b9bb5d Mon Sep 17 00:00:00 2001
+From 044bbe9ec44257ffb87b96b291636f5a854c3d14 Mon Sep 17 00:00:00 2001
From: Tuowen Zhao <ztuowen@gmail.com>
Date: Wed, 16 Oct 2019 15:06:29 -0600
-Subject: [PATCH 3/5] mfd: intel-lpss: Use devm_ioremap_uc for MMIO
+Subject: [PATCH 03/13] mfd: intel-lpss: Use devm_ioremap_uc for MMIO
Some BIOS erroneously specifies write-combining BAR for intel-lpss-pci
in MTRR. This will cause the system to hang during boot. If possible,
@@ -44,5 +44,5 @@ index bfe4ff337581..b0f0781a6b9c 100644
if (!lpss->priv)
return -ENOMEM;
--
-2.24.0
+2.24.1