linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Mihai Sain <mihai.sain@microchip.com>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, robh@kernel.org,
	linux-kernel@vger.kernel.org, claudiu.beznea@tuxon.dev,
	krzysztof.kozlowski+dt@linaro.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files
Date: Thu, 11 Apr 2024 11:17:01 +0200	[thread overview]
Message-ID: <20240411091701837a531a@mail.local> (raw)
In-Reply-To: <20240411073353.3831-1-mihai.sain@microchip.com>

On 11/04/2024 10:33:40+0300, Mihai Sain wrote:
> This patch series removes the empty lines from sama5 and sama7 DT files.
> 
> Mihai Sain (13):
>   ARM: dts: microchip: sama7g5ek: Remove the empty line 50
>   ARM: dts: microchip: sama7g5: Remove the empty line 139
>   ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63
>   ARM: dts: microchip: sama5d27_som1_ek: Remove the empty lines
>   ARM: dts: microchip: sama5d27_wlsom1_ek: Remove the empty line 31
>   ARM: dts: microchip: sama5d29_curiosity: Remove the empty line 48
>   ARM: dts: microchip: sama5d2_icp: Remove the empty line 47
>   ARM: dts: microchip: sama5d2_ptc_ek: Remove the empty line 401
>   ARM: dts: microchip: sama5d2_xplained: Remove the empty line 710
>   ARM: dts: microchip: sama5d3_eds: Remove the empty line 24
>   ARM: dts: microchip: sama5d3_xplained: Remove the empty line 377
>   ARM: dts: microchip: sama5d4_xplained: Remove the empty line 247
>   ARM: dts: microchip: sama5d4ek: Remove the empty line 274
> 
>  arch/arm/boot/dts/microchip/at91-sama5d27_som1_ek.dts   | 4 ----
>  arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts        | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts     | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts   | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d3_eds.dts        | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d3_xplained.dts   | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d4_xplained.dts   | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d4ek.dts          | 1 -
>  arch/arm/boot/dts/microchip/at91-sama7g5ek.dts          | 1 -
>  arch/arm/boot/dts/microchip/sama5d2.dtsi                | 2 --
>  arch/arm/boot/dts/microchip/sama7g5.dtsi                | 1 -
>  13 files changed, 17 deletions(-)

Please squash all of these in a single commit.

> 
> 
> base-commit: e8c39d0f57f358950356a8e44ee5159f57f86ec5
> -- 
> 2.44.0
> 

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      parent reply	other threads:[~2024-04-11  9:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
2024-04-11  7:33 ` [PATCH 01/13] ARM: dts: microchip: sama7g5ek: Remove the empty line 50 Mihai Sain
2024-04-11  7:46   ` Krzysztof Kozlowski
2024-04-11  7:33 ` [PATCH 02/13] ARM: dts: microchip: sama7g5: Remove the empty line 139 Mihai Sain
2024-04-11  7:33 ` [PATCH 03/13] ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63 Mihai Sain
2024-04-11  7:45   ` Krzysztof Kozlowski
2024-04-11  7:33 ` [PATCH 04/13] ARM: dts: microchip: sama5d27_som1_ek: Remove the empty lines Mihai Sain
2024-04-11  7:33 ` [PATCH 05/13] ARM: dts: microchip: sama5d27_wlsom1_ek: Remove the empty line 31 Mihai Sain
2024-04-11  7:33 ` [PATCH 06/13] ARM: dts: microchip: sama5d29_curiosity: Remove the empty line 48 Mihai Sain
2024-04-11  7:33 ` [PATCH 07/13] ARM: dts: microchip: sama5d2_icp: Remove the empty line 47 Mihai Sain
2024-04-11  7:33 ` [PATCH 08/13] ARM: dts: microchip: sama5d2_ptc_ek: Remove the empty line 401 Mihai Sain
2024-04-11  7:33 ` [PATCH 09/13] ARM: dts: microchip: sama5d2_xplained: Remove the empty line 710 Mihai Sain
2024-04-11  7:33 ` [PATCH 10/13] ARM: dts: microchip: sama5d3_eds: Remove the empty line 24 Mihai Sain
2024-04-11  7:33 ` [PATCH 11/13] ARM: dts: microchip: sama5d3_xplained: Remove the empty line 377 Mihai Sain
2024-04-11  7:33 ` [PATCH 12/13] ARM: dts: microchip: sama5d4_xplained: Remove the empty line 247 Mihai Sain
2024-04-11  7:33 ` [PATCH 13/13] ARM: dts: microchip: sama5d4ek: Remove the empty line 274 Mihai Sain
2024-04-11  7:46 ` [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Krzysztof Kozlowski
2024-04-11  9:17 ` Alexandre Belloni [this message]

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=20240411091701837a531a@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mihai.sain@microchip.com \
    --cc=robh@kernel.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;
as well as URLs for NNTP newsgroup(s).