Commit graph

5 commits

Author SHA1 Message Date
P L Sai Krishna
0cdc67eb82 spips: Modified the examples to support peripheral tests.
This patch modifies the examples such that peripheral tests
will include spips.
Modified API prototypes.
Added TESTAPP macro checks.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
Reviewed-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-08-18 12:25:40 +05:30
P L Sai Krishna
6574c9ffbd spips_v3_0: Modified the SPI flash examples.
This patch modifies the SPI flash examples to support for
Zynq Ultrascale MPSoC. In zynq we are selecting the hardware
using chip select 0 where as in Zynq Ultrscale MPSoC we have
to use chip select 1 to select the hardware and we are using
different interrupt id's for Zynq and Zynq Ultrascale MPSoC.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-05-25 11:14:59 +05:30
Nava kishore Manne
0c9ca599cf Drivers:standalone drivers license changes.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-05-13 17:05:11 +05:30
Suneel Garapati
0ae197d5e4 all: make source code non-executable
Changes -
find -name "*.h" -exec chmod a-x '{}' ';'
find -name "*.c" -exec chmod a-x '{}' ';'
find -name "*.S" -exec chmod a-x '{}' ';'
find -name "*.ld" -exec chmod a-x '{}' ';'
find -name Makefile -exec chmod a-x '{}' ';'

Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
2014-12-17 15:13:03 +05:30
Vishnu Motghare
8a752fd656 spips_v3_0: Added new version V3_0 and deprecated v2_0
This patch adds new version for spips driver.
support for Zynq Ultrascale Mp added in new version.

Signed-off-by: Vishnu Motghare <vishnum@xilinx.com>
2014-12-09 20:31:14 +05:30