mbox series

[v2,0/1] mtd: rawnand: Cache read sequential

Message ID 20220829072452.15342-1-jaimeliao.tw@gmail.com
Headers show
Series mtd: rawnand: Cache read sequential | expand

Message

liao jaime Aug. 29, 2022, 7:24 a.m. UTC
v2:
	1. correct the 3rd parameter for nand_exec_continue_read_page_op function.
	2. adding mtd_info struction for judge operation in nand_exec_continue_read_page_op function.
	3. adding performance result in commit log

JaimeLiao (1):
  mtd: rawnand: Cache read sequential

 drivers/mtd/nand/raw/nand_base.c    | 96 +++++++++++++++++++++++++++--
 drivers/mtd/nand/raw/nand_timings.c | 12 ++++
 include/linux/mtd/rawnand.h         |  7 +++
 3 files changed, 110 insertions(+), 5 deletions(-)