Add support for a Freescale non-CPM SPI controller
authorBen Warren <biggerbadderben@gmail.com>
Thu, 17 Jan 2008 03:37:35 +0000 (22:37 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Thu, 17 Jan 2008 17:02:25 +0000 (11:02 -0600)
commit04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
tree200373a0d0d38d7f12a6b21ff52d4b1a49ca2d59
parenta8cb43a89be6cfd283257a603dd9841503ccce0f
Add support for a Freescale non-CPM SPI controller

This patch adds support for the SPI controller found on Freescale PowerPC
processors such as the MCP834x family.  Additionally, a new config option,
CONFIG_HARD_SPI, is added for general purpose SPI controller use.

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Makefile
README
drivers/spi/Makefile [new file with mode: 0644]
drivers/spi/mpc8xxx_spi.c [new file with mode: 0644]
include/asm-ppc/immap_83xx.h
include/asm-ppc/mpc8xxx_spi.h [new file with mode: 0644]
lib_ppc/board.c