Linux SOC development
 help / color / mirror / Atom feed
* [RESEND GIT PULL] Microchip AT91 defconfig updates for v6.13
@ 2024-11-13 18:20 Claudiu Beznea
  2024-11-13 18:20 ` [RESEND GIT PULL v2] Microchip AT91 DT " Claudiu Beznea
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Claudiu Beznea @ 2024-11-13 18:20 UTC (permalink / raw)
  To: arnd, olof, arm, soc
  Cc: nicolas.ferre, alexandre.belloni, linux-arm-kernel,
	claudiu.beznea

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-defconfig-6.13

for you to fetch changes up to 07891907687e3cc7e0659fdf5fbdc816c97ddb80:

  ARM: configs: at91: enable PAC1934 driver as module (2024-10-13 18:52:47 +0300)

----------------------------------------------------------------
Microchip AT91 defconfig updates for v6.13

It contains:
- enable PAC1934 power monitor driver for the Microchip AT91 defconfigs

----------------------------------------------------------------
Mihai Sain (1):
      ARM: configs: at91: enable PAC1934 driver as module

 arch/arm/configs/at91_dt_defconfig | 1 +
 arch/arm/configs/sama5_defconfig   | 1 +
 arch/arm/configs/sama7_defconfig   | 1 +
 3 files changed, 3 insertions(+)

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

* [RESEND GIT PULL v2] Microchip AT91 DT updates for v6.13
  2024-11-13 18:20 [RESEND GIT PULL] Microchip AT91 defconfig updates for v6.13 Claudiu Beznea
@ 2024-11-13 18:20 ` Claudiu Beznea
  2024-11-14  0:00   ` patchwork-bot+linux-soc
  2024-11-13 18:20 ` [RESEND GIT PULL] Microchip AT91 SoC " Claudiu Beznea
  2024-11-14  0:00 ` [RESEND GIT PULL] Microchip AT91 defconfig " patchwork-bot+linux-soc
  2 siblings, 1 reply; 6+ messages in thread
From: Claudiu Beznea @ 2024-11-13 18:20 UTC (permalink / raw)
  To: arnd, olof, arm, soc
  Cc: nicolas.ferre, alexandre.belloni, linux-arm-kernel,
	claudiu.beznea

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 371a47c9a58a13e339fce2a3118c9ee6a8422258:

  ARM: dts: microchip: sam9x75_curiosity: add sam9x75 curiosity board (2024-11-05 13:51:12 +0200)

----------------------------------------------------------------
Microchip AT91 device tree updates for v6.13

It contains:
- device tree support for the Microchip SAM9X7 SoC and the Microchip
  SAM9X75 Curiosity board
- enable power monitor support for SAM9X60-EK, SAMA5D2-ICP,
  SAMA7G45 Curiosity, SAMA7G5-EK boards
- updates the uart nodes with missing properties
- device tree cleanups

Changes in v2:
- added SAM9X7 support

----------------------------------------------------------------
Alexander Dahl (2):
      ARM: dts: microchip: Add trng labels for all at91 SoCs
      ARM: dts: microchip: Unify rng node names

Andrei Simion (4):
      ARM: dts: microchip: sam9x60: Add missing property atmel,usart-mode
      ARM: dts: microchip: Rename the eeprom nodename
      ARM: dts: microchip: Rename the pmic node
      ARM: dts: microchip: Rename LED sub nodes name

Mihai Sain (4):
      ARM: dts: microchip: sam9x60ek: Add power monitor support
      ARM: dts: microchip: sama5d2_icp: Add power monitor support
      ARM: dts: microchip: sama7g54_curiosity: Add power monitor support
      ARM: dts: microchip: sama7g5ek: Add power monitor support

Varshini Rajendran (3):
      ARM: dts: at91: sam9x7: add device tree for SoC
      dt-bindings: arm: add sam9x75 curiosity board
      ARM: dts: microchip: sam9x75_curiosity: add sam9x75 curiosity board

 .../devicetree/bindings/arm/atmel-at91.yaml        |    6 +
 arch/arm/boot/dts/microchip/Makefile               |    3 +
 arch/arm/boot/dts/microchip/aks-cdu.dts            |   12 +-
 arch/arm/boot/dts/microchip/animeo_ip.dts          |    8 +-
 .../boot/dts/microchip/at91-kizbox2-common.dtsi    |    2 +-
 arch/arm/boot/dts/microchip/at91-sam9x60ek.dts     |   37 +-
 .../boot/dts/microchip/at91-sam9x75_curiosity.dts  |  324 ++++++
 .../arm/boot/dts/microchip/at91-sama5d27_som1.dtsi |    2 +-
 .../boot/dts/microchip/at91-sama5d27_wlsom1.dtsi   |    2 +-
 .../boot/dts/microchip/at91-sama5d29_curiosity.dts |    2 +-
 arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts   |   33 +-
 .../arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts |    2 +-
 .../boot/dts/microchip/at91-sama5d2_xplained.dts   |    2 +-
 .../boot/dts/microchip/at91-sama5d3_xplained.dts   |    2 +-
 .../boot/dts/microchip/at91-sama7g54_curiosity.dts |   31 +
 arch/arm/boot/dts/microchip/at91-sama7g5ek.dts     |   33 +-
 arch/arm/boot/dts/microchip/at91rm9200ek.dts       |    6 +-
 arch/arm/boot/dts/microchip/at91sam9260ek.dts      |    6 +-
 arch/arm/boot/dts/microchip/at91sam9261ek.dts      |    6 +-
 arch/arm/boot/dts/microchip/at91sam9263ek.dts      |    6 +-
 arch/arm/boot/dts/microchip/at91sam9g20ek.dts      |    4 +-
 .../boot/dts/microchip/at91sam9g20ek_common.dtsi   |    2 +-
 arch/arm/boot/dts/microchip/at91sam9g45.dtsi       |    2 +-
 arch/arm/boot/dts/microchip/sam9x60.dtsi           |   14 +-
 arch/arm/boot/dts/microchip/sam9x7.dtsi            | 1220 ++++++++++++++++++++
 arch/arm/boot/dts/microchip/sama5d2.dtsi           |    2 +-
 arch/arm/boot/dts/microchip/sama5d3.dtsi           |    2 +-
 arch/arm/boot/dts/microchip/sama5d34ek.dts         |    2 +-
 arch/arm/boot/dts/microchip/sama5d3xcm_cmp.dtsi    |    2 +-
 arch/arm/boot/dts/microchip/sama5d4.dtsi           |    2 +-
 30 files changed, 1735 insertions(+), 42 deletions(-)
 create mode 100644 arch/arm/boot/dts/microchip/at91-sam9x75_curiosity.dts
 create mode 100644 arch/arm/boot/dts/microchip/sam9x7.dtsi

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

* [RESEND GIT PULL] Microchip AT91 SoC updates for v6.13
  2024-11-13 18:20 [RESEND GIT PULL] Microchip AT91 defconfig updates for v6.13 Claudiu Beznea
  2024-11-13 18:20 ` [RESEND GIT PULL v2] Microchip AT91 DT " Claudiu Beznea
