public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: fixes for v7.0 (#1)
@ 2026-03-13 15:53 Gregory CLEMENT
  2026-03-14 11:17 ` Krzysztof Kozlowski
  2026-03-14 11:19 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Gregory CLEMENT @ 2026-03-13 15:53 UTC (permalink / raw)
  To: Arnd Bergmann, arm, soc
  Cc: Andrew Lunn, Sebastian Hesselbarth, linux-arm-kernel

Hi,

Here is the first pull request for fixes for mvebu for v7.0.

Gregory

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-7.0-1

for you to fetch changes up to edb7efa767da8bb82d724b85178be251ec4e060e:

  dt-bindings: arm64: add Marvell 7k COMe boards (2026-03-13 16:41:11 +0100)

----------------------------------------------------------------
mvebu fixes for 7.0 (part 1)

- Add bindings to validate the device tree that has already been merged.

----------------------------------------------------------------
Elad Nachman (1):
      dt-bindings: arm64: add Marvell 7k COMe boards

 .../devicetree/bindings/arm/marvell/armada-7k-8k.yaml         | 11 +++++++++++
 1 file changed, 11 insertions(+)

-- 
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [GIT PULL] ARM: mvebu: fixes for v7.0 (#1)
  2026-03-13 15:53 [GIT PULL] ARM: mvebu: fixes for v7.0 (#1) Gregory CLEMENT
@ 2026-03-14 11:17 ` Krzysztof Kozlowski
  2026-03-16  9:12   ` Gregory CLEMENT
  2026-03-14 11:19 ` Krzysztof Kozlowski
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-14 11:17 UTC (permalink / raw)
  To: Gregory CLEMENT
  Cc: Arnd Bergmann, arm, soc, Andrew Lunn, Sebastian Hesselbarth,
	linux-arm-kernel

On Fri, Mar 13, 2026 at 04:53:03PM +0100, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the first pull request for fixes for mvebu for v7.0.
> 
> Gregory
> 
> The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
> 
>   Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-7.0-1
> 
> for you to fetch changes up to edb7efa767da8bb82d724b85178be251ec4e060e:
> 
>   dt-bindings: arm64: add Marvell 7k COMe boards (2026-03-13 16:41:11 +0100)
> 
> ----------------------------------------------------------------
> mvebu fixes for 7.0 (part 1)
> 
> - Add bindings to validate the device tree that has already been merged.

Merged when? Why is this a fix not a development (e.g. documenting
something 10 years old)?

Please write informative pull requests. You want to here provide the
context WHY maintainer should take this as fixes.

Best regards,
Krzysztof



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

* Re: [GIT PULL] ARM: mvebu: fixes for v7.0 (#1)
  2026-03-13 15:53 [GIT PULL] ARM: mvebu: fixes for v7.0 (#1) Gregory CLEMENT
  2026-03-14 11:17 ` Krzysztof Kozlowski
@ 2026-03-14 11:19 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-14 11:19 UTC (permalink / raw)
  To: Gregory CLEMENT
  Cc: Arnd Bergmann, arm, soc, Andrew Lunn, Sebastian Hesselbarth,
	linux-arm-kernel

On Fri, Mar 13, 2026 at 04:53:03PM +0100, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the first pull request for fixes for mvebu for v7.0.
> 
> Gregory
> 
> The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
> 
>   Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-7.0-1
> 
> for you to fetch changes up to edb7efa767da8bb82d724b85178be251ec4e060e:
> 
>   dt-bindings: arm64: add Marvell 7k COMe boards (2026-03-13 16:41:11 +0100)
> 
> ----------------------------------------------------------------
> mvebu fixes for 7.0 (part 1)
> 
> - Add bindings to validate the device tree that has already been merged.

This has 0 days in next:

Days in linux-next:
----------------------------------------
 0 | + (1)

Commits with 0 days in linux-next (1 of 1: 100.0%):

So it will wait. Please send pull requests with code which was in the
next for minimum one next release for fixes and few (5-10) for
development.

Best regards,
Krzysztof



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

* Re: [GIT PULL] ARM: mvebu: fixes for v7.0 (#1)
  2026-03-14 11:17 ` Krzysztof Kozlowski
@ 2026-03-16  9:12   ` Gregory CLEMENT
  0 siblings, 0 replies; 4+ messages in thread
From: Gregory CLEMENT @ 2026-03-16  9:12 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, soc, Andrew Lunn, Sebastian Hesselbarth,
	linux-arm-kernel

Hello Krzysztof,

> On Fri, Mar 13, 2026 at 04:53:03PM +0100, Gregory CLEMENT wrote:
>> Hi,
>> 
>> Here is the first pull request for fixes for mvebu for v7.0.
>> 
>> Gregory
>> 
>> The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
>> 
>>   Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
>> 
>> are available in the Git repository at:
>> 
>>   git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-7.0-1
>> 
>> for you to fetch changes up to edb7efa767da8bb82d724b85178be251ec4e060e:
>> 
>>   dt-bindings: arm64: add Marvell 7k COMe boards (2026-03-13 16:41:11 +0100)
>> 
>> ----------------------------------------------------------------
>> mvebu fixes for 7.0 (part 1)
>> 
>> - Add bindings to validate the device tree that has already been merged.
>
> Merged when? Why is this a fix not a development (e.g. documenting
> something 10 years old)?
>
> Please write informative pull requests. You want to here provide the
> context WHY maintainer should take this as fixes.

Okay, I will add a reference to the thread and a summary. In short, a
new device tree has been merged without the binding, which caused
warnings when running dtbs_checks and annoyed Rob.

Regards,

Gregory

>
> Best regards,
> Krzysztof
>

-- 
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2026-03-16  9:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 15:53 [GIT PULL] ARM: mvebu: fixes for v7.0 (#1) Gregory CLEMENT
2026-03-14 11:17 ` Krzysztof Kozlowski
2026-03-16  9:12   ` Gregory CLEMENT
2026-03-14 11:19 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox