From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YQ6Zn-0003fp-Fy for linux-mtd@lists.infradead.org; Tue, 24 Feb 2015 03:54:27 +0000 Received: by pdjp10 with SMTP id p10so30362661pdj.3 for ; Mon, 23 Feb 2015 19:54:06 -0800 (PST) Date: Mon, 23 Feb 2015 19:54:02 -0800 From: Brian Norris To: Ezequiel Garcia Subject: Re: [PATCH 0/3] An alternative to SPI NAND Message-ID: <20150224035402.GD18140@ld-irv-0074> References: <71CF8D7F32C5C24C9CD1D0E02D52498A7714DD2A@NTXXIAMBX02.xacn.micron.com> <54ADF90B.1070800@imgtec.com> <71CF8D7F32C5C24C9CD1D0E02D52498A7714F043@NTXXIAMBX02.xacn.micron.com> <54BE2F7B.60003@imgtec.com> <71CF8D7F32C5C24C9CD1D0E02D52498A77151E62@NTXXIAMBX02.xacn.micron.com> <54CA75F6.5020803@imgtec.com> <87F60714EC601C4C83DFF1D2E3D390A04AE751@NTXXIAMBX02.xacn.micron.com> <54CB6F51.2070403@imgtec.com> <20150131070204.GA3692@norris-Latitude-E6410> <54EB481A.8080606@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54EB481A.8080606@imgtec.com> Cc: =?utf-8?B?IlFpIFdhbmcg546L6LW3IChxaXdhbmcpIg==?= , Andrew Bresticker , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , =?utf-8?B?IkZyYW5rIExpdSDliJjnvqQgKGZyYW5rbGl1KSI=?= , =?utf-8?B?Ik1lbGFuaWUgWmhhbmcg5byg54eVIChtZWxhbmllemhhbmcpIg==?= , "dwmw2@infradead.org" , James Hartley , =?utf-8?B?IlBldGVyIFBhbiDmvZjmoIsgKHBldGVycGFuZG9uZyki?= List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Feb 23, 2015 at 12:32:42PM -0300, Ezequiel Garcia wrote: > On 01/31/2015 04:02 AM, Brian Norris wrote: > > Unless someone else thinks they have an excellent handle on the above, > > I'll take a stab at doing this. I actually have a few patches that have > > hung around a while (with little incentive to finish them) that do parts > > of what I'm suggesting above. > > Any progress with this? > > You outlined the plan quite clearly, so perhaps I can help you by > putting together some patches? If you have some work-in-progress stuff, > I can even start there. I did quite a decent chunk of work a few weeks back, but I didn't have time to finish it in my free time. The day job has distracted me from my less urgent tasks. Anyway, I had queued up stuff here: http://git.infradead.org/users/norris/linux-mtd.git/shortlog/refs/heads/nand-bbt Take a look if you'd like. I could post the first couple, I guess, but the last is definitely not complete. I can flesh out the TODO list a bit better, if you really want to pick it up. Brian