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
Venkata Naga Sai Krishna Kolapalli
7e8b29d35e
wdtps_v3_0 : Modified wdtps driver for MISRA-C:2012.
...
This patch modifies wdtps_v3_0 for misrac rules.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-15 10:48:39 +05:30
Kinjal Pravinbhai Patel
f91b0e890d
drivers: wdt: added support for Zynq Ultrascale MP
...
This patch deprecates the older version 2_0 and creates new major version
for Zynq Ultrascale MP support
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2014-12-09 18:37:03 +05:30