Re: [PATCH v5 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-12-13 Thread Kishon Vijay Abraham I
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()

Re: [PATCH v5 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-12-12 Thread Felipe Balbi
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

[PATCH v5 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-12-12 Thread Matt Porter
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 p