Commit graph

10 commits

Author SHA1 Message Date
P L Sai Krishna
7a4913bc00 iicps: 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>
2015-04-13 14:36:49 +05:30
P L Sai Krishna
38d86a8508 iicps: 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-25 21:38:26 +05:30
P L Sai Krishna
45db2926b5 iicps: Removed repeated start feature.
This patch removes the repeated start feature.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-11-25 21:38:17 +05:30
P L Sai Krishna
1745f21b76 iicps: changed transmit fifo call and replaced macro.
Fill Transmit Fifo before address register when sending and replaced DATA_INTR_DEPTH macro with FIFO_DEPTH macro.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2014-11-25 21:38:17 +05:30
Harini Katakam
357c6b08b9 iicps: Header cleanup
Remove incorrect comments.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2014-09-26 19:50:12 +05:30
Harini Katakam
d7451aeaa0 iicps: Update version number and modification history
Update modification history.
Update version in examples/index.html

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2014-09-02 11:21:51 +05:30
Harini Katakam
2eed19c07f iicps: Changes in enable slave monitor API
When enabling slave monitor, clear FIFO, set to read mode and
set transfer size register to 0.
Disable NACK interrupt to avoid being interrupted on every retry.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Acked-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-09-02 11:21:03 +05:30
Harini Katakam
9a4721c616 iicps: Revert changes made in iicps
Revert changes in existing version of driver. New minor version
needs to be created.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Acked-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2014-09-02 11:21:03 +05:30
Harini Katakam
4d2c0a528e iicps: Slave monitor mode changes
When enabling slave monitor, clear FIFO, enable read mode and clear
the transfer size register.
NACK interrupt should not be enabled as this will lead to the sw
being interrupted everytime a retry fails.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
2014-09-02 11:21:00 +05:30
Jagannadha Sutradharudu Teki
2c8f92039d embeddesw: Add initial code support
Added initial support Xilinx Embedded Software.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
2014-06-24 16:45:01 +05:30