mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Update odroidxu4-current to 5.4.208 (#4037)
This commit is contained in:
1620
patch/kernel/archive/odroidxu4-5.4/patch-5.4.204-205.patch
Normal file
1620
patch/kernel/archive/odroidxu4-5.4/patch-5.4.204-205.patch
Normal file
File diff suppressed because it is too large
Load Diff
26
patch/kernel/archive/odroidxu4-5.4/patch-5.4.205-206.patch
Normal file
26
patch/kernel/archive/odroidxu4-5.4/patch-5.4.205-206.patch
Normal file
@@ -0,0 +1,26 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index c40565492ffba..755123455105f 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
VERSION = 5
|
||||
PATCHLEVEL = 4
|
||||
-SUBLEVEL = 205
|
||||
+SUBLEVEL = 206
|
||||
EXTRAVERSION =
|
||||
NAME = Kleptomaniac Octopus
|
||||
|
||||
diff --git a/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
|
||||
index 41f7dd58bdcf8..02218c3b548f9 100644
|
||||
--- a/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
|
||||
+++ b/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
|
||||
@@ -682,7 +682,7 @@ static void gpmi_nfc_compute_timings(struct gpmi_nand_data *this,
|
||||
hw->timing0 = BF_GPMI_TIMING0_ADDRESS_SETUP(addr_setup_cycles) |
|
||||
BF_GPMI_TIMING0_DATA_HOLD(data_hold_cycles) |
|
||||
BF_GPMI_TIMING0_DATA_SETUP(data_setup_cycles);
|
||||
- hw->timing1 = BF_GPMI_TIMING1_BUSY_TIMEOUT(DIV_ROUND_UP(busy_timeout_cycles, 4096));
|
||||
+ hw->timing1 = BF_GPMI_TIMING1_BUSY_TIMEOUT(busy_timeout_cycles * 4096);
|
||||
|
||||
/*
|
||||
* Derive NFC ideal delay from {3}:
|
||||
1799
patch/kernel/archive/odroidxu4-5.4/patch-5.4.206-207.patch
Normal file
1799
patch/kernel/archive/odroidxu4-5.4/patch-5.4.206-207.patch
Normal file
File diff suppressed because it is too large
Load Diff
4094
patch/kernel/archive/odroidxu4-5.4/patch-5.4.207-208.patch
Normal file
4094
patch/kernel/archive/odroidxu4-5.4/patch-5.4.207-208.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user