Commit graph

9 commits

Author SHA1 Message Date
Kishore Kumar Korathaluri
1b6371dbcb dmaps : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2014-12-23 16:09:13 +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
Punnaiah Choudary Kalluri
f312657b7f dmaps: Add revision history
Added revision history.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-08-26 14:45:49 +05:30
Kedareswara rao Appana
8641cb88f6 doxygen: update driver examples index.html file to latest version
This patch updates the driver examples index.html file to the latest
verison's of the driver.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-08-26 12:33:41 +05:30
Punnaiah Choudary Kalluri
3048fdcdfb dmaps: Fix iarcc compiler and linker erros
Fixed iarcc linker error and compiler error

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-08-01 23:27:16 +05:30
Punnaiah Choudary Kalluri
a656eeaa1b dmaps: Minor cleanup
Removed xil_printf messages that are confusing the regression
test results analyzer.
Fixed the incorrect header file inclusions.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-07-10 14:52:55 +05:30
Punnaiah Choudary Kalluri
0b2b088c58 dmaps: Fix ARMCC compiler reported error
Fixed the compilation error pointing to __inline type specifier

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-07-02 23:11:29 +05:30
Punnaiah Choudary Kalluri
ede9e3ab60 dmaps: Fix IAR compiler reported error
Fixed the compilation error pointing to __inline type specifier

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-06-23 17:26:53 +05:30
Punnaiah Choudary Kalluri
b5e3f579a7 dmaps: Create new minor version and deprecate the older one
Created new version v2_1 and deprecated the version v2_0.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-06-23 17:26:04 +05:30