linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Support for CEVA SATA Host controller
@ 2015-06-05  6:02 Suneel Garapati
  2015-06-05  6:02 ` [PATCH v2 1/2] devicetree:bindings: add devicetree bindings for ceva ahci Suneel Garapati
  2015-06-05  6:02 ` [PATCH v2 2/2] drivers: ata: add support for Ceva sata host controller Suneel Garapati
  0 siblings, 2 replies; 7+ messages in thread
From: Suneel Garapati @ 2015-06-05  6:02 UTC (permalink / raw)
  To: linux-ide, linux-kernel
  Cc: tj, michals, sorenb, devicetree, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, 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/ata/ahci-ceva.txt          |  20 ++
 drivers/ata/Kconfig                                |   9 +
 drivers/ata/Makefile                               |   1 +
 drivers/ata/ahci_ceva.c                            | 225 +++++++++++++++++++++
 4 files changed, 255 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ata/ahci-ceva.txt
 create mode 100644 drivers/ata/ahci_ceva.c

--
2.1.2

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-09  7:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-05  6:02 [PATCH v2 0/2] Support for CEVA SATA Host controller Suneel Garapati
2015-06-05  6:02 ` [PATCH v2 1/2] devicetree:bindings: add devicetree bindings for ceva ahci Suneel Garapati
2015-06-05  6:46   ` Michal Simek
2015-06-05  6:02 ` [PATCH v2 2/2] drivers: ata: add support for Ceva sata host controller Suneel Garapati
2015-06-05  6:49   ` Michal Simek
2015-06-09  5:27   ` Tejun Heo
2015-06-09  7:12     ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).