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 >