From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (Kishon Vijay Abraham I) Date: Fri, 13 Dec 2013 15:25:50 +0530 Subject: [PATCH v5 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls In-Reply-To: <20131212181818.GI1939@saruman.home> References: <1386854770-2173-1-git-send-email-mporter@linaro.org> <1386854770-2173-2-git-send-email-mporter@linaro.org> <20131212181818.GI1939@saruman.home> Message-ID: <52AAD9A6.40907@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 12 December 2013 11:48 PM, Felipe Balbi wrote: > Hi, > > On Thu, Dec 12, 2013 at 08:26:02AM -0500, Matt Porter wrote: >> This adds a pair of APIs that allows the generic PHY subsystem to >> provide information on the PHY bus width. The PHY provider driver may >> use phy_set_bus_width() to set the bus width that the PHY supports. >> The controller driver may then use phy_get_bus_width() to fetch the >> PHY bus width in order to properly configure the controller. >> >> Signed-off-by: Matt Porter > > Kishon, I need your Acked-by here, if you're ok with the change. here it goes.. Acked-by: Kishon Vijay Abraham I > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH v5 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls Date: Fri, 13 Dec 2013 15:25:50 +0530 Message-ID: <52AAD9A6.40907@ti.com> References: <1386854770-2173-1-git-send-email-mporter@linaro.org> <1386854770-2173-2-git-send-email-mporter@linaro.org> <20131212181818.GI1939@saruman.home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131212181818.GI1939@saruman.home> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: balbi@ti.com, Matt Porter Cc: Mark Rutland , Devicetree List , Kamil Debski , Linux USB List , Russell King , Pawel Moll , Ian Campbell , Greg Kroah-Hartman , Tomasz Figa , Christian Daudt , Linux Kernel Mailing List , Rob Herring , Kyungmin Park , Linaro Patches , Kumar Gala , Paul Zimmerman , Linux ARM Kernel List List-Id: devicetree@vger.kernel.org On Thursday 12 December 2013 11:48 PM, Felipe Balbi wrote: > Hi, > > On Thu, Dec 12, 2013 at 08:26:02AM -0500, Matt Porter wrote: >> This adds a pair of APIs that allows the generic PHY subsystem to >> provide information on the PHY bus width. The PHY provider driver may >> use phy_set_bus_width() to set the bus width that the PHY supports. >> The controller driver may then use phy_get_bus_width() to fetch the >> PHY bus width in order to properly configure the controller. >> >> Signed-off-by: Matt Porter > > Kishon, I need your Acked-by here, if you're ok with the change. here it goes.. Acked-by: Kishon Vijay Abraham I > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752479Ab3LMJ4w (ORCPT ); Fri, 13 Dec 2013 04:56:52 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:56545 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752223Ab3LMJ4t (ORCPT ); Fri, 13 Dec 2013 04:56:49 -0500 Message-ID: <52AAD9A6.40907@ti.com> Date: Fri, 13 Dec 2013 15:25:50 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: , Matt Porter CC: Greg Kroah-Hartman , Rob Herring , Pawel Moll , Mark Rutland , Kumar Gala , Ian Campbell , Christian Daudt , Paul Zimmerman , Tomasz Figa , Kamil Debski , Kyungmin Park , Russell King , Linux USB List , Linux ARM Kernel List , Linux Kernel Mailing List , Devicetree List , Linaro Patches Subject: Re: [PATCH v5 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls References: <1386854770-2173-1-git-send-email-mporter@linaro.org> <1386854770-2173-2-git-send-email-mporter@linaro.org> <20131212181818.GI1939@saruman.home> In-Reply-To: <20131212181818.GI1939@saruman.home> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 12 December 2013 11:48 PM, Felipe Balbi wrote: > Hi, > > On Thu, Dec 12, 2013 at 08:26:02AM -0500, Matt Porter wrote: >> This adds a pair of APIs that allows the generic PHY subsystem to >> provide information on the PHY bus width. The PHY provider driver may >> use phy_set_bus_width() to set the bus width that the PHY supports. >> The controller driver may then use phy_get_bus_width() to fetch the >> PHY bus width in order to properly configure the controller. >> >> Signed-off-by: Matt Porter > > Kishon, I need your Acked-by here, if you're ok with the change. here it goes.. Acked-by: Kishon Vijay Abraham I >