Commit graph

27 commits

Author SHA1 Message Date
Harini Katakam
ce83a9b664 emacps: Update upper 32 bits of queue pointer address
For 64 bit address, upper 32 bits should be updated in respective
TX and RX queue pointer registers. For tx, typecast with u32 should not
be there; remove it. For rx, update the correspondign register.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2015-08-11 15:27:35 +05:30
Nava kishore Manne
dd7b7cb23f emacps: Updated @addtogroup with appropriate version infromation.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2015-08-08 11:09:53 +05:30
Harini Katakam
4ceb19f1ae emacps: Do not call error handler with an error code zero
BUFFNA is not an error and hence the status bit is cleared by the
driver. But the error handler callback is called with a zero error
code in this case. Correct the same.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Acked-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-08-02 21:27:20 +05:30
Nava kishore Manne
607a6324f3 Drivers: Retain @details only in the primary header file.
Removed all other instances.

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-07-13 18:30:19 +05:30
Nava kishore Manne
7a7303eaaf Changed the file format from PC to UNIX 2015-06-23 16:32:15 +05:30
Nava kishore Manne
146cd64c83 Doxygen changes for drivers 2015-06-12 12:50:09 +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
Harini Katakam
54c0d04311 emacps: Dont treat used bit set as error
Remove used bit set from TX error interrupt masks as it is not an error.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2015-03-19 10:41:55 +05:30
Harini Katakam
dc90d1033a emacps: Remove unecessary comment
Remove comment line on top of header for all source files.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2015-03-16 11:21:48 +05:30
Harini Katakam
93f1486370 emacps: Disable extended mode and correct 64 bit support
The existing changes done under EXTENDED_DESC_MODE should in fact
be done for arch 64. Extended mode needs additional BD words and since
there is no test for it at present, it is disabled.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2015-03-16 11:21:47 +05:30
Harini Katakam
7aec13f790 emacps: Increase AHB burst size
Increase AHB burst size to 16 bytes to improve performance.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2015-03-16 11:21:47 +05:30
Harini Katakam
9b8d665400 emacps: Add support for jumbo frames
Add an option to enable jumbo frames for zynqmp.
Add frame size and receive buffer length masks to instance so that they can
be updated dynamically with jumbo enable/disable.
Provide new API XEmacPs_GetRxFrameSize instead of XEmacPs_BdGetLength to
find frame size in case of jumbo frames or otherwise.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2015-03-16 11:21:46 +05:30
Venkata Naga Sai Krishna Kolapalli
ba519a5da3 emacps_v3_0 : Modification history and copyright updated.
This patch updates modification history and
changes copyright year to 2015.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-02-17 18:58:30 +05:30
Punnaiah Choudary Kalluri
1e0945c742 emacps: Add RxQ1 register address map
Added RxQ1 register address map.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-02-05 12:00:27 +05:30
Punnaiah Choudary Kalluri
a84c7db3c2 emacps: Remove the alignment check for the adjacent BD gap
Removed the alignment check for the adjacent BD gap as the controller
expects all the BDs are organized in linear order.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-02-03 09:38:52 +05:30
Punnaiah Choudary Kalluri
a116cc9f3b emacps: Enable the 64 bit address for A53
Enable the 64 bit address bus for A53

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-02-03 09:38:50 +05:30
Punnaiah Choudary Kalluri
e0f2230210 emacps: Correct the BD alignment for Gem module id 2
Corrected the BD alignment for Gem module id 2

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-02-03 09:38:49 +05:30
Punnaiah Choudary Kalluri
46e0e3d061 emacps: Corrected the extended descriptor macro values
Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-02-03 09:38:47 +05:30
Om Mishra
46fa02ba07 emacps_v3_0: modification has been done with respect to versioin id register
This patch has modified source code  of emacps_v3_0 driver on
Zynq and Zynq ultrascale MP

Signed-off-by: Om Mishra <omprakas@xilinx.com>
2015-01-22 18:04:46 +05:30
Kedareswara rao Appana
6973baf6a7 gem: Don't include gem in peripheral test when configured with pcs/pma core
When gem is configured with pcs/pma core for
configuring the clocks it requires additional iic programming
other wise peripheral test won't work.
Don't include gem in peripheral test when configured with pcs/pma core.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-01-21 11:40:14 +05:30
Venkata Naga Sai Krishna Kolapalli
1c24c9317d emacps_v3_0 : Removed the error code in xemacps_bd.h
This patch modifies the extra OR operator in xemacps_bd.h code
that caused issue.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-19 14:46:49 +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
P L Sai Krishna
a0a72be451 emacps_v3_0: Removed compilation error and warning in emacps.
This patch removes the compilation error and warning in the emacps driver.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-12-17 11:40:32 +05:30
Venkata Naga Sai Krishna Kolapalli
de4c37ded0 emacps_v3_0 : Modifies driver logic in xemacps_bd.h
This patch modifies the logic change caused by #ifdef. Corrected to #if.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-17 10:38:25 +05:30
Venkata Naga Sai Krishna Kolapalli
825d4966e7 emacps_v3_0 : IngTest has been modified to fix compilation error.
This patch updates the mask names in integration test to match with driver mask names.
This fixes the compilation error issue. Also removes compilation warnings.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2014-12-16 14:43:13 +05:30
Punnaiah Choudary Kalluri
54cf0f4cfa emacps: Add support for Zynq Ultrascale Mp and misra c guidelines
Add support for Zynq Ultrascale Mp and misra c compliant

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-12-09 20:40:49 +05:30
Punnaiah Choudary Kalluri
35e0aac333 emacps: Create new version v3_0 and deprectaed older one
Create new version v3_0 and deprectaed older one.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-12-09 20:40:48 +05:30