From 70c4f19642f3a196b01f22c9cc8e0629df609727 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 27 Feb 2020 22:51:41 +0000 Subject: Fixes and enhancements to some AllWinner Pine64 devices Signed-off-by: Peter Robinson --- kernel.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 798844b35..25c18a929 100644 --- a/kernel.spec +++ b/kernel.spec @@ -841,6 +841,17 @@ Patch323: arm64-tegra-fix-pcie.patch # Coral Patch330: arm64-dts-imx8mq-phanbell-Add-support-for-ethernet.patch +# Pine64 bits +# 340-344 queued for 5.7 +Patch340: arm64-pinebook-fixes.patch +Patch341: arm64-a64-mbus.patch +# https://patchwork.kernel.org/cover/11405517/ +Patch342: Add-LCD-support-for-Pine64-Pinebook-1080p.patch +# https://lkml.org/lkml/2020/1/15/1320 +Patch343: arm64-pine64-pinetab.patch +# https://www.spinics.net/lists/arm-kernel/msg789135.html +Patch344: arm64-pine64-pinephone.patch + # 400 - IBM (ppc/s390x) patches # 500 - Temp fixes/CVEs etc @@ -2952,6 +2963,9 @@ fi # # %changelog +* Thu Feb 27 2020 Peter Robinson +- Fixes and enhancements to some AllWinner Pine64 devices + * Thu Feb 27 2020 Jeremy Cline - 5.6.0-0.rc3.git2.1 - Linux v5.6-rc3-71-gbfdc6d91a25f -- cgit From 126f6d685331599ac205a1127a675c1b660e6259 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 27 Feb 2020 22:42:09 +0000 Subject: Some fixes for Tegra devices --- kernel.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 25c18a929..6b237b0c3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -832,11 +832,16 @@ Patch313: ARM-dts-bcm283x-Add-missing-properties-to-the-PWR-LED.patch Patch314: ARM-dts-bcm2711-Add-pcie0-alias.patch # Tegra bits -Patch320: arm64-tegra-jetson-tx1-fixes.patch +# https://www.spinics.net/lists/linux-tegra/msg48152.html +Patch320: ARM64-Tegra-fixes.patch # http://patchwork.ozlabs.org/patch/1230891/ Patch321: arm64-serial-8250_tegra-Create-Tegra-specific-8250-driver.patch # https://lkml.org/lkml/2020/2/14/401 Patch323: arm64-tegra-fix-pcie.patch +# http://patchwork.ozlabs.org/patch/1243162/ +Patch324: regulator-pwm-Don-t-warn-on-probe-deferral.patch +# http://patchwork.ozlabs.org/patch/1243112/ +Patch325: backlight-lp855x-Ensure-regulators-are-disabled-on-probe-failure.patch # Coral Patch330: arm64-dts-imx8mq-phanbell-Add-support-for-ethernet.patch @@ -2965,6 +2970,7 @@ fi %changelog * Thu Feb 27 2020 Peter Robinson - Fixes and enhancements to some AllWinner Pine64 devices +- Some fixes for Tegra devices * Thu Feb 27 2020 Jeremy Cline - 5.6.0-0.rc3.git2.1 - Linux v5.6-rc3-71-gbfdc6d91a25f -- cgit From 890c0f9b10b4f1e56054935f874673927ec6cda7 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 27 Feb 2020 22:56:53 +0000 Subject: Initial support for the Pinebook Pro --- kernel.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 6b237b0c3..03f22d6d7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -856,6 +856,8 @@ Patch342: Add-LCD-support-for-Pine64-Pinebook-1080p.patch Patch343: arm64-pine64-pinetab.patch # https://www.spinics.net/lists/arm-kernel/msg789135.html Patch344: arm64-pine64-pinephone.patch +# https://patchwork.kernel.org/cover/11409453/ +Patch345: Add-support-for-the-pine64-Pinebook-Pro.patch # 400 - IBM (ppc/s390x) patches @@ -2971,6 +2973,7 @@ fi * Thu Feb 27 2020 Peter Robinson - Fixes and enhancements to some AllWinner Pine64 devices - Some fixes for Tegra devices +- Initial support for the Pinebook Pro * Thu Feb 27 2020 Jeremy Cline - 5.6.0-0.rc3.git2.1 - Linux v5.6-rc3-71-gbfdc6d91a25f -- cgit