Re: (subset) [PATCH v4 0/5] Add support for DisplayPort on SA8775P platform

2024-10-17 Thread Vinod Koul
On Fri, 04 Oct 2024 16:00:41 +0530, Soutrik Mukhopadhyay wrote: > This series adds support for the DisplayPort controller > and eDP PHY v5 found on the Qualcomm SA8775P platform. > Applied, thanks! [1/5] dt-bindings: phy: Add eDP PHY compatible for sa8775p commit: 7adb3d221a4d6a4f5e0793c

Re: [PATCH v4 0/5] Add support for DisplayPort on SA8775P platform

2024-10-15 Thread Dmitry Baryshkov
On Tue, 15 Oct 2024 at 10:02, Soutrik Mukhopadhyay wrote: > > > On 10/6/2024 8:30 PM, Dmitry Baryshkov wrote: > > On Fri, 4 Oct 2024 at 12:30, Soutrik Mukhopadhyay > > wrote: > >> This series adds support for the DisplayPort controller > >> and eDP PHY v5 found on the Qualcomm SA8775P platform. >

Re: [PATCH v4 0/5] Add support for DisplayPort on SA8775P platform

2024-10-15 Thread Soutrik Mukhopadhyay
On 10/6/2024 8:30 PM, Dmitry Baryshkov wrote: On Fri, 4 Oct 2024 at 12:30, Soutrik Mukhopadhyay wrote: This series adds support for the DisplayPort controller and eDP PHY v5 found on the Qualcomm SA8775P platform. --- v2: Fixed review comments from Dmitry and Bjorn - Made aux_cfg ar

Re: [PATCH v4 0/5] Add support for DisplayPort on SA8775P platform

2024-10-06 Thread Dmitry Baryshkov
On Fri, 4 Oct 2024 at 12:30, Soutrik Mukhopadhyay wrote: > > This series adds support for the DisplayPort controller > and eDP PHY v5 found on the Qualcomm SA8775P platform. > > --- > v2: Fixed review comments from Dmitry and Bjorn > - Made aux_cfg array as const. > - Reused edp_sw

[PATCH v4 0/5] Add support for DisplayPort on SA8775P platform

2024-10-04 Thread Soutrik Mukhopadhyay
This series adds support for the DisplayPort controller and eDP PHY v5 found on the Qualcomm SA8775P platform. --- v2: Fixed review comments from Dmitry and Bjorn - Made aux_cfg array as const. - Reused edp_swing_hbr_rbr and edp_swing_hbr2_hbr3 for v5. v3: Fixed review comments fr