[PATCH] devicetree: xilinx: add rtc node to zynqmp dtsi

2015-07-23 Thread Suneel Garapati
adds rtc controller node to zynqmp devicetree. Signed-off-by: Suneel Garapati suneel.garap...@xilinx.com --- arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts | 4 arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 9 + 2 files changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/xilinx

[PATCH] devicetree: xilinx: zynqmp: add sata node

2015-06-10 Thread Suneel Garapati
add sata node with sata fixed clock nodes in dtsi file. enable sata in zynqmp-ep108.dts with broken-gen2. Signed-off-by: Suneel Garapati suneel.garap...@xilinx.com --- Note - Driver and bindings are added via libata/for-4.2 tree bindings is found in Documentation/devicetree/bindings/ata/ahci

[PATCH v3 0/2] Support for CEVA SATA Host controller

2015-06-09 Thread Suneel Garapati
Adds support for CEVA SATA Host controller found on Xilinx Zynq Ultrascale+ MPSoC. Changes v3 - use ahci platform enable/disable resources api's Changes v2 - change module license to GPL v2 Suneel Garapati (2): devicetree:bindings: add devicetree bindings for ceva ahci drivers: ata: add

[PATCH v3 1/2] devicetree:bindings: add devicetree bindings for ceva ahci

2015-06-09 Thread Suneel Garapati
adds bindings for CEVA AHCI SATA controller. optional property broken-gen2 is useful incase of hardware speed limitation. Signed-off-by: Suneel Garapati suneel.garap...@xilinx.com --- Documentation/devicetree/bindings/ata/ahci-ceva.txt | 20 1 file changed, 20 insertions

[PATCH v3 2/2] drivers: ata: add support for Ceva sata host controller

2015-06-09 Thread Suneel Garapati
Adds support for Ceva sata host controller on Xilinx Zynq UltraScale+ MPSoC. Signed-off-by: Suneel Garapati suneel.garap...@xilinx.com --- Changes v3 - use ahci platform enable/disable api's Changes v2 - Change module license string to GPL v2 --- drivers/ata/Kconfig | 9 ++ drivers/ata

[PATCH v2 1/2] devicetree:bindings: add devicetree bindings for ceva ahci

2015-06-05 Thread Suneel Garapati
adds bindings for CEVA AHCI SATA controller. optional property broken-gen2 is useful incase of hardware speed limitation. Signed-off-by: Suneel Garapati suneel.garap...@xilinx.com --- Documentation/devicetree/bindings/ata/ahci-ceva.txt | 20 1 file changed, 20 insertions

[PATCH v2 2/2] drivers: ata: add support for Ceva sata host controller

2015-06-05 Thread Suneel Garapati
Adds support for Ceva sata host controller on Xilinx Zynq UltraScale+ MPSoC. Signed-off-by: Suneel Garapati suneel.garap...@xilinx.com --- Changes v2 - Change module license string to GPL v2 --- drivers/ata/Kconfig | 9 ++ drivers/ata/Makefile| 1 + drivers/ata/ahci_ceva.c | 225

[PATCH v2 0/2] Support for CEVA SATA Host controller

2015-06-05 Thread Suneel Garapati
Adds support for CEVA SATA Host controller found on Xilinx Zynq Ultrascale+ MPSoC. Changes v2 - change module license to GPL v2 Suneel Garapati (2): devicetree:bindings: add devicetree bindings for ceva ahci drivers: ata: add support for Ceva sata host controller .../devicetree/bindings

[PATCH 2/2] drivers: ata: add support for Ceva sata host controller

2015-05-20 Thread Suneel Garapati
Adds support for Ceva sata host controller on Xilinx Zynq UltraScale+ MPSoC. Signed-off-by: Suneel Garapati suneel.garap...@xilinx.com --- drivers/ata/Kconfig | 9 ++ drivers/ata/Makefile| 1 + drivers/ata/ahci_ceva.c | 225 3 files

[PATCH 1/2] devicetree:bindings: add devicetree bindings for ceva ahci

2015-05-20 Thread Suneel Garapati
adds bindings for CEVA AHCI SATA controller. optional property broken-gen2 is useful incase of hardware speed limitation. Signed-off-by: Suneel Garapati suneel.garap...@xilinx.com --- Documentation/devicetree/bindings/ata/ahci-ceva.txt | 20 1 file changed, 20 insertions

[PATCH 0/2] Support for CEVA SATA Host controller

2015-05-20 Thread Suneel Garapati
Adds support for CEVA SATA Host controller found on Xilinx Zynq Ultrascale+ MPSoC. Suneel Garapati (2): devicetree:bindings: add devicetree bindings for ceva ahci drivers: ata: add support for Ceva sata host controller .../devicetree/bindings/ata/ahci-ceva.txt | 20 ++ drivers/ata