Commit graph

4 commits

Author SHA1 Message Date
Nava kishore Manne
7a7303eaaf Changed the file format from PC to UNIX 2015-06-23 16:32:15 +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
Shravan Kumar A
c289cb5955 cfa: Added files to cfa_v7_0 driver.
Added source files, integration files, self test example,
mdd and tcl files to cfa_v7_0 driver.

Signed-off-by: Shravan Kumar A <skumara@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-07-14 01:23:11 +05:30
Shravan Kumar A
c11233686a cfa: Deprecated cfa_v6_0 driver.
Added active cfa_v7_0 driver.

Signed-off-by: Shravan Kumar A <skumara@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-07-14 00:21:57 +05:30