]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
Temporary hack for Xilinx SPI Driver to deal with MicroBlaze io macros xilinx_v2.6.33-rc8
authorJohn Linn <john.linn@xilinx.com>
Wed, 24 Feb 2010 16:57:40 +0000 (09:57 -0700)
committerJohn Linn <john.linn@xilinx.com>
Wed, 24 Feb 2010 17:58:23 +0000 (10:58 -0700)
commitdc67ea7de4a37efa51a911d84241771f9afa63e3
tree886b2873ecbb6bc07e731eed416231f95a0a0e2e
parenta9908280535beb53e920cb55100bf8ab30b774c3
Temporary hack for Xilinx SPI Driver to deal with MicroBlaze io macros

The new spi driver from mainline uses function pointers to i/o routines
which won't work with the i/o macros in the MicroBlaze architecture.
This commit creates inline functions to deal with the problem for now.
drivers/spi/xilinx_spi.c