Re: [PATCH v3] phy: Add DisplayPort configuration options

2020-01-08 Thread Kishon Vijay Abraham I
On 08/01/20 12:22 AM, Jyri Sarha wrote: > On 06/01/2020 14:22, Yuti Amonkar wrote: >> Allow DisplayPort PHYs to be configured through the generic >> functions through a custom structure added to the generic union. >> The configuration structure is used for reconfiguration of >> DisplayPort PHYs

Re: [PATCH v3] phy: Add DisplayPort configuration options

2020-01-07 Thread Jyri Sarha
On 06/01/2020 14:22, Yuti Amonkar wrote: > Allow DisplayPort PHYs to be configured through the generic > functions through a custom structure added to the generic union. > The configuration structure is used for reconfiguration of > DisplayPort PHYs during link training operation. > > The paramete

[PATCH v3] phy: Add DisplayPort configuration options

2020-01-07 Thread Yuti Amonkar
Allow DisplayPort PHYs to be configured through the generic functions through a custom structure added to the generic union. The configuration structure is used for reconfiguration of DisplayPort PHYs during link training operation. The parameters added here are the ones defined in the DisplayPort

Re: [PATCH v3] phy: Add DisplayPort configuration options

2020-01-07 Thread Maxime Ripard
On Mon, Jan 06, 2020 at 01:22:40PM +0100, Yuti Amonkar wrote: > Allow DisplayPort PHYs to be configured through the generic > functions through a custom structure added to the generic union. > The configuration structure is used for reconfiguration of > DisplayPort PHYs during link training operati