Felix Matouschek
|
a5de91a88a
|
kernel: Fix oob layout of XTX XT26G0xA
The correct oob layout is:
ECC:
region->offset = 48;
region->length = 16;
Free:
/* Reserve 1 byte for the BBM. */
region->offset = 1;
region->length = 47;
Signed-off-by: Felix Matouschek <felix@matouschek.org>
|
2022-04-09 21:08:26 +08:00 |
|
Felix Matouschek
|
3711aee56d
|
kernel: Fix readid method of XTX XT26G0xA
The correct readid method is SPINAND_READID_METHOD_OPCODE_ADDR.
Signed-off-by: Felix Matouschek <felix@matouschek.org>
|
2022-04-09 21:08:26 +08:00 |
|
Ansuel Smith
|
009f8afe06
|
generic: 5.15: refresh pending patch
Use 'make target/linux/refresh' to refresh pending patches.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|
2022-03-27 05:00:50 +01:00 |
|
Ansuel Smith
|
9a038e7fd1
|
generic: 5.15: copy config and patch from 5.10
Copy config and patches from kernel 5.10 to kernel 5.15
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|
2022-03-27 00:07:34 +00:00 |
|