From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haavard Skinnemoen Date: Tue, 29 Jan 2008 22:06:00 +0100 Subject: [U-Boot-Users] [rfc] new spiflash subsystem In-Reply-To: <200801290913.33498.vapier@gentoo.org> References: <200801281500.34869.vapier@gentoo.org> <200801281929.38755.vapier@gentoo.org> <20080129101227.563d1c22@dhcp-252-066.norway.atmel.com> <200801290913.33498.vapier@gentoo.org> Message-ID: <20080129220600.7c7151f1@siona> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 29 Jan 2008 09:13:32 -0500 Mike Frysinger wrote: > > So let's just make "please use the include/spi.h API for low-level SPI > > access" be one of the comments on your RFC :-) > > do you have a git tree for this so i can pull it down and test it for > Blackfin ? i can see about posting an updated implementation then ... No, it's really just the patch I mentioned, and a follow-up patch with a hardware spi driver that implements the new API. include/spi.h exists today, I just did a couple of tweaks to make it more useful with hardware SPI controllers. The patch needs to be rebased and possibly updated to fix up more boards and drivers. I'm hoping to get it done this week, but I won't promise anything. Haavard