mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #6960 from HiassofT/le11-kernel-6.0
linux (RPi): update to 6.0
This commit is contained in:
commit
20db5c9624
@ -22,8 +22,8 @@ case "${LINUX}" in
|
|||||||
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
|
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
|
||||||
;;
|
;;
|
||||||
raspberrypi)
|
raspberrypi)
|
||||||
PKG_VERSION="23a7ec81c55515e8a8d711376589f4cbc6714906" # 5.15.70
|
PKG_VERSION="896b8da17ad1568567f3e4647ee9abecd1eaf409" # 6.0
|
||||||
PKG_SHA256="ce1fed13101b1af68da28e53890ea5527286912532157e493d84366d6b040524"
|
PKG_SHA256="4d7afa1f3d1c6f98f06a4b53754babdbf2356a14b9477caa954a465d2c2e311f"
|
||||||
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
|
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
|
||||||
;;
|
;;
|
||||||
|
@ -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
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="rpi-eeprom"
|
PKG_NAME="rpi-eeprom"
|
||||||
PKG_VERSION="2efe9daef66bbca33f6848a63355febe8681145a"
|
PKG_VERSION="3f85bc0126e271c8b84b99842fcad746bc68f1fd"
|
||||||
PKG_SHA256="6e8b567155f16ccd2931b5cef107a4c5565a2b672172c0bee93b02983c30eb49"
|
PKG_SHA256="a5b6eb3b4a694ab6c0fcb09d1e57aa6bc5678e0415140886861efb5291a2f646"
|
||||||
PKG_ARCH="arm"
|
PKG_ARCH="arm"
|
||||||
PKG_LICENSE="BSD-3/custom"
|
PKG_LICENSE="BSD-3/custom"
|
||||||
PKG_SITE="https://github.com/raspberrypi/rpi-eeprom"
|
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
Loading…
x
Reference in New Issue
Block a user