From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758144AbbEaGek (ORCPT ); Sun, 31 May 2015 02:34:40 -0400 Received: from mail-vn0-f42.google.com ([209.85.216.42]:39508 "EHLO mail-vn0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751604AbbEaGec (ORCPT ); Sun, 31 May 2015 02:34:32 -0400 MIME-Version: 1.0 In-Reply-To: <1403700144-30720-1-git-send-email-gautam.vivek@samsung.com> References: <1403700144-30720-1-git-send-email-gautam.vivek@samsung.com> Date: Sun, 31 May 2015 15:34:31 +0900 X-Google-Sender-Auth: KUlmO-_KUohSGX9z4eSWsYXjQNs Message-ID: Subject: Re: [PATCH v3 1/2] usb: ehci-exynos: Make provision for vdd regulators From: Krzysztof Kozlowski To: Vivek Gautam Cc: linux-usb@vger.kernel.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, Jingoo Han , Alan Stern Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2014-06-25 21:42 GMT+09:00 Vivek Gautam : > Facilitate getting required 3.3V and 1.0V VDD supply for > EHCI controller on Exynos. > > With the patches for regulators' nodes merged in 3.15: > c8c253f ARM: dts: Add regulator entries to smdk5420 > 275dcd2 ARM: dts: add max77686 pmic node for smdk5250, > the exynos systems turn on only minimal number of regulators. > > Until now, the VDD regulator supplies were either turned on > by the bootloader, or the regulators were enabled by default > in the kernel, so that the controller drivers did not need to > care about turning on these regulators on their own. > This was rather bad about these controller drivers. > So ensuring now that the controller driver requests the necessary > VDD regulators (if available, unless there are direct VDD rails), > and enable them so as to make them working. > > Signed-off-by: Vivek Gautam > Cc: Jingoo Han > Cc: Alan Stern > --- > > Changes from v2: > - replaced devm_regulator_get() with devm_regulator_get_optional(). > - Added Documentation for the vdd supplies for the controller. > - Re-did the commit message. The patch looks useful but it seems it was forgotten. Do you have any plans to resend it? Best regards, Krzysztof