Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753429AbcCGPsY (ORCPT ); Mon, 7 Mar 2016 10:48:24 -0500 Received: from lucky1.263xmail.com ([211.157.147.133]:43025 "EHLO lucky1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753089AbcCGPsP (ORCPT ); Mon, 7 Mar 2016 10:48:15 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 1 X-MAIL-DELIVERY: 0 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 0 X-RL-SENDER: shawn.lin@rock-chips.com X-FST-TO: adrian.hunter@intel.com X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: shawn.lin@rock-chips.com X-UNIQUE-TAG: X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 From: Shawn Lin To: Adrian Hunter , Ulf Hansson Cc: Michal Simek , soren.brinkmann@xilinx.com, Rob Herring , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Shawn Lin Subject: [PATCH v7 0/4] Add phy support for arasan,sdhci-5.1 Date: Mon, 7 Mar 2016 23:38:19 +0800 Message-Id: <1457365099-23248-1-git-send-email-shawn.lin@rock-chips.com> X-Mailer: git-send-email 1.8.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1436 Lines: 47 Phy is mandatory requirement for arasan,sdhci-5.1, so we introduce generic phy support for sdhci-of-arasan. This version is rebased on Ulf's next to make it applied cleanly. Also, we fix some preexisting problems of err handling suggested by Adrian. Changes in v7: - split two changes into seperate patches Changes in v6: - rebase on Ulf's next - fix some preexisting problems of err handling suggested by Adrian - add Rob's Acked-by tag Changes in v5: - remove rpm support from this serise - fix some err case for handling phy Changes in v4: - remove suspend/resume_phy - add err handle label for system PM callback - fix comments of struct sdhci_arasan_data and system PM callback suggested by Michal Changes in v3: - remove phy_init/exit for suspend/resume - adjust phy_int/power_on seq to make code more reasonable simplify suspend/resume_phy Changes in v2: - Keep phy as a mandatory requirement for arasan,sdhci-5.1 Shawn Lin (4): Documentation: bindings: add description of phy for sdhci-of-arasan mmc: sdhci-of-arasan: remove disable clk_ahb from sdhci_arasan_resume mmc: sdhci-of-arasan: fix missing sdhci_pltfm_free for err handling mmc: sdhci-of-arasan: add phy support for sdhci-of-arasan .../devicetree/bindings/mmc/arasan,sdhci.txt | 20 +++++- drivers/mmc/host/sdhci-of-arasan.c | 71 +++++++++++++++++++--- 2 files changed, 81 insertions(+), 10 deletions(-) -- 2.3.7