All of lore.kernel.org
 help / color / mirror / Atom feed
From: Claudiu Beznea <claudiu.beznea@tuxon.dev>
To: arnd@arndb.de, olof@lixom.net, arm@kernel.org, soc@kernel.org
Cc: nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com,
	linux-arm-kernel@lists.infradead.org, claudiu.beznea@tuxon.dev
Subject: [GIT PULL] Microchip AT91 DT updates for v6.7
Date: Tue, 10 Oct 2023 07:59:55 +0300	[thread overview]
Message-ID: <20231010045955.1259843-1-claudiu.beznea@tuxon.dev> (raw)

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-6.7

for you to fetch changes up to 3cec9514911c4400a4b4ab778b9e92b60a14c677:

  ARM: dts: at91: sam9x60_curiosity: Add mandatory dt property for RTT (2023-09-29 22:29:04 +0300)

----------------------------------------------------------------
Microchip AT91 device tree updates for 6.7

It contains:
- the new Microchip SAMA5D29 Curiosity board
- a typo fix in TDES node name for SAMA5D4 dtsi
- enablement of RTT as RTC for SAM9X60 Curiosity board

----------------------------------------------------------------
Andrei Simion (1):
      dt-bindings: ARM: at91: Document Microchip SAMA5D29 Curiosity

Mihai Sain (1):
      ARM: dts: at91: sama5d29_curiosity: Add device tree for sama5d29_curiosity board

Nicolas Ferre (1):
      ARM: dts: at91/trivial: fix typo in crypto DT naming

Tudor Ambarus (1):
      ARM: dts: at91: sam9x60_curiosity: Add mandatory dt property for RTT

 .../devicetree/bindings/arm/atmel-at91.yaml        |   7 +
 arch/arm/boot/dts/microchip/Makefile               |   2 +
 .../boot/dts/microchip/at91-sam9x60_curiosity.dts  |   4 +
 .../boot/dts/microchip/at91-sama5d29_curiosity.dts | 600 +++++++++++++++++++++
 arch/arm/boot/dts/microchip/sama5d4.dtsi           |   2 +-
 5 files changed, 614 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts

WARNING: multiple messages have this Message-ID (diff)
From: Claudiu Beznea <claudiu.beznea@tuxon.dev>
To: arnd@arndb.de, olof@lixom.net, arm@kernel.org, soc@kernel.org
Cc: alexandre.belloni@bootlin.com,
	linux-arm-kernel@lists.infradead.org, claudiu.beznea@tuxon.dev
Subject: [GIT PULL] Microchip AT91 DT updates for v6.7
Date: Tue, 10 Oct 2023 07:59:55 +0300	[thread overview]
Message-ID: <20231010045955.1259843-1-claudiu.beznea@tuxon.dev> (raw)

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-6.7

for you to fetch changes up to 3cec9514911c4400a4b4ab778b9e92b60a14c677:

  ARM: dts: at91: sam9x60_curiosity: Add mandatory dt property for RTT (2023-09-29 22:29:04 +0300)

----------------------------------------------------------------
Microchip AT91 device tree updates for 6.7

It contains:
- the new Microchip SAMA5D29 Curiosity board
- a typo fix in TDES node name for SAMA5D4 dtsi
- enablement of RTT as RTC for SAM9X60 Curiosity board

----------------------------------------------------------------
Andrei Simion (1):
      dt-bindings: ARM: at91: Document Microchip SAMA5D29 Curiosity

Mihai Sain (1):
      ARM: dts: at91: sama5d29_curiosity: Add device tree for sama5d29_curiosity board

Nicolas Ferre (1):
      ARM: dts: at91/trivial: fix typo in crypto DT naming

Tudor Ambarus (1):
      ARM: dts: at91: sam9x60_curiosity: Add mandatory dt property for RTT

 .../devicetree/bindings/arm/atmel-at91.yaml        |   7 +
 arch/arm/boot/dts/microchip/Makefile               |   2 +
 .../boot/dts/microchip/at91-sam9x60_curiosity.dts  |   4 +
 .../boot/dts/microchip/at91-sama5d29_curiosity.dts | 600 +++++++++++++++++++++
 arch/arm/boot/dts/microchip/sama5d4.dtsi           |   2 +-
 5 files changed, 614 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts

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

             reply	other threads:[~2023-10-10  5:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-10  4:59 Claudiu Beznea [this message]
2023-10-10  4:59 ` [GIT PULL] Microchip AT91 DT updates for v6.7 Claudiu Beznea
2023-10-13 21:00 ` patchwork-bot+linux-soc

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=20231010045955.1259843-1-claudiu.beznea@tuxon.dev \
    --to=claudiu.beznea@tuxon.dev \
    --cc=alexandre.belloni@bootlin.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=olof@lixom.net \
    --cc=soc@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 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.