commit | eae6cb31d890e2860f9ce1b8ba73c27b6005af68 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Thu Oct 14 09:32:53 2010 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Nov 09 21:41:28 2010 -0700 |
tree | c0e7984b6f3a872be3a0deeb088fb402e1e06cd8 | |
parent | 8fd8821b62397f8ddb7bfb23c3246a22770ab2ee [diff] |
spi/xilinx: merge OF support code into main driver 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>