All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware
@ 2021-03-18 20:14 Dmitry Baryshkov
  2021-04-06 14:27 ` Dmitry Baryshkov
  2021-04-06 17:30 ` patchwork-bot+linux-arm-msm
  0 siblings, 2 replies; 5+ messages in thread
From: Dmitry Baryshkov @ 2021-03-18 20:14 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson; +Cc: linux-arm-msm

Cange aDSP and cDSP firmware filenames to follow filenames merged into
linux-firmware tree. Switch from split .mdt files to merged .mbn files.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
index c4ac6f5dc008..b36a002c654a 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
@@ -244,7 +244,7 @@ vph_pwr: vph-pwr-regulator {
 &adsp_pas {
 	status = "okay";
 
-	firmware-name = "qcom/sdm845/adsp.mdt";
+	firmware-name = "qcom/sdm845/adsp.mbn";
 };
 
 &apps_rsc {
@@ -390,7 +390,7 @@ vreg_bob: bob {
 
 &cdsp_pas {
 	status = "okay";
-	firmware-name = "qcom/sdm845/cdsp.mdt";
+	firmware-name = "qcom/sdm845/cdsp.mbn";
 };
 
 &dsi0 {
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware
  2021-03-18 20:14 [PATCH] arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware Dmitry Baryshkov
@ 2021-04-06 14:27 ` Dmitry Baryshkov
  2021-04-06 14:39   ` Bjorn Andersson
  2021-04-06 17:30 ` patchwork-bot+linux-arm-msm
  1 sibling, 1 reply; 5+ messages in thread
From: Dmitry Baryshkov @ 2021-04-06 14:27 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson; +Cc: linux-arm-msm

Hi Bjorn,

On 18/03/2021 23:14, Dmitry Baryshkov wrote:
> Cange aDSP and cDSP firmware filenames to follow filenames merged into
> linux-firmware tree. Switch from split .mdt files to merged .mbn files.

Any chance of getting this into 5.13?

> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>   arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> index c4ac6f5dc008..b36a002c654a 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> @@ -244,7 +244,7 @@ vph_pwr: vph-pwr-regulator {
>   &adsp_pas {
>   	status = "okay";
>   
> -	firmware-name = "qcom/sdm845/adsp.mdt";
> +	firmware-name = "qcom/sdm845/adsp.mbn";
>   };
>   
>   &apps_rsc {
> @@ -390,7 +390,7 @@ vreg_bob: bob {
>   
>   &cdsp_pas {
>   	status = "okay";
> -	firmware-name = "qcom/sdm845/cdsp.mdt";
> +	firmware-name = "qcom/sdm845/cdsp.mbn";
>   };
>   
>   &dsi0 {
> 


-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware
  2021-04-06 14:27 ` Dmitry Baryshkov
@ 2021-04-06 14:39   ` Bjorn Andersson
  2021-04-06 15:30     ` Dmitry Baryshkov
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Andersson @ 2021-04-06 14:39 UTC (permalink / raw)
  To: Dmitry Baryshkov; +Cc: Andy Gross, linux-arm-msm

On Tue 06 Apr 09:27 CDT 2021, Dmitry Baryshkov wrote:

> Hi Bjorn,
> 
> On 18/03/2021 23:14, Dmitry Baryshkov wrote:
> > Cange aDSP and cDSP firmware filenames to follow filenames merged into
> > linux-firmware tree. Switch from split .mdt files to merged .mbn files.
> 
> Any chance of getting this into 5.13?
> 

I've picked this up and will send another set of pull requests this
week, hopefully soc@ will accept them.

Thanks,
Bjorn

> > 
> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> > ---
> >   arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ++--
> >   1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> > index c4ac6f5dc008..b36a002c654a 100644
> > --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> > +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> > @@ -244,7 +244,7 @@ vph_pwr: vph-pwr-regulator {
> >   &adsp_pas {
> >   	status = "okay";
> > -	firmware-name = "qcom/sdm845/adsp.mdt";
> > +	firmware-name = "qcom/sdm845/adsp.mbn";
> >   };
> >   &apps_rsc {
> > @@ -390,7 +390,7 @@ vreg_bob: bob {
> >   &cdsp_pas {
> >   	status = "okay";
> > -	firmware-name = "qcom/sdm845/cdsp.mdt";
> > +	firmware-name = "qcom/sdm845/cdsp.mbn";
> >   };
> >   &dsi0 {
> > 
> 
> 
> -- 
> With best wishes
> Dmitry

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware
  2021-04-06 14:39   ` Bjorn Andersson
@ 2021-04-06 15:30     ` Dmitry Baryshkov
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry Baryshkov @ 2021-04-06 15:30 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: Andy Gross, open list:DRM DRIVER FOR MSM ADRENO GPU

On Tue, 6 Apr 2021 at 17:39, Bjorn Andersson <bjorn.andersson@linaro.org> wrote:
>
> On Tue 06 Apr 09:27 CDT 2021, Dmitry Baryshkov wrote:
>
> > Hi Bjorn,
> >
> > On 18/03/2021 23:14, Dmitry Baryshkov wrote:
> > > Cange aDSP and cDSP firmware filenames to follow filenames merged into
> > > linux-firmware tree. Switch from split .mdt files to merged .mbn files.
> >
> > Any chance of getting this into 5.13?
> >
>
> I've picked this up and will send another set of pull requests this
> week, hopefully soc@ will accept them.

Thanks a lot!

>
> Thanks,
> Bjorn
>
> > >
> > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> > > ---
> > >   arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ++--
> > >   1 file changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> > > index c4ac6f5dc008..b36a002c654a 100644
> > > --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> > > +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> > > @@ -244,7 +244,7 @@ vph_pwr: vph-pwr-regulator {
> > >   &adsp_pas {
> > >     status = "okay";
> > > -   firmware-name = "qcom/sdm845/adsp.mdt";
> > > +   firmware-name = "qcom/sdm845/adsp.mbn";
> > >   };
> > >   &apps_rsc {
> > > @@ -390,7 +390,7 @@ vreg_bob: bob {
> > >   &cdsp_pas {
> > >     status = "okay";
> > > -   firmware-name = "qcom/sdm845/cdsp.mdt";
> > > +   firmware-name = "qcom/sdm845/cdsp.mbn";
> > >   };
> > >   &dsi0 {
> > >
> >
> >
> > --
> > With best wishes
> > Dmitry



-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware
  2021-03-18 20:14 [PATCH] arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware Dmitry Baryshkov
  2021-04-06 14:27 ` Dmitry Baryshkov
@ 2021-04-06 17:30 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-04-06 17:30 UTC (permalink / raw)
  To: Dmitry Baryshkov; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Thu, 18 Mar 2021 23:14:05 +0300 you wrote:
> Cange aDSP and cDSP firmware filenames to follow filenames merged into
> linux-firmware tree. Switch from split .mdt files to merged .mbn files.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware
    https://git.kernel.org/qcom/c/7443ff06da45

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-06 17:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18 20:14 [PATCH] arm64: dts: sdm845-db845c: make firmware filenames follow linux-firmware Dmitry Baryshkov
2021-04-06 14:27 ` Dmitry Baryshkov
2021-04-06 14:39   ` Bjorn Andersson
2021-04-06 15:30     ` Dmitry Baryshkov
2021-04-06 17:30 ` patchwork-bot+linux-arm-msm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.