Merge pull request #6960 from HiassofT/le11-kernel-6.0

linux (RPi): update to 6.0
This commit is contained in:
CvH 2022-10-04 12:26:16 +02:00 committed by GitHub
commit 20db5c9624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 1975 additions and 2488 deletions

View File

@ -22,8 +22,8 @@ case "${LINUX}" in
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;
raspberrypi)
PKG_VERSION="23a7ec81c55515e8a8d711376589f4cbc6714906" # 5.15.70
PKG_SHA256="ce1fed13101b1af68da28e53890ea5527286912532157e493d84366d6b040524"
PKG_VERSION="896b8da17ad1568567f3e4647ee9abecd1eaf409" # 6.0
PKG_SHA256="4d7afa1f3d1c6f98f06a4b53754babdbf2356a14b9477caa954a465d2c2e311f"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
;;

View File

@ -0,0 +1,29 @@
From 9f83642b0e91379d8e1891b2c567a9b0a9a1da07 Mon Sep 17 00:00:00 2001
From: Matthias Reichl <hias@horus.com>
Date: Sun, 2 Oct 2022 13:45:46 +0200
Subject: [PATCH] TEMP dwc_otg: change FIQ default to off
Signed-off-by: Matthias Reichl <hias@horus.com>
---
drivers/usb/host/dwc_otg/dwc_otg_driver.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/host/dwc_otg/dwc_otg_driver.c b/drivers/usb/host/dwc_otg/dwc_otg_driver.c
index cb576e553d76a..43b05238c50e2 100644
--- a/drivers/usb/host/dwc_otg/dwc_otg_driver.c
+++ b/drivers/usb/host/dwc_otg/dwc_otg_driver.c
@@ -241,9 +241,9 @@ static struct dwc_otg_driver_module_params dwc_otg_module_params = {
};
//Global variable to switch the fiq fix on or off
-bool fiq_enable = 1;
+bool fiq_enable = 0;
// Global variable to enable the split transaction fix
-bool fiq_fsm_enable = true;
+bool fiq_fsm_enable = false;
//Bulk split-transaction NAK holdoff in microframes
uint16_t nak_holdoff = 8;
--
2.34.1

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="rpi-eeprom"
PKG_VERSION="2efe9daef66bbca33f6848a63355febe8681145a"
PKG_SHA256="6e8b567155f16ccd2931b5cef107a4c5565a2b672172c0bee93b02983c30eb49"
PKG_VERSION="3f85bc0126e271c8b84b99842fcad746bc68f1fd"
PKG_SHA256="a5b6eb3b4a694ab6c0fcb09d1e57aa6bc5678e0415140886861efb5291a2f646"
PKG_ARCH="arm"
PKG_LICENSE="BSD-3/custom"
PKG_SITE="https://github.com/raspberrypi/rpi-eeprom"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff