diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-11-17 18:06:28 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2018-11-17 18:06:28 +0000 |
commit | a4764614a7ae93c736c424c6daa13014ba3abf94 (patch) | |
tree | ced236172cd62a1a6bd5b599de50821c9110eda5 /kernel.spec | |
parent | 6c672bed3d494e21ef73d9dfc25bf06318751c79 (diff) | |
download | kernel-a4764614a7ae93c736c424c6daa13014ba3abf94.tar.gz kernel-a4764614a7ae93c736c424c6daa13014ba3abf94.tar.xz kernel-a4764614a7ae93c736c424c6daa13014ba3abf94.zip |
Fix WiFi on Raspberry Pi 3 on aarch64 (rhbz 1649344), Fixes for Raspberry Pi hwmon driver and firmware interface
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 3e4396663..7dea9cfb7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -581,6 +581,12 @@ Patch330: bcm2835-cpufreq-add-CPU-frequency-control-driver.patch Patch331: bcm283x-drm-vc4-set-is_yuv-to-false-when-num_planes-1.patch +# https://patchwork.kernel.org/patch/10686407/ +Patch332: raspberrypi-Fix-firmware-calls-with-large-buffers.patch + +# https://patchwork.kernel.org/patch/10677591/ +Patch333: hwmon-rpi-Fix-initial-notify.patch + # Patches enabling device specific brcm firmware nvram # https://www.spinics.net/lists/linux-wireless/msg178827.html Patch340: brcmfmac-Remove-firmware-loading-code-duplication.patch @@ -1872,6 +1878,10 @@ fi # # %changelog +* Sat Nov 17 2018 Peter Robinson <pbrobinson@fedoraproject.org> +- Fix WiFi on Raspberry Pi 3 on aarch64 (rhbz 1649344) +- Fixes for Raspberry Pi hwmon driver and firmware interface + * Fri Nov 16 2018 Hans de Goede <hdegoede@redhat.com> - Enable a few modules needed for accelerometer and other sensor support on some HP X2 2-in-1s |