Commit graph

6 commits

Author SHA1 Message Date
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
P L Sai Krishna
e4948b3972 iicps_v2_4: Modified the index file.
This patch modifies the index file in examples.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-12-09 11:14:41 +05:30
P L Sai Krishna
63cfac47b5 iicps_v2_4: Added repeated start example.
This Patch add repeated start example for iicps.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-12-09 11:14:27 +05:30
P L Sai Krishna
5ae0b34872 iicps_v2_4: Implemented repeated start feature.
This patch adds the repeated start feature in the iicps driver.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-12-09 11:14:11 +05:30
P L Sai Krishna
a1b1070f78 iicps_v2_4: TimeOut Register value is modified.
This Patch modifies the TimeOut Register value,although timeout interrupt is not used, this register is changed to set to the maximum allowed HW timeout value.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-11-06 09:42:24 +05:30
P L Sai Krishna
eeafc59a05 iicps_v2_4: Added new version to iicps driver.
This patch adds new version to iicps by modifying the mdd files.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-11-06 09:42:18 +05:30