From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751524AbdFGIhF (ORCPT ); Wed, 7 Jun 2017 04:37:05 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:35124 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751444AbdFGIg7 (ORCPT ); Wed, 7 Jun 2017 04:36:59 -0400 From: Kishon Vijay Abraham I To: Ulf Hansson , Tony Lindgren , Rob Herring , CC: , , , , , Subject: [PATCH 0/3] omap_hsmmc: use mmc_regulator_get_supply() to get regulators Date: Wed, 7 Jun 2017 14:06:09 +0530 Message-ID: <20170607083612.14224-1-kishon@ti.com> X-Mailer: git-send-email 2.11.0 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 This series deprecates "vmmc_aux" supply property and uses the generic "vqmmc" property. Not sure how exactly to handle omap3-overo-base.dtsi which already has both vqmmc-supply and vmmc_aux-supply without breaking old dt compatibility. (vqmmc-supply seems to have been added there by mistake from 3.15). In the dt series that will follow, will replace all vmmc_aux-supply with vqmmc-supply (In omap3-overo-base.dtsi remove the existing vqmmc-supply and then replace vmmc_aux-supply with vqmmc-supply). Kishon Vijay Abraham I (3): mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on error mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulators Documentation: dt-bindings: Document deprecation of "vmmc_aux" and using "vqmmc" .../devicetree/bindings/mmc/ti-omap-hsmmc.txt | 2 +- drivers/mmc/host/omap_hsmmc.c | 55 +++++++++------------- 2 files changed, 24 insertions(+), 33 deletions(-) -- 2.11.0