Re: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to set PHY attributes

2020-05-18 Thread Kishon Vijay Abraham I
>> Cc: Yuti Suresh Amonkar ; linux- >> ker...@vger.kernel.org; mark.rutl...@arm.com; jsa...@ti.com; >> prane...@ti.com; Milind Parab ; Vinod Koul >> >> Subject: Re: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to >> set PHY attributes >> >

RE: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to set PHY attributes

2020-05-18 Thread Swapnil Kashinath Jakhade
i.com; > prane...@ti.com; Milind Parab ; Vinod Koul > > Subject: Re: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to > set PHY attributes > > EXTERNAL MAIL > > > Hi, > > On 5/8/2020 1:20 PM, Tomi Valkeinen wrote: > > On 07/05/2020 20:17, Ma

Re: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to set PHY attributes

2020-05-12 Thread Kishon Vijay Abraham I
Hi, On 5/8/2020 1:20 PM, Tomi Valkeinen wrote: > On 07/05/2020 20:17, Maxime Ripard wrote: > >>> Actually, for this particular case, consumer driver will be the Cadence MHDP >>> bridge driver for DisplayPort which is also under review process for >>> upstreaming [1]. So this DRM bridge driver

Re: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to set PHY attributes

2020-05-08 Thread Tomi Valkeinen
On 07/05/2020 20:17, Maxime Ripard wrote: Actually, for this particular case, consumer driver will be the Cadence MHDP bridge driver for DisplayPort which is also under review process for upstreaming [1]. So this DRM bridge driver will make use of the PHY APIs phy_get_bus_width() and

Re: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to set PHY attributes

2020-05-07 Thread Maxime Ripard
o: Yuti Suresh Amonkar > > Cc: linux-kernel@vger.kernel.org; kis...@ti.com; mark.rutl...@arm.com; > > jsa...@ti.com; tomi.valkei...@ti.com; prane...@ti.com; Milind Parab > > ; Swapnil Kashinath Jakhade > > > > Subject: Re: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY

RE: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to set PHY attributes

2020-04-30 Thread Swapnil Kashinath Jakhade
> jsa...@ti.com; tomi.valkei...@ti.com; prane...@ti.com; Milind Parab > ; Swapnil Kashinath Jakhade > > Subject: Re: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to > set PHY attributes > > EXTERNAL MAIL > > > Hi, > > On Tue, Apr 28, 202

Re: [PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to set PHY attributes

2020-04-29 Thread Maxime Ripard
Hi, On Tue, Apr 28, 2020 at 09:10:04AM +0200, Yuti Amonkar wrote: > From: Swapnil Jakhade > > Use generic PHY framework function phy_set_bus_width() to set number > of lanes and function phy_set_max_link_rate() to set maximum link rate > supported by PHY. > > Signed-off-by: Swapnil Jakhade

[PATCH v1 2/2] phy: phy-cadence-torrent: Use PHY kernel APIs to set PHY attributes

2020-04-28 Thread Yuti Amonkar
From: Swapnil Jakhade Use generic PHY framework function phy_set_bus_width() to set number of lanes and function phy_set_max_link_rate() to set maximum link rate supported by PHY. Signed-off-by: Swapnil Jakhade --- drivers/phy/cadence/phy-cadence-torrent.c | 3 +++ 1 file changed, 3