From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 18 Apr 2008 09:54:54 +0200 Subject: [U-Boot-Users] [PATCH v2 1/3] New i.MX31 SPI driver In-Reply-To: Your message of "Tue, 15 Apr 2008 14:14:25 +0200." Message-ID: <20080418075454.896D9248AB@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message you wrote: > This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far > only implemented and tested on i.MX31, can with a modified register layout > and definitions be used for i.MX27, I think, MXC CPUs have similar SPI > controllers too. > > Signed-off-by: Guennadi Liakhovetski > > --- > > Changes since v1: fix a copy-paste error > > README | 5 + > drivers/spi/Makefile | 1 + > drivers/spi/mxc_spi.c | 166 +++++++++++++++++++++++++++++++++ > include/asm-arm/arch-mx31/mx31-regs.h | 7 +- > include/spi.h | 16 +++- > 5 files changed, 193 insertions(+), 2 deletions(-) > create mode 100644 drivers/spi/mxc_spi.c Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de If ignorance is bliss, why aren't there more happy people?