From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 14 Jan 2008 10:19:56 -0500 Subject: [U-Boot-Users] [PATCH 1/2] Add support for a Freescale non-CPM SPIcontroller In-Reply-To: <20080114060906.ED65F24827@gemini.denx.de> References: <20080114060906.ED65F24827@gemini.denx.de> Message-ID: <478B7D9C.2050704@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 Wolfgang Denk wrote: > In message <1200281058.3654.12.camel@localhost.localdomain> you wrote: > >> please put this into fsl_spi.h to reuse for different 8xxx family. >> > > fsl_spi.h might be a bit too general? How about non-8xxx Freescale > processors? > f > The naming convention was modeled after 'fsl_i2c', which surely isn't universal to all Freescale I2C controllers either. In Linux, this driver is called 'mpc83xx', which we've learned here is a bit too specialized. I'll happily change the name, but don't know what that should be. regards, Ben