Commit graph

4 commits

Author SHA1 Message Date
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
P L Sai Krishna
adbfea517d canps_v3_0: Removed PS7 definition in canps_header.h file.
This patch replaces PS7 definition with canonical definition
in canps_header.h file.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-01-22 18:17:58 +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
Kedareswara rao Appana
7db965cedc can: Added new version and deprecate older version of the driver
Added new version of the driver canps_v3_0 and deprecated
canps_v2_1.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-12-09 18:36:33 +05:30