mbox series

[v2,0/2] fix some gpmi nand driver bugs

Message ID 20201209035104.22679-1-han.xu@nxp.com
Headers show
Series fix some gpmi nand driver bugs | expand

Message

Han Xu Dec. 9, 2020, 3:51 a.m. UTC
fix gpmi nand driver cannot sense multi-cs chip issue and the random DMA
timeout bug. 

changes from v1:
* fixed the typo
* removed the fixes tag
* added Sascha's review tag

Han Xu (2):
  mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issue
  mtd: rawnand: gpmi: Fix the random DMA timeout issue

 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 36 +++++++++++++++-------
 drivers/mtd/nand/raw/gpmi-nand/gpmi-regs.h |  1 +
 2 files changed, 26 insertions(+), 11 deletions(-)