Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1161137

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

From Suneel Garapati <suneel.garapati@xilinx.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/2] Support for CEVA SATA Host controller
Date 2015-06-09 11:00 +0200
Message-ID <pzny2-1wR-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 support for Ceva sata host controller

 .../devicetree/bindings/ata/ahci-ceva.txt          |  20 ++
 drivers/ata/Kconfig                                |   9 +
 drivers/ata/Makefile                               |   1 +
 drivers/ata/ahci_ceva.c                            | 238 +++++++++++++++++++++
 4 files changed, 268 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ata/ahci-ceva.txt
 create mode 100644 drivers/ata/ahci_ceva.c

--
2.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/2] Support for CEVA SATA Host controller Suneel Garapati <suneel.garapati@xilinx.com> - 2015-06-09 11:00 +0200
  Re: [PATCH v3 2/2] drivers: ata: add support for Ceva sata host  controller Tejun Heo <tj@kernel.org> - 2015-06-09 11:00 +0200
  [PATCH v3 1/2] devicetree:bindings: add devicetree bindings for ceva ahci Suneel Garapati <suneel.garapati@xilinx.com> - 2015-06-09 11:10 +0200
  Re: [PATCH v3 0/2] Support for CEVA SATA Host controller Tejun Heo <tj@kernel.org> - 2015-06-10 04:20 +0200

csiph-web