Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753660AbaGILDo (ORCPT ); Wed, 9 Jul 2014 07:03:44 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:49881 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751351AbaGILDl (ORCPT ); Wed, 9 Jul 2014 07:03:41 -0400 From: Srinivas Kandagatla To: Kishon Vijay Abraham I Cc: Grant Likely , Rob Herring , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-ide@vger.kernel.org, Srinivas Kandagatla Subject: [PATCH v2 0/2] Add Qcom AP8064 SATA PHY support Date: Wed, 9 Jul 2014 12:03:27 +0100 Message-Id: <1404903807-26032-1-git-send-email-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1403546409-10860-1-git-send-email-srinivas.kandagatla@linaro.org> References: <1403546409-10860-1-git-send-email-srinivas.kandagatla@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kishon, First patch in this series adds support to the APQ8064 SATA PHY. Second patch updates the existing Kumar gala's device tree PHY bindings with APQ8064 soc specific compatible. Eventhough there are two seperate drivers for both IPQ and APQ SOCs, the bindings are exactly same, so I did not create new bindings document. Could you please pick these patches for v3.17. Changes since v1: - included DT bindings in the series. Thanks, srini Srinivas Kandagatla (2): phy: qcom: Add driver for QCOM APQ8064 SATA PHY phy: qcom: Update APQ8064 PHY device tree bindings Documentation/devicetree/bindings/phy/qcom-phy.txt | 3 +- drivers/phy/Kconfig | 7 + drivers/phy/Makefile | 1 + drivers/phy/phy-qcom-apq8064-sata.c | 358 +++++++++++++++++++++ 4 files changed, 368 insertions(+), 1 deletion(-) create mode 100644 drivers/phy/phy-qcom-apq8064-sata.c -- 1.9.1 -- 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/