From d58cd4e47d9e153938d85dce4048b90cbfc5dcd6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 27 Sep 2020 09:09:59 +0100 Subject: A few more Pinebook Pro fixes --- kernel.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 5a3d26cf5..c1a0a6751 100644 --- a/kernel.spec +++ b/kernel.spec @@ -864,9 +864,6 @@ Patch103: arm64-tegra-Use-valid-PWM-period-for-VDD_GPU-on-Tegra210.patch # Goes away with 5.9 Patch105: 0001-platform-x86-thinkpad_acpi-lap-or-desk-mode-interfac.patch -# https://patchwork.kernel.org/patch/11796255/ -Patch106: arm64-dts-rockchip-disable-USB-type-c-DisplayPort.patch - # https://bugzilla.redhat.com/show_bug.cgi?id=1874117 Patch107: 0001-drivers-perf-xgene_pmu-Fix-uninitialized-resource-st.patch @@ -881,6 +878,15 @@ Patch112: v2-nfs-Fix-security-label-length-not-being-reset.patch # rhbz 1875339 1875828 1876997 Patch113: pdx86-SW_TABLET_MODE-fixes.patch +# https://patchwork.kernel.org/patch/11796255/ +Patch116: arm64-dts-rockchip-disable-USB-type-c-DisplayPort.patch + +# https://patchwork.kernel.org/patch/11787259/ +Patch117: arm64-pwm-rockchip-Keep-enabled-PWMs-running-while-probing.patch + +# Backport from 5.9 +Patch118: arm64-rockchip-pinebookpro-add-fuel-gauge.patch + # END OF PATCH DEFINITIONS %endif -- cgit From 636376f76e6da81e79552ee9bea20e448fd4ac79 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 28 Sep 2020 06:51:58 -0500 Subject: Linux v5.8.12 Signed-off-by: Justin M. Forbes --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index c1a0a6751..0b0aa8853 100644 --- a/kernel.spec +++ b/kernel.spec @@ -92,7 +92,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 11 +%define stable_update 12 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -3000,6 +3000,9 @@ fi # # %changelog +* Mon Sep 28 06:48:18 CDT 2020 Justin M. Forbes - 5.8.12-200 +- Linux v5.8.12 + * Wed Sep 23 06:59:07 CDT 2020 Justin M. Forbes - 5.8.11-200 - Linux v5.8.11 - Fix (rhbz 1821946) -- cgit