[PATCH v6 1/2] dmaengine: Add Xilinx Central DMA DT Binding Documentation

2015-09-07 Thread Kedareswara rao Appana
Device-tree binding documentation of Xilinx Central DMA Engine. Signed-off-by: Kedareswara rao Appana <appa...@xilinx.com> --- Changes in v6: - None. Changes in v5: - None. Changes in v4: - None. Changes in v3: - Used proper alignment for all the properties. Changes in v2: - Change property

[PATCH v5 1/2] dma: Add Xilinx Central DMA DT Binding Documentation

2015-06-09 Thread Kedareswara rao Appana
Device-tree binding documentation of Xilinx Central DMA Engine. Signed-off-by: Srikanth Thokala stho...@xilinx.com Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- Changes in v5: - None. Changes in v4: - None. Changes in v3: - Used proper alignment for all the properties. Changes

[PATCH v4 1/2] dma: Add Xilinx Central DMA DT Binding Documentation

2015-05-21 Thread Kedareswara rao Appana
Device-tree binding documentation of Xilinx Central DMA Engine. Signed-off-by: Srikanth Thokala stho...@xilinx.com Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- This patch is rebased on the commit Merge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs

[RESEND PATCH v3 1/2] dma: Add Xilinx Central DMA DT Binding Documentation

2015-03-24 Thread Kedareswara rao Appana
Device-tree binding documentation of Xilinx Central DMA Engine. Signed-off-by: Srikanth Thokala stho...@xilinx.com Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- Changes in v3: - Used proper alignment for all the properties. Changes in v2: - Change property 'xlnx,data-width

[PATCH v3 1/2] dma: Add Xilinx Central DMA DT Binding Documentation

2015-03-02 Thread Kedareswara rao Appana
Device-tree binding documentation of Xilinx Central DMA Engine. Signed-off-by: Srikanth Thokala stho...@xilinx.com Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- Changes in v3: - Used proper alignment for all the properties. Changes in v2: - Change property 'xlnx,data-width

[PATCH v5] can: Convert to runtime_pm

2015-01-12 Thread Kedareswara rao Appana
-by: Kedareswara rao Appana appa...@xilinx.com --- Changes for v5: - Updated with the review comments. Updated the remove fuction to use runtime_pm. Chnages for v4: - Updated with the review comments. Changes for v3: - Converted the driver to use runtime_pm. Changes for v2: - Removed

[PATCH] net: xilinx: Remove unnecessary temac_property in the driver

2014-12-23 Thread Kedareswara rao Appana
This property is no longer used in the code yet the code looks for it in the device tree. It does not cause an error if it's not in the tree. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- drivers/net/ethernet/xilinx/xilinx_axienet.h |2 -- drivers/net/ethernet/xilinx

[PATCH v3] can: Convert to runtime_pm

2014-11-27 Thread Kedareswara rao Appana
-by: Kedareswara rao Appana appa...@xilinx.com --- Changes for v3: - Converted the driver to use runtime_pm. Changes for v2: - Removed the struct platform_device* from suspend/resume as suggest by Lothar. drivers/net/can/xilinx_can.c | 119 + 1

[PATCH v2] can: Fix bug in suspend/resume

2014-11-14 Thread Kedareswara rao Appana
The drvdata in the suspend/resume is of type struct net_device, not the platform device.Enable the clocks in the suspend before accessing the registers of the CAN. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- Changes for v2: - Removed the struct platform_device* from suspend

[PATCH] can: Fix bug in suspend/resume

2014-11-12 Thread Kedareswara rao Appana
When accessing the priv structure use container_of instead of dev_get_drvdata. Enable the clocks in the suspend before accessing the registers of the CAN. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- drivers/net/can/xilinx_can.c | 20 ++-- 1 files changed, 18

[PATCH v8 1/2] can: Add xilinx CAN device tree bindings documentation.

2014-05-21 Thread Kedareswara rao Appana
Add xilinx CAN bindings documentation. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- Changes for v8: - None. Changes for v7: - Split the devicetree bindings doc as a seperate patch --- .../devicetree/bindings/net/can/xilinx_can.txt | 44 1 files changed

[PATCH v7 1/2] can: xilinx CAN controller support

2014-04-02 Thread Kedareswara rao Appana
This patch adds xilinx CAN controller support. This driver supports both ZYNQ CANPS and Soft IP AXI CAN controller. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- Changes for v7: - Updated the driver with review comments. - Moved the driver bindings doc as a separte patch. Changes

[PATCH v7 2/2] can: Add xilinx CAN device tree bindings documentation

2014-04-02 Thread Kedareswara rao Appana
Add xilinx CAN bindings documentation. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- .../devicetree/bindings/net/can/xilinx_can.txt | 44 1 files changed, 44 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/can

[PATCH v6] can: xilinx CAN controller support

2014-03-25 Thread Kedareswara rao Appana
This patch adds xilinx CAN controller support. This driver supports both ZYNQ CANPS and Soft IP AXI CAN controller. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- This patch is rebased on the 3.14 rc8 kernel Chnages for v6: - Updated the driver with review comments. - Used the clock

[PATCH v5] can: xilinx CAN controller support.

2014-03-04 Thread Kedareswara rao Appana
This patch adds xilinx CAN controller support. This driver supports both ZYNQ CANPS and Soft IP AXI CAN controller. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- This patch is rebased on the 3.14 rc5 kernel. Changes for v5: - Updated the driver with the review comments. - Remove

[PATCH v4] can: xilinx CAN controller support.

2014-02-23 Thread Kedareswara rao Appana
This patch adds xilinx CAN controller support. This driver supports both ZYNQ CANPS and Soft IP AXI CAN controller. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- This patch is rebased on the 3.14 rc4 kernel. Changes for v4: - Added check for the tx fifo full interrupt condition

[PATCH v2] can: xilinx CAN controller support.

2014-02-11 Thread Kedareswara rao Appana
This patch adds xilinx CAN controller support. This driver supports both ZYNQ CANPS IP and Soft IP AXI CAN controller. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- This patch is rebased on the 3.14 rc2 kernel. Changes for v2: - Updated with the review comments. - Removed

[PATCH] can: xilinx CAN controller support.

2014-02-06 Thread Kedareswara rao Appana
This patch adds xilinx CAN controller support. This driver supports both ZYNQ CANPS IP and Soft IP AXI CAN controller. Signed-off-by: Kedareswara rao Appana appa...@xilinx.com --- This patch is rebased on the 3.14 rc1 kernel. --- .../devicetree/bindings/net/can/xilinx_can.txt | 43