]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] spi: add spi master driver for Freescale MPC83xx SPI controller
authorKumar Gala <galak@kernel.crashing.org>
Sat, 20 May 2006 22:00:15 +0000 (15:00 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 21 May 2006 19:59:19 +0000 (12:59 -0700)
commit5eae17acc29280e354c1cf739b02e76c56f570b2
tree88696d35b5bb168c3f7f2a3b56a683c919e33bed
parent636ec90ac6b34f5ccece4a603bbf3191ddece1b1
[PATCH] spi: add spi master driver for Freescale MPC83xx SPI controller

This driver supports the SPI controller on the MPC83xx SoC devices from
Freescale.  Note, this driver supports only the simple shift register SPI
controller and not the descriptor based CPM or QUICCEngine SPI controller.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi_mpc83xx.c [new file with mode: 0644]
include/linux/fsl_devices.h