mbox series

[v13,0/3] eDP/DP Phy vdda realted function

Message ID 1653512540-21956-1-git-send-email-quic_khsieh@quicinc.com (mailing list archive)
Headers show
Series eDP/DP Phy vdda realted function | expand

Message

Kuogee Hsieh May 25, 2022, 9:02 p.m. UTC
1) add regulator_set_load() to eDP phy
2) add regulator_set_load() to DP phy
3) remove vdda related function out of eDP/DP controller

Kuogee Hsieh (3):
  phy: qcom-edp: add regulator_set_load to edp phy
  phy: qcom-qmp: add regulator_set_load to dp phy
  drm/msm/dp: delete vdda regulator related functions from eDP/DP
    controller

 drivers/gpu/drm/msm/dp/dp_parser.c  | 14 ------
 drivers/gpu/drm/msm/dp/dp_parser.h  |  8 ----
 drivers/gpu/drm/msm/dp/dp_power.c   | 95 +------------------------------------
 drivers/phy/qualcomm/phy-qcom-edp.c | 12 +++++
 drivers/phy/qualcomm/phy-qcom-qmp.c | 40 ++++++++++++----
 5 files changed, 45 insertions(+), 124 deletions(-)

Comments

Vinod Koul June 17, 2022, 12:02 a.m. UTC | #1
On 25-05-22, 14:02, Kuogee Hsieh wrote:
> 1) add regulator_set_load() to eDP phy
> 2) add regulator_set_load() to DP phy
> 3) remove vdda related function out of eDP/DP controller
> 
> Kuogee Hsieh (3):
>   phy: qcom-edp: add regulator_set_load to edp phy
>   phy: qcom-qmp: add regulator_set_load to dp phy
>   drm/msm/dp: delete vdda regulator related functions from eDP/DP
>     controller
> 
>  drivers/gpu/drm/msm/dp/dp_parser.c  | 14 ------
>  drivers/gpu/drm/msm/dp/dp_parser.h  |  8 ----
>  drivers/gpu/drm/msm/dp/dp_power.c   | 95 +------------------------------------
>  drivers/phy/qualcomm/phy-qcom-edp.c | 12 +++++
>  drivers/phy/qualcomm/phy-qcom-qmp.c | 40 ++++++++++++----

Please rebase this to phy-next and apply to specific qmp phy driver...
Kuogee Hsieh June 20, 2022, 8:07 p.m. UTC | #2
On 6/16/2022 5:02 PM, Vinod Koul wrote:
> On 25-05-22, 14:02, Kuogee Hsieh wrote:
>> 1) add regulator_set_load() to eDP phy
>> 2) add regulator_set_load() to DP phy
>> 3) remove vdda related function out of eDP/DP controller
>>
>> Kuogee Hsieh (3):
>>    phy: qcom-edp: add regulator_set_load to edp phy
>>    phy: qcom-qmp: add regulator_set_load to dp phy
>>    drm/msm/dp: delete vdda regulator related functions from eDP/DP
>>      controller
>>
>>   drivers/gpu/drm/msm/dp/dp_parser.c  | 14 ------
>>   drivers/gpu/drm/msm/dp/dp_parser.h  |  8 ----
>>   drivers/gpu/drm/msm/dp/dp_power.c   | 95 +------------------------------------
>>   drivers/phy/qualcomm/phy-qcom-edp.c | 12 +++++
>>   drivers/phy/qualcomm/phy-qcom-qmp.c | 40 ++++++++++++----
> Please rebase this to phy-next and apply to specific qmp phy driver...
I will rebase to ==> 
https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git
Kuogee Hsieh June 20, 2022, 8:43 p.m. UTC | #3
On 6/20/2022 1:07 PM, Kuogee Hsieh wrote:
>
> On 6/16/2022 5:02 PM, Vinod Koul wrote:
>> On 25-05-22, 14:02, Kuogee Hsieh wrote:
>>> 1) add regulator_set_load() to eDP phy
>>> 2) add regulator_set_load() to DP phy
>>> 3) remove vdda related function out of eDP/DP controller
>>>
>>> Kuogee Hsieh (3):
>>>    phy: qcom-edp: add regulator_set_load to edp phy
>>>    phy: qcom-qmp: add regulator_set_load to dp phy
>>>    drm/msm/dp: delete vdda regulator related functions from eDP/DP
>>>      controller
>>>
>>>   drivers/gpu/drm/msm/dp/dp_parser.c  | 14 ------
>>>   drivers/gpu/drm/msm/dp/dp_parser.h  |  8 ----
>>>   drivers/gpu/drm/msm/dp/dp_power.c   | 95 
>>> +------------------------------------
>>>   drivers/phy/qualcomm/phy-qcom-edp.c | 12 +++++
>>>   drivers/phy/qualcomm/phy-qcom-qmp.c | 40 ++++++++++++----
>> Please rebase this to phy-next and apply to specific qmp phy driver...
> I will rebase to ==> 
> https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git

Hi Vinod,

Would you please specify exactly procedures i have to do as to rebase 
this patch series to phy=next tree.
Vinod Koul June 21, 2022, 4:41 a.m. UTC | #4
On 20-06-22, 13:43, Kuogee Hsieh wrote:
> 
> On 6/20/2022 1:07 PM, Kuogee Hsieh wrote:
> > 
> > On 6/16/2022 5:02 PM, Vinod Koul wrote:
> > > On 25-05-22, 14:02, Kuogee Hsieh wrote:
> > > > 1) add regulator_set_load() to eDP phy
> > > > 2) add regulator_set_load() to DP phy
> > > > 3) remove vdda related function out of eDP/DP controller
> > > > 
> > > > Kuogee Hsieh (3):
> > > >    phy: qcom-edp: add regulator_set_load to edp phy
> > > >    phy: qcom-qmp: add regulator_set_load to dp phy
> > > >    drm/msm/dp: delete vdda regulator related functions from eDP/DP
> > > >      controller
> > > > 
> > > >   drivers/gpu/drm/msm/dp/dp_parser.c  | 14 ------
> > > >   drivers/gpu/drm/msm/dp/dp_parser.h  |  8 ----
> > > >   drivers/gpu/drm/msm/dp/dp_power.c   | 95
> > > > +------------------------------------
> > > >   drivers/phy/qualcomm/phy-qcom-edp.c | 12 +++++
> > > >   drivers/phy/qualcomm/phy-qcom-qmp.c | 40 ++++++++++++----
> > > Please rebase this to phy-next and apply to specific qmp phy driver...
> > I will rebase to ==>
> > https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git
> 
> Hi Vinod,
> 
> Would you please specify exactly procedures i have to do as to rebase this
> patch series to phy=next tree.

Yes pls rebase to above tree and next branch