spi: Add OF binding support for SPI busses
authorGrant Likely <grant.likely@secretlab.ca>
Fri, 16 May 2008 17:37:09 +0000 (11:37 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 26 Jul 2008 02:34:40 +0000 (22:34 -0400)
commit284b01897340974000bcc84de87a4e1becc8a83d
tree9d2f38c9d2d39601d615f738c337c5af14a6b344
parentdc87c98e8f635a718f1abb2c3e15fc77c0001651
spi: Add OF binding support for SPI busses

This patch adds support for populating an SPI bus based on data in the
OF device tree.  This is useful for powerpc platforms which use the
device tree instead of discrete code for describing platform layout.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/of/Kconfig
drivers/of/Makefile
drivers/of/of_spi.c [new file with mode: 0644]
include/linux/of_spi.h [new file with mode: 0644]