embeddedsw/XilinxProcessorIPLib/drivers/dptx/src
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
..
Makefile all: make source code non-executable 2014-12-17 15:13:03 +05:30
xdptx.c dptx: Moved functions related to retrieval of EDID information into xdptx_edid.c 2014-11-14 09:55:42 +05:30
xdptx.h dptx: Fixed some documentation for Doxygen. 2014-11-14 09:55:45 +05:30
xdptx_edid.c dptx: Added macro header comments describing new functionality. 2014-11-14 09:55:44 +05:30
xdptx_hw.h dptx: Added macro header comments describing new functionality. 2014-11-14 09:55:44 +05:30
xdptx_intr.c dptx: Added new v3_0 version and deprecate v2_0. 2014-11-14 09:55:38 +05:30
xdptx_mst.c dptx: Fixed some documentation for Doxygen. 2014-11-14 09:55:45 +05:30
xdptx_selftest.c dptx: Added new v3_0 version and deprecate v2_0. 2014-11-14 09:55:38 +05:30
xdptx_sinit.c dptx: Added new v3_0 version and deprecate v2_0. 2014-11-14 09:55:38 +05:30
xdptx_spm.c dptx: Renamed some arguments to be more consistent among functions. 2014-11-14 09:55:40 +05:30
xdptx_vidmodetable.c dptx: Added new v3_0 version and deprecate v2_0. 2014-11-14 09:55:38 +05:30