From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751342AbaCHHW6 (ORCPT ); Sat, 8 Mar 2014 02:22:58 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:60649 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911AbaCHHWz (ORCPT ); Sat, 8 Mar 2014 02:22:55 -0500 Message-ID: <531AC52E.3010402@ti.com> Date: Sat, 8 Mar 2014 12:52:22 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Tobias Jakobi CC: Kamil Debski , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v10 2/4] phy: core: Add devm_of_phy_get to phy-core References: <1394104609-28242-1-git-send-email-k.debski@samsung.com> <1394104609-28242-3-git-send-email-k.debski@samsung.com> <531A1F5A.7060504@math.uni-bielefeld.de> In-Reply-To: <531A1F5A.7060504@math.uni-bielefeld.de> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tobias, On Saturday 08 March 2014 01:04 AM, Tobias Jakobi wrote: > Kamil Debski wrote: >> Adding devm_of_phy_get will allow to get phys by supplying a >> pointer to the struct device_node instead of struct device. >> >> Signed-off-by: Kamil Debski >> --- >> drivers/phy/phy-core.c | 31 +++++++++++++++++++++++++++++++ >> include/linux/phy/phy.h | 8 ++++++++ >> 2 files changed, 39 insertions(+) > Tested-by: Tobias Jakobi Thanks for testing these patches. However I've already queued all these patches so won't be able to add your 'Tested-by' :-s Thanks Kishon