@ 2024-11-13 18:20 ` Claudiu Beznea
  2024-11-14  0:00   ` patchwork-bot+linux-soc
  2024-11-14  0:00 ` [RESEND GIT PULL] Microchip AT91 defconfig " patchwork-bot+linux-soc
  2 siblings, 1 reply; 6+ messages in thread
From: Claudiu Beznea @ 2024-11-13 18:20 UTC (permalink / raw)
  To: arnd, olof, arm, soc
  Cc: nicolas.ferre, alexandre.belloni, linux-arm-kernel,
	claudiu.beznea

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-6.13

for you to fetch changes up to d1312c5c06f5cfbed55207cdef4a319015042579:

  dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x7 compatible (2024-10-13 18:33:02 +0300)

----------------------------------------------------------------
Microchip AT91 SoC updates for v6.13

It contains:
- DT bindings update for the SAM9X7 TCB block

----------------------------------------------------------------
Varshini Rajendran (1):
      dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x7 compatible

 .../bindings/soc/microchip/atmel,at91rm9200-tcb.yaml | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

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

* Re: [RESEND GIT PULL] Microchip AT91 defconfig updates for v6.13
  2024-11-13 18:20 [RESEND GIT PULL] Microchip AT91 defconfig updates for v6.13 Claudiu Beznea
  2024-11-13 18:20 ` [RESEND GIT PULL v2] Microchip AT91 DT " Claudiu Beznea
  2024-11-13 18:20 ` [RESEND GIT PULL] Microchip AT91 SoC " Claudiu Beznea
@ 2024-11-14  0:00 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2024-11-14  0:00 UTC (permalink / raw)
  To: Claudiu Beznea; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 13 Nov 2024 20:20:48 +0200 you wrote:
> The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
> 
>   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-defconfig-6.13
> 
> [...]

Here is the summary with links:
  - [RESEND,GIT,PULL] Microchip AT91 defconfig updates for v6.13
    https://git.kernel.org/soc/soc/c/de6dff2090dd

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [RESEND GIT PULL v2] Microchip AT91 DT updates for v6.13
  2024-11-13 18:20 ` [RESEND GIT PULL v2] Microchip AT91 DT " Claudiu Beznea
@ 2024-11-14  0:00   ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2024-11-14  0:00 UTC (permalink / raw)
  To: Claudiu Beznea; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 13 Nov 2024 20:20:49 +0200 you wrote:
> The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
> 
>   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-6.13
> 
> [...]

Here is the summary with links:
  - [RESEND,GIT,PULL,v2] Microchip AT91 DT updates for v6.13
    https://git.kernel.org/soc/soc/c/2b7fda346ee8

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [RESEND GIT PULL] Microchip AT91 SoC updates for v6.13
  2024-11-13 18:20 ` [RESEND GIT PULL] Microchip AT91 SoC " Claudiu Beznea
@ 2024-11-14  0:00   ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2024-11-14  0:00 UTC (permalink / raw)
  To: Claudiu Beznea; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 13 Nov 2024 20:20:50 +0200 you wrote:
> The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
> 
>   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-6.13
> 
> [...]

Here is the summary with links:
  - [RESEND,GIT,PULL] Microchip AT91 SoC updates for v6.13
    https://git.kernel.org/soc/soc/c/a1cc63408f72

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2024-11-14  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13 18:20 [RESEND GIT PULL] Microchip AT91 defconfig updates for v6.13 Claudiu Beznea
2024-11-13 18:20 ` [RESEND GIT PULL v2] Microchip AT91 DT " Claudiu Beznea
2024-11-14  0:00   ` patchwork-bot+linux-soc
2024-11-13 18:20 ` [RESEND GIT PULL] Microchip AT91 SoC " Claudiu Beznea
2024-11-14  0:00   ` patchwork-bot+linux-soc
2024-11-14  0:00 ` [RESEND GIT PULL] Microchip AT91 defconfig " patchwork-bot+linux-soc

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