Re: [PATCH v5 2/5] phy: Add LVDS configuration options

2022-03-27 Thread Liu Ying
Hi Kishon, Vinod, On Thu, 2021-06-10 at 17:38 +0800, Liu Ying wrote: > Hi Kishon, Vinod, > > Any follow-up comments/suggestions based on my previous reply? > Or, perhaps, just keep the patch as-is to support the generic lvds > phy > configuration structure? Ping... Any follow-up comments/suggest

Re: [PATCH v5 2/5] phy: Add LVDS configuration options

2021-06-10 Thread Liu Ying
Hi Kishon, Vinod, Any follow-up comments/suggestions based on my previous reply? Or, perhaps, just keep the patch as-is to support the generic lvds phy configuration structure? Thanks, Liu Ying On Thu, 2021-04-01 at 16:36 +0800, Liu Ying wrote: > Hi Kishon, > > First of all, thanks for your rev

Re: [PATCH v5 2/5] phy: Add LVDS configuration options

2021-04-01 Thread Liu Ying
Hi Kishon, First of all, thanks for your review. On Wed, 2021-03-31 at 19:02 +0530, Kishon Vijay Abraham I wrote: > Hi, > > On 25/03/21 2:30 pm, Liu Ying wrote: > > This patch allows LVDS PHYs to be configured through > > the generic functions and through a custom structure > > added to the gene

Re: [PATCH v5 2/5] phy: Add LVDS configuration options

2021-03-31 Thread Kishon Vijay Abraham I
Hi, On 25/03/21 2:30 pm, Liu Ying wrote: > This patch allows LVDS PHYs to be configured through > the generic functions and through a custom structure > added to the generic union. > > The parameters added here are based on common LVDS PHY > implementation practices. The set of parameters > shou

[PATCH v5 2/5] phy: Add LVDS configuration options

2021-03-25 Thread Liu Ying
This patch allows LVDS PHYs to be configured through the generic functions and through a custom structure added to the generic union. The parameters added here are based on common LVDS PHY implementation practices. The set of parameters should cover all potential users. Cc: Kishon Vijay Abraham