RE: [PATCH v3 1/2] phy: Add new PHY attribute max_link_rate and APIs to get/set PHY attributes

2020-07-14 Thread Swapnil Kashinath Jakhade
ar ; > nsek...@ti.com; tomi.valkei...@ti.com; jsa...@ti.com; prane...@ti.com > Subject: Re: [PATCH v3 1/2] phy: Add new PHY attribute max_link_rate and > APIs to get/set PHY attributes > > EXTERNAL MAIL > > > > > On 7/13/2020 4:41 PM, Vinod Koul wrote: > > On

Re: [PATCH v3 1/2] phy: Add new PHY attribute max_link_rate and APIs to get/set PHY attributes

2020-07-13 Thread Kishon Vijay Abraham I
On 7/13/2020 4:41 PM, Vinod Koul wrote: > On 13-07-20, 11:38, Swapnil Jakhade wrote: >> Add new PHY attribute max_link_rate to struct phy_attrs. >> Add a pair of PHY APIs to get/set all the PHY attributes. >> Use phy_set_attrs() to set attribute values in the PHY provider driver. >> Use

Re: [PATCH v3 1/2] phy: Add new PHY attribute max_link_rate and APIs to get/set PHY attributes

2020-07-13 Thread Vinod Koul
On 13-07-20, 11:38, Swapnil Jakhade wrote: > Add new PHY attribute max_link_rate to struct phy_attrs. > Add a pair of PHY APIs to get/set all the PHY attributes. > Use phy_set_attrs() to set attribute values in the PHY provider driver. > Use phy_get_attrs() to get attribute values in the

[PATCH v3 1/2] phy: Add new PHY attribute max_link_rate and APIs to get/set PHY attributes

2020-07-13 Thread Swapnil Jakhade
Add new PHY attribute max_link_rate to struct phy_attrs. Add a pair of PHY APIs to get/set all the PHY attributes. Use phy_set_attrs() to set attribute values in the PHY provider driver. Use phy_get_attrs() to get attribute values in the controller driver. Signed-off-by: Yuti Amonkar