All of lore.kernel.org
 help / color / mirror / Atom feed
From: Claudiu Beznea <claudiu.beznea@microchip.com>
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>
Subject: [GIT PULL] AT91 device tree updates for 6.3 #2
Date: Thu, 9 Feb 2023 10:49:30 +0200	[thread overview]
Message-ID: <20230209084930.289721-1-claudiu.beznea@microchip.com> (raw)

Hi, Arnd,

Please pull in case it is not too late.

Thank you,
Claudiu

The following changes since commit bbc9db2da8716759f367ad5754036b58f5371044:

  ARM: dts: at91: sama7g5: add nodes for video capture (2023-01-09 14:02:08 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 3048a4deee801c549259fe044f71a3fcd55591a8:

  ARM: dts: at91: sam9x60_curiosity: Add device tree for sam9x60 curiosity board (2023-02-08 12:02:07 +0200)

----------------------------------------------------------------
AT91 device tree updates for 6.3 #2

It contains:
- cleanups arround flexcom nodes on SAM9X60 SoC as follows:
	- preserve same ID for flexcoms and the embedded nodes (e.g. flx4
	  will embed uart4, spi4, i2c4 but not e.g. uart1, spi2, i2c3);
	- SoC specific bindings were moved from board specific file to SoC
	  specific file
	- DMA bindings for all flexcom nodes were added
	- SoC file was filled with missing flexcom nodes
- new SAM9X60 Curiosity board that contains 1 uSDcard interface, 1 SDcard
  interface, 1 USB device interface, 2 USB Type-A interfaces, 2 CAN
  interfaces, 1 10/100 Ethernet interface, 1 LCD RGB666 interface,
  1 Gb DDR2, 4 Gb NAND Flash, 2Kb EEPROM, leds, button, power
  regulators, UART and JTAG connectors

----------------------------------------------------------------
Durai Manickam KR (3):
      ARM: dts: at91: sam9x60: fix spi4 node
      dt-bindings: arm: at91: Add info on sam9x60 curiosity
      ARM: dts: at91: sam9x60_curiosity: Add device tree for sam9x60 curiosity board

Manikandan Muralidharan (5):
      ARM: dts: at91: sam9x60: Fix the label numbering for the flexcom functions
      ARM: dts: at91: sam9x60: move flexcom definitions
      ARM: dts: at91: sam9x60: Specify the FIFO size for the Flexcom UART
      ARM: dts: at91: sam9x60: Add DMA bindings for the flexcom nodes
      ARM: dts: at91: sam9x60: Add missing flexcom definitions

 .../devicetree/bindings/arm/atmel-at91.yaml        |   6 +-
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/at91-sam9x60_curiosity.dts       | 503 +++++++++++++++++
 arch/arm/boot/dts/at91-sam9x60ek.dts               |  50 +-
 arch/arm/boot/dts/sam9x60.dtsi                     | 622 +++++++++++++++++++++
 5 files changed, 1140 insertions(+), 42 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-sam9x60_curiosity.dts

WARNING: multiple messages have this Message-ID (diff)
From: Claudiu Beznea <claudiu.beznea@microchip.com>
To: <arnd@arndb.de>, <olof@lixom.net>, <arm@kernel.org>, <soc@kernel.org>
Cc: alexandre.belloni@bootlin.com, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] AT91 device tree updates for 6.3 #2
Date: Thu, 9 Feb 2023 10:49:30 +0200	[thread overview]
Message-ID: <20230209084930.289721-1-claudiu.beznea@microchip.com> (raw)

Hi, Arnd,

Please pull in case it is not too late.

Thank you,
Claudiu

The following changes since commit bbc9db2da8716759f367ad5754036b58f5371044:

  ARM: dts: at91: sama7g5: add nodes for video capture (2023-01-09 14:02:08 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 3048a4deee801c549259fe044f71a3fcd55591a8:

  ARM: dts: at91: sam9x60_curiosity: Add device tree for sam9x60 curiosity board (2023-02-08 12:02:07 +0200)

----------------------------------------------------------------
AT91 device tree updates for 6.3 #2

It contains:
- cleanups arround flexcom nodes on SAM9X60 SoC as follows:
	- preserve same ID for flexcoms and the embedded nodes (e.g. flx4
	  will embed uart4, spi4, i2c4 but not e.g. uart1, spi2, i2c3);
	- SoC specific bindings were moved from board specific file to SoC
	  specific file
	- DMA bindings for all flexcom nodes were added
	- SoC file was filled with missing flexcom nodes
- new SAM9X60 Curiosity board that contains 1 uSDcard interface, 1 SDcard
  interface, 1 USB device interface, 2 USB Type-A interfaces, 2 CAN
  interfaces, 1 10/100 Ethernet interface, 1 LCD RGB666 interface,
  1 Gb DDR2, 4 Gb NAND Flash, 2Kb EEPROM, leds, button, power
  regulators, UART and JTAG connectors

----------------------------------------------------------------
Durai Manickam KR (3):
      ARM: dts: at91: sam9x60: fix spi4 node
      dt-bindings: arm: at91: Add info on sam9x60 curiosity
      ARM: dts: at91: sam9x60_curiosity: Add device tree for sam9x60 curiosity board

Manikandan Muralidharan (5):
      ARM: dts: at91: sam9x60: Fix the label numbering for the flexcom functions
      ARM: dts: at91: sam9x60: move flexcom definitions
      ARM: dts: at91: sam9x60: Specify the FIFO size for the Flexcom UART
      ARM: dts: at91: sam9x60: Add DMA bindings for the flexcom nodes
      ARM: dts: at91: sam9x60: Add missing flexcom definitions

 .../devicetree/bindings/arm/atmel-at91.yaml        |   6 +-
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/at91-sam9x60_curiosity.dts       | 503 +++++++++++++++++
 arch/arm/boot/dts/at91-sam9x60ek.dts               |  50 +-
 arch/arm/boot/dts/sam9x60.dtsi                     | 622 +++++++++++++++++++++
 5 files changed, 1140 insertions(+), 42 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-sam9x60_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-02-09  8:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-09  8:49 Claudiu Beznea [this message]
2023-02-09  8:49 ` [GIT PULL] AT91 device tree updates for 6.3 #2 Claudiu Beznea
2023-02-09 14: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=20230209084930.289721-1-claudiu.beznea@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --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.