Re: [PATCH] arm64: dts: qcom: sm8250-elish-*: Fix panel compatibles

From: Konrad Dybcio
Date: Wed Apr 12 2023 - 16:29:42 EST




On 12.04.2023 22:28, Marijn Suijten wrote:
> On 2023-04-12 22:23:25, Konrad Dybcio wrote:
> [..]
>>>>> foo b4 requires i put something here
>>>>
>>>> What?
>>> git checkout linux-next/master
>>> <craft a single patch>
>> git checkout -b branchname
>>> b4 prep -e $(cat localversion-next| cut -c 2-)
>
> I think that could just be:
>
> b4 prep -n branchname
>
> (in favour of prep -e _and_ checkout -b)
Maybe. I have reverse-i-search + muscle memory for the more bloated
approach though..

>
> Might also need to pass `-f $(cut -c 2- localversion-next)` to get the
> forkpoint right though.
>
>>> b4 prep --edit-cover
>>> /* you get a bunch of EDITMEs that b4 really insists you fill out */
>
> And what if you remove the line entirely?
I just tried that after replying to you, on the Edo venus patch..
Apparently works as well..

Konrad
>
> - Marijn