From mboxrd@z Thu Jan 1 00:00:00 1970 From: jacopo mondi Date: Fri, 25 Feb 2011 09:37:46 +0100 Subject: [U-Boot] building enc28j60 for omap3: SILICON ERRATA In-Reply-To: <20110223233201.09aee7e4@wker> References: <20110216172917.4a5e83cc@BlackBox> <4D5C09EB.4090408@emk-elektronik.de> <20110222173430.06aa118b@BlackBox> <20110223233201.09aee7e4@wker> Message-ID: <20110225093746.4363f20c@BlackBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 23 Feb 2011 23:32:01 +0100 Anatolij Gustschin wrote: > You will have to implement the Master Transmit-Receive Mode > (full-duplex) in the omap3_spi driver for proper enc28j60 register > and buffer access. Currently this driver is using Tx-Only Mode > for transmitting a Rx-Only Mode for receiving. But it shouldn't > be too hard to fix the spi driver. What is needed is a kind > of merge of omap3_spi_read/omap3_spi_write routines. > > HTH > Anatolij Thank you Anatolij, I'm reading OMAP datasheet in these days... Hope I'll provide something during next week.