From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Liu Date: Tue, 15 Jan 2008 10:59:40 +0800 Subject: [U-Boot-Users] [PATCH 1/2] Add support for a Freescale non-CPM SPIcontroller In-Reply-To: <478B7D9C.2050704@gmail.com> References: <20080114060906.ED65F24827@gemini.denx.de> <478B7D9C.2050704@gmail.com> Message-ID: <1200365980.3652.6.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > 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. also, I have no idea for this name, how about the mpc8xxx_spi.c[h]? Best Regards, Dave