From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 28 Jan 2008 19:44:55 -0500 Subject: [U-Boot-Users] [rfc] new spiflash subsystem In-Reply-To: <20080129002654.6c6e1734@siona> References: <200801281500.34869.vapier@gentoo.org> <20080129002654.6c6e1734@siona> Message-ID: <479E7707.4000001@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Haavard Skinnemoen wrote: > On Mon, 28 Jan 2008 15:00:34 -0500 > Mike Frysinger wrote: > > >> uint8_t spiflash_exchange_byte(uint8_t transmit) >> > > Uh. Did you just propose SPI framework #6 for u-boot? > > How about we try to modify one of the existing ones so that it can be > useful for everything? That is, spi flash, spi eeproms, LCD panels, > sensors, etc.? > > In fact, I did post a patch that attempted this not so long ago, but I > never got any response: > > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/33822/focus=33821 > > Huh, missed that one :-( . Nice work - getting rid of the table is a good thing. If you re-base and post again I can do some testing. regards, Ben