aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/xilinx_spi_pltfm.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-11-09spi/xilinx: fold platform_driver support into main bodyGrant Likely1-104/+0
This patch merges the platform driver support into the main body of xilinx_spi.c in preparation for merging the OF and non-OF support code. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Tested-by: Michal Simek <monstr@monstr.eu>
2010-11-09spi/xilinx: Eliminate pdata references from common code.Grant Likely1-1/+3
The current code has the OF binding modifying the platform_data pointer which it must not do, and the common code doesn't really need to use a pdata pointer. This patch eliminates the platform_data references from the common part of the driver in preparation for merging the OF and non-OF versions. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Tested-by: Michal Simek <monstr@monstr.eu>
2009-12-08xilinx_spi: add a platform driver using the xilinx_spi common module.Richard Röjfors1-0/+102
This patch adds in a platform device driver using the xilinx_spi common module. Tested-by: John Linn <John.Linn@xilinx.com> Signed-off-by: Richard Röjfors <richard.rojfors@mocean-labs.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>