|
|
Log in / Subscribe / Register

Support for CEVA SATA Host controller

From:  Suneel Garapati <suneel.garapati@xilinx.com>
To:  <linux-ide@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject:  [PATCH v2 0/2] Support for CEVA SATA Host controller
Date:  Fri, 5 Jun 2015 11:32:26 +0530
Message-ID:  <1433484148-7464-1-git-send-email-suneel.garapati@xilinx.com>
Cc:  <tj@kernel.org>, <michals@xilinx.com>, <sorenb@xilinx.com>, <devicetree@vger.kernel.org>, Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>, Mark Rutland <mark.rutland@arm.com>, Ian Campbell <ijc+devicetree@hellion.org.uk>, Kumar Gala <galak@codeaurora.org>, "Suneel Garapati" <suneel.garapati@xilinx.com>
Archive‑link:  Article

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
--
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/


Copyright © 2015, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds