mbox series

[0/4] ARM: dts: sti: remove clk_ignore_unused from bootargs

Message ID 20210803124506.23365-1-patrice.chotard@foss.st.com (mailing list archive)
Headers show
Series ARM: dts: sti: remove clk_ignore_unused from bootargs | expand

Message

Patrice CHOTARD Aug. 3, 2021, 12:45 p.m. UTC
From: Patrice Chotard <patrice.chotard@foss.st.com>

Remove clk_ignore_unused from bootargs from STi boards DT.

Patrice Chotard (4):
  ARM: dts: sti: remove clk_ignore_unused from bootargs for
    stih407-b2120
  ARM: dts: sti: remove clk_ignore_unused from bootargs for
    stih410-b2120
  ARM: dts: sti: remove clk_ignore_unused from bootargs for
    stih418-b2199
  ARM: dts: sti: remove clk_ignore_unused from bootargs for
    stih410-b2260

 arch/arm/boot/dts/stih407-b2120.dts | 1 -
 arch/arm/boot/dts/stih410-b2120.dts | 1 -
 arch/arm/boot/dts/stih410-b2260.dts | 1 -
 arch/arm/boot/dts/stih418-b2199.dts | 1 -
 4 files changed, 4 deletions(-)

Comments

Arnd Bergmann Aug. 4, 2021, 1:50 p.m. UTC | #1
On Tue, Aug 3, 2021 at 2:45 PM <patrice.chotard@foss.st.com> wrote:
>
> From: Patrice Chotard <patrice.chotard@foss.st.com>
>
> Remove clk_ignore_unused from bootargs from STi boards DT.

The patches look good to me, but I'm not sure what you expect me to do
here, as you have added soc@kernel.org to Cc:, and other addresses to To:

I have dropped them from patchwork for the moment. When you want
them to be applied to the soc tree, please resend or send a pull request
to:soc@kernel.org, until then, please leave out that address so it does
not get into patchwork.

      Arnd
Patrice CHOTARD Aug. 4, 2021, 3:25 p.m. UTC | #2
Hi Arnd

On 8/4/21 3:50 PM, Arnd Bergmann wrote:
> On Tue, Aug 3, 2021 at 2:45 PM <patrice.chotard@foss.st.com> wrote:
>>
>> From: Patrice Chotard <patrice.chotard@foss.st.com>
>>
>> Remove clk_ignore_unused from bootargs from STi boards DT.
> 
> The patches look good to me, but I'm not sure what you expect me to do
> here, as you have added soc@kernel.org to Cc:, and other addresses to To:

Sorry, i wasn't aware that soc@kernel.org must only be used for pull request.

> 
> I have dropped them from patchwork for the moment. When you want
> them to be applied to the soc tree, please resend or send a pull request
> to:soc@kernel.org, until then, please leave out that address so it does
> not get into patchwork.
> 
>       Arnd
> 

Yes my intention is to submit a STi pull request with this patchset and another one.

Thanks
Patrice