Commit graph

12 commits

Author SHA1 Message Date
P L Sai Krishna
5d923bad10 spips: Removed polled, interrupt tests from periph tests.
This patch modifies the test_app tcl file so that polled,
interrupt tests are removed from the peripheral tests.
Since we dont know whether peripherals are connected to
SPIPS or not.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-08-26 18:59:00 +05:30
P L Sai Krishna
d81bd4063a spips: Added polled, interrupt tests in peripheral tests.
This patch changes testapp tcl file to add polled and
interrupt tests in peripheral tests.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
Reviewed-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-08-18 12:24:40 +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
Venkata Naga Sai Krishna Kolapalli
2c57b6e738 spips_v3_0 : Modified .mdd file for pss to psu change.
This patch modified peripheral name notation from
pss_spi to psu_spi. Also removes ps8_spi notation.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-02-17 23:58:42 +05:30
Kishore Kumar Korathaluri
adac7188f9 spips : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-02-04 15:57:54 +05:30
Kishore Kumar Korathaluri
2d92b08387 spips : added common namespace to all common tcl commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-01-22 11:52:47 +05:30
Kishore Kumar Korathaluri
995151de54 spips : added namespace for all HSI TCL commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-01-08 16:14:59 +05:30
Kishore Kumar Korathaluri
95134fe0f6 spips : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:29 +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
c41ba32e65 spips_v3_0: Removed Modification history from .mdd file
This patch removes modification history from .mdd file.

Signed-off-by: Vishnu Motghare <vishnum@xilinx.com>
2014-12-15 10:21:08 +05:30
Vishnu Motghare
cfd100fc83 spips_v3_0: Modified driver source code for MISRA-C:2012 compliance
This patch modifies driver code according to misrac guidelines.
support for Zynq Ultrascale Mp added.

Signed-off-by: Vishnu Motghare <vishnum@xilinx.com>
2014-12-09 20:31:14 +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