aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/xilinx_spi.h
Commit message (Collapse)AuthorAge
* spi/xilinx: merge OF support code into main driverGrant Likely2010-11-09
| | | | | | | | | Now that the of_platform_bus_type has been merged with the platform bus type, a single platform driver can handle both OF and non-OF use cases. This patch merges the OF support into the platform driver. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Tested-by: Michal Simek <monstr@monstr.eu>
* spi/xilinx: Eliminate pdata references from common code.Grant Likely2010-11-09
| | | | | | | | | | | 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>
* xilinx_spi: Split into of driver and generic part.Richard Röjfors2009-12-08
This patch splits the xilinx_spi driver into a generic part and a OF driver part. The reason for this is to later add in a platform driver as well. 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>