Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752699AbaATOlq (ORCPT ); Mon, 20 Jan 2014 09:41:46 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:45529 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751301AbaATOlp (ORCPT ); Mon, 20 Jan 2014 09:41:45 -0500 From: Roger Quadros To: CC: , , , , , , , , Roger Quadros Subject: [PATCH v5 0/4] ata: ahci_platform: Add PHY support and OMAP support Date: Mon, 20 Jan 2014 16:41:24 +0200 Message-ID: <1390228888-5537-1-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 1.8.3.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Some platforms have a PHY hooked up to the SATA controller. The PHY needs to be initialized and powered up for SATA to work. We do that using the Generic PHY framework in PATCH 3. In order to support SATA on the OMAP platforms we need to runtime resume the device before use. PATCH 4 takes care of that. PATCH 1 & 2 updates the DT compatible list. Changelog: v5: - Don't use break after goto in switch case. Rebased on v3.13 v4: - Tackle error conditions while using PHY framework APIs. v3: - Addressed review comments and rebased on 3.13-rc7 - DT binding update moved to new patch. v2: - got rid of Texas Instruments SATA wrapper driver - adressed review comments cheers, -roger --- Balaji T K (1): ata: ahci_platform: Manage SATA PHY Roger Quadros (3): ata: ahci_platform: Add DT compatible for Synopsis DWC AHCI controller ata: ahci_platform: Update DT compatible list ata: ahci_platform: runtime resume the device before use .../devicetree/bindings/ata/ahci-platform.txt | 4 +- drivers/ata/ahci.h | 2 + drivers/ata/ahci_platform.c | 57 +++++++++++++++++++++- 3 files changed, 61 insertions(+), 2 deletions(-) -- 1.8.3.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/