Message ID | 20190430100250.28083-1-xiaolei.li@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | MTK NAND driver improvements and fixes | expand |
Hi Xiaolei, Xiaolei Li <xiaolei.li@mediatek.com> wrote on Tue, 30 Apr 2019 18:02:45 +0800: > The following patch set mainly contains: > * Fix low level time calculation of read/write cycle to meet tRC_min > and tWC_min requirements. > * Refine RE# pulse width calculation and data sampling to improve read > performance. > * Add CS validity check. > * Fix oob buffer pointer wrongly setting and empty page threshold setting. > > Changes on v2 relative to: > -------------------- > > tree : git://git.infradead.org/linux-mtd.git > branch : master We just switched to a repository hosted on kernel.org: https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git/ nand/next is the branch for this kind of series. Thanks, Miquèl
Hi Miquel, On Tue, 2019-04-30 at 14:08 +0200, Miquel Raynal wrote: > Hi Xiaolei, > > Xiaolei Li <xiaolei.li@mediatek.com> wrote on Tue, 30 Apr 2019 18:02:45 > +0800: > > > The following patch set mainly contains: > > * Fix low level time calculation of read/write cycle to meet tRC_min > > and tWC_min requirements. > > * Refine RE# pulse width calculation and data sampling to improve read > > performance. > > * Add CS validity check. > > * Fix oob buffer pointer wrongly setting and empty page threshold setting. > > > > Changes on v2 relative to: > > -------------------- > > > > tree : git://git.infradead.org/linux-mtd.git > > branch : master > > We just switched to a repository hosted on kernel.org: > https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git/ > nand/next is the branch for this kind of series. OK. Good. Thanks for your sharing. > > Thanks, > Miquèl Thanks, Xiaolei