From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 16 Jan 2012 10:29:39 -0700 Subject: [U-Boot] [PATCH 1/2] SPI: Add i.MX ECSPI driver In-Reply-To: <4F101958.20106@de.bosch.com> References: <1326382034-31058-1-git-send-email-dirk.behme@de.bosch.com> <4F100BFE.4060706@denx.de> <4F101958.20106@de.bosch.com> Message-ID: <4F145E83.1050909@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/13/2012 04:45 AM, Dirk Behme wrote: > On 13.01.2012 11:48, Stefano Babic wrote: >> On 12/01/2012 16:27, Dirk Behme wrote: >>> From: Eric Nelson >>> >>> Signed-off-by: Eric Nelson >>> CC: Jason Liu >>> CC: Stefano Babic >>> --- >>> >> >> I see no specific i.MX6 code here, and the function is not very >> different as spi_xchg_single(). Really I do not think we can add a copy >> of the already provided driver, sorry. > > Yes, understood, see > > http://lists.denx.de/pipermail/u-boot/2012-January/115611.html > > Let's have Eric a look to this. > Good catch guys. The mxc_spi driver already has support for the ECSPI on i.MX6, and just needs a small amount of glue to function. FWIW, it should also be easy to add support for i.MX53. Regards, Eric