Commit graph

5 commits

Author SHA1 Message Date
Naga Sureshkumar Relli
41d5f826f7 iomodule: update copyright year in source files and examples.
Update copyright year in source files and examples.

Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com>
Acked-by: Nava kishore Manne <nava.manne@xilinx.com>
2015-09-02 10:23:55 +05:30
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
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
Subbaraya Sundeep Bhatta
c13d60b9ca drivers: Update copyright for softip drivers
This patch updates copyright for following:
axi_7series_ddrx
axipmon
bram
cpu
hwicap
iic
intc
iomodule
mbox
mutex
mig_7series
mutex
sysmon
tft

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
Acked-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
2014-05-27 22:32:18 +05:30
Subbaraya Sundeep Bhatta
f554ecf495 embeddedsw: Check for all 1's in XIOModule_IsExpired
Modified XIOModule_IsExpired to check for all 1's in timer CounterReg instead
of 0's while timer expired.

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-05-02 17:16:43 +05:30