Merge 5.10.131 into android12-5.10-lts
Changes in 5.10.131 Revert "mtd: rawnand: gpmi: Fix setting busy timeout setting" Linux 5.10.131 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ic4e1d9df0f6af37bc76c1d62da9df05dd73e5639
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
VERSION = 5
|
VERSION = 5
|
||||||
PATCHLEVEL = 10
|
PATCHLEVEL = 10
|
||||||
SUBLEVEL = 130
|
SUBLEVEL = 131
|
||||||
EXTRAVERSION =
|
EXTRAVERSION =
|
||||||
NAME = Dare mighty things
|
NAME = Dare mighty things
|
||||||
|
|
||||||
|
@@ -683,7 +683,7 @@ static void gpmi_nfc_compute_timings(struct gpmi_nand_data *this,
|
|||||||
hw->timing0 = BF_GPMI_TIMING0_ADDRESS_SETUP(addr_setup_cycles) |
|
hw->timing0 = BF_GPMI_TIMING0_ADDRESS_SETUP(addr_setup_cycles) |
|
||||||
BF_GPMI_TIMING0_DATA_HOLD(data_hold_cycles) |
|
BF_GPMI_TIMING0_DATA_HOLD(data_hold_cycles) |
|
||||||
BF_GPMI_TIMING0_DATA_SETUP(data_setup_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}:
|
* Derive NFC ideal delay from {3}:
|
||||||
|
Reference in New Issue
Block a user