mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Abhinav Kumar <quic_abhinavk@quicinc.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Stephen Boyd <swboyd@chromium.org>,
	Doug Anderson <dianders@chromium.org>,
	"Sankeerth Billakanti" <quic_sbillaka@quicinc.com>
Cc: quic_kalyant <quic_kalyant@quicinc.com>,
	<devicetree@vger.kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	quic_vproddut <quic_vproddut@quicinc.com>,
	David Airlie <airlied@linux.ie>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Sean Paul <sean@poorly.run>, Rob Clark <robdclark@gmail.com>,
	Sean Paul <seanpaul@chromium.org>,
	"Steev Klimaszewski" <steev@kali.org>,
	Daniel Vetter <daniel@ffwll.ch>,
	"Aravind Venkateswaran" <quic_aravindh@quicinc.com>,
	Kuogee Hsieh <quic_khsieh@quicinc.com>,
	freedreno <freedreno@lists.freedesktop.org>
Subject: Re: [Freedreno] [PATCH v7 0/4] Add support for the eDP panel over aux_bus
Date: Thu, 14 Apr 2022 13:19:53 -0700	[thread overview]
Message-ID: <bc3a3162-b34d-bff3-2109-e2fd0bc65bb4@quicinc.com> (raw)
In-Reply-To: <2fd4a157-a9de-ca0e-7a47-7bb85199ae91@linaro.org>



On 4/14/2022 1:03 PM, Dmitry Baryshkov wrote:
> On 14/04/2022 23:00, Abhinav Kumar wrote:
>> Hi Dmitry
>>
>> On 4/14/2022 12:43 PM, Stephen Boyd wrote:
>>> Quoting Dmitry Baryshkov (2022-04-14 12:20:31)
>>>> On 14/04/2022 19:40, Doug Anderson wrote:
>>>>> Hi,
>>>>>
>>>>> On Thu, Apr 14, 2022 at 5:19 AM Sankeerth Billakanti
>>>>> <quic_sbillaka@quicinc.com> wrote:
>>>>>>
>>>>>> This series adds support for generic eDP panel over aux_bus.
>>>>>>
>>>>>> These changes are dependent on the following series:
>>>>>> https://patchwork.kernel.org/project/linux-arm-msm/list/?series=613654&state=* 
>>>>>>
>>>>>
>>>>> You're basically depending on the last two patches of that series.
>>>>> What's the plan there? In patchwork they're marked as "Not
>>>>> Applicable". If they're good to go, maybe we should land them? If not,
>>>>> maybe you should include them (with Dmitry as the author, of course)
>>>>> at the beginning of your series?
>>>>
>>>> No, please do not resend patches. The patches in question are marked as
>>>> 'Not applicable' as they are really not applicable to Bjorn's tree.
>>>> It would be better to point to the correct patchwork:
>>>>
>>>> https://patchwork.freedesktop.org/series/98585/
>>>>
>>>> Note those patches still lack the R-B tag. I can include them anyway,
>>>> basing on Sankeerth's Tested-by tag, but the formal R-B would also 
>>>> be good.
>>>>
>>>
>>> Can you resend those as not RFC?
>>
>> Yes, please resend these, I can ack them.
>>
>> Previously I held off my ack, as kuogee ran into some issues testing 
>> them which was later concluded to be a mismatch in QC internal trees 
>> due to different versions of the changes.( another reason why we 
>> should get these landed ).
>>
>> Now, that Sankeerth has tested these, if you can remove RFC and post 
>> them, I can ack the.
> 
> Well, you can ack those patches without them being resent. You have 
> already added your Reviewed-by to first three patches (which were merged 
> during last window).
> 
I thought you might have to rebase them :) that way you could have 
resent the rebased patch with the RFC tag removed.

If you dont, you now have my R-b.

Thanks

Abhinav
> 

  reply	other threads:[~2022-04-14 20:20 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-14 12:19 Sankeerth Billakanti
2022-04-14 12:19 ` [PATCH v7 1/4] drm/msm/dp: Add eDP support via aux_bus Sankeerth Billakanti
2022-04-14 16:39   ` Doug Anderson
2022-04-14 19:16     ` Dmitry Baryshkov
2022-04-14 19:40       ` Stephen Boyd
2022-04-14 20:09         ` Doug Anderson
2022-04-14 21:16           ` Dmitry Baryshkov
2022-04-14 21:51             ` Doug Anderson
2022-04-14 12:19 ` [PATCH v7 2/4] drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDP Sankeerth Billakanti
2022-04-14 16:39   ` Doug Anderson
2022-04-14 12:19 ` [PATCH v7 3/4] drm/msm/dp: wait for hpd high before aux transaction Sankeerth Billakanti
2022-04-14 16:39   ` Doug Anderson
2022-04-14 12:19 ` [PATCH v7 4/4] Support the eDP modes given by panel Sankeerth Billakanti
2022-04-14 16:40   ` Doug Anderson
2022-04-14 16:40 ` [PATCH v7 0/4] Add support for the eDP panel over aux_bus Doug Anderson
2022-04-14 19:20   ` Dmitry Baryshkov
2022-04-14 19:43     ` Stephen Boyd
2022-04-14 20:00       ` [Freedreno] " Abhinav Kumar
2022-04-14 20:03         ` Dmitry Baryshkov
2022-04-14 20:19           ` Abhinav Kumar [this message]
2022-04-14 20:21             ` Dmitry Baryshkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bc3a3162-b34d-bff3-2109-e2fd0bc65bb4@quicinc.com \
    --to=quic_abhinavk@quicinc.com \
    --cc=airlied@linux.ie \
    --cc=bjorn.andersson@linaro.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=quic_aravindh@quicinc.com \
    --cc=quic_kalyant@quicinc.com \
    --cc=quic_khsieh@quicinc.com \
    --cc=quic_sbillaka@quicinc.com \
    --cc=quic_vproddut@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    --cc=seanpaul@chromium.org \
    --cc=steev@kali.org \
    --cc=swboyd@chromium.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®