Linux SOC development
 help / color / mirror / Atom feed
From: patchwork-bot+linux-soc@kernel.org
To: Varshini Rajendran <varshini.rajendran@microchip.com>
Cc: soc@kernel.org
Subject: Re: [PATCH v2 00/45] Add support for sam9x7 SoC family
Date: Wed, 05 Jul 2023 20:42:04 +0000	[thread overview]
Message-ID: <168858972412.10612.3973131215416843243.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230623203056.689705-1-varshini.rajendran@microchip.com>

Hello:

This series was applied to soc/soc.git (arm/fixes)
by Mark Brown <broonie@kernel.org>:

On Sat, 24 Jun 2023 02:00:11 +0530 you wrote:
> This patch series adds support for the new SoC family - sam9x7.
>  - The device tree, configs and drivers are added
>  - Clock driver for sam9x7 is added
>  - Support for basic peripherals is added
>  - Target board SAM9X75 Curiosity is added
> 
>  Changes in v2:
> 
> [...]

Here is the summary with links:
  - [v2,01/45] dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x60, sam9x7 compatible
    (no matching commit)
  - [v2,02/45] dt-bindings: usb: ehci: Add atmel at91sam9g45-ehci compatible
    (no matching commit)
  - [v2,03/45] dt-bindings: usb: generic-ehci: Document clock-names property
    (no matching commit)
  - [v2,04/45] dt-bindings: net: cdns,macb: add documentation for sam9x7 ethernet interface
    (no matching commit)
  - [v2,05/45] ARM: at91: pm: add support for sam9x7 SoC family
    (no matching commit)
  - [v2,06/45] ARM: at91: pm: add sam9x7 SoC init config
    (no matching commit)
  - [v2,07/45] ARM: at91: add support in SoC driver for new sam9x7
    (no matching commit)
  - [v2,08/45] clk: at91: clk-sam9x60-pll: re-factor to support individual core freq outputs
    (no matching commit)
  - [v2,09/45] clk: at91: sam9x7: add support for HW PLL freq dividers
    (no matching commit)
  - [v2,10/45] clk: at91: sama7g5: move mux table macros to header file
    (no matching commit)
  - [v2,11/45] dt-bindings: clk: at91: add bindings for SAM9X7's clock controller
    (no matching commit)
  - [v2,12/45] dt-bindings: reset: atmel,at91sam9260-reset: add sam9x7 binding
    (no matching commit)
  - [v2,13/45] dt-bindings: atmel-sysreg: add bindings for sam9x7
    (no matching commit)
  - [v2,14/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel AES
    (no matching commit)
  - [v2,15/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel SHA
    (no matching commit)
  - [v2,16/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel TDES
    (no matching commit)
  - [v2,17/45] dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sam9x7
    (no matching commit)
  - [v2,18/45] dt-bindings: i2c: at91: Add SAM9X7 compatible string
    (no matching commit)
  - [v2,19/45] dt-bindings: mfd: at91: Add SAM9X7 compatible string
    (no matching commit)
  - [v2,20/45] dt-bindings: atmel-gpbr: add microchip,sam9x7-gpbr
    (no matching commit)
  - [v2,21/45] dt-bindings: atmel-matrix: add microchip,sam9x7-matrix
    (no matching commit)
  - [v2,22/45] dt-bindings: atmel-smc: add microchip,sam9x7-smc
    (no matching commit)
  - [v2,23/45] dt-bindings: atmel-ssc: add microchip,sam9x7-ssc
    (no matching commit)
  - [v2,24/45] dt-bindings: sdhci-of-at91: add microchip,sam9x7-sdhci
    (no matching commit)
  - [v2,25/45] dt-bindings: atmel-nand: add microchip,sam9x7-pmecc
    (no matching commit)
  - [v2,26/45] dt-bindings: pinctrl: at91: add bindings for SAM9X7
    (no matching commit)
  - [v2,27/45] dt-bindings: rng: atmel,at91-trng: document sam9x7 TRNG
    (no matching commit)
  - [v2,28/45] dt-bindings: rtc: at91rm9200: add sam9x7 compatible
    (no matching commit)
  - [v2,29/45] dt-bindings: rtt: at91rm9260: add sam9x7 compatible
    (no matching commit)
  - [v2,30/45] dt-bindings: serial: atmel,at91-usart: add compatible for sam9x7
    (no matching commit)
  - [v2,31/45] dt-bindings: atmel-classd: add sam9x7 compatible
    (no matching commit)
  - [v2,32/45] spi: dt-bindings: atmel,at91rm9200-spi: add sam9x7 compatible
    https://git.kernel.org/soc/soc/c/a3eb95484f27
  - [v2,33/45] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x7
    (no matching commit)
  - [v2,34/45] dt-bindings: watchdog: sama5d4-wdt: add compatible for sam9x7-wdt
    (no matching commit)
  - [v2,35/45] dt-bindings: irqchip/atmel-aic5: Add support for sam9x7 aic
    (no matching commit)
  - [v2,36/45] clk: at91: sam9x7: add sam9x7 pmc driver
    (no matching commit)
  - [v2,37/45] irqchip/atmel-aic5: Add support for sam9x7 aic
    (no matching commit)
  - [v2,38/45] power: reset: at91-poweroff: lookup for proper pmc dt node for sam9x7
    (no matching commit)
  - [v2,39/45] power: reset: at91-reset: add reset support for sam9x7 SoC
    (no matching commit)
  - [v2,40/45] power: reset: at91-reset: add sdhwc support for sam9x7 SoC
    (no matching commit)
  - [v2,41/45] ARM: at91: Kconfig: add config flag for SAM9X7 SoC
    (no matching commit)
  - [v2,42/45] ARM: configs: at91: enable config flags for sam9x7 SoC family
    (no matching commit)
  - [v2,43/45] ARM: dts: at91: sam9x7: add device tree for SoC
    (no matching commit)
  - [v2,44/45] dt-bindings: arm: add sam9x75 curiosity board
    (no matching commit)
  - [v2,45/45] ARM: dts: at91: sam9x75_curiosity: add device tree for sam9x75 curiosity board
    (no matching commit)

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



      parent reply	other threads:[~2023-07-05 20:42 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23 20:30 [PATCH v2 00/45] Add support for sam9x7 SoC family Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 01/45] dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x60, sam9x7 compatible Varshini Rajendran
2023-06-24  7:53   ` Krzysztof Kozlowski
2023-06-24  9:19     ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 02/45] dt-bindings: usb: ehci: Add atmel at91sam9g45-ehci compatible Varshini Rajendran
2023-06-24  7:53   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 03/45] dt-bindings: usb: generic-ehci: Document clock-names property Varshini Rajendran
2023-06-24  7:54   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 04/45] dt-bindings: net: cdns,macb: add documentation for sam9x7 ethernet interface Varshini Rajendran
2023-06-24  7:54   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 05/45] ARM: at91: pm: add support for sam9x7 SoC family Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 06/45] ARM: at91: pm: add sam9x7 SoC init config Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 07/45] ARM: at91: add support in SoC driver for new sam9x7 Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 08/45] clk: at91: clk-sam9x60-pll: re-factor to support individual core freq outputs Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 09/45] clk: at91: sam9x7: add support for HW PLL freq dividers Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 10/45] clk: at91: sama7g5: move mux table macros to header file Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 11/45] dt-bindings: clk: at91: add bindings for SAM9X7's clock controller Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 12/45] dt-bindings: reset: atmel,at91sam9260-reset: add sam9x7 binding Varshini Rajendran
2023-06-24  7:57   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 13/45] dt-bindings: atmel-sysreg: add bindings for sam9x7 Varshini Rajendran
2023-06-24  8:00   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 14/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel AES Varshini Rajendran
2023-06-24  7:58   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 15/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel SHA Varshini Rajendran
2023-06-24  7:59   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 16/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel TDES Varshini Rajendran
2023-06-24  7:59   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 17/45] dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sam9x7 Varshini Rajendran
2023-06-24  8:27   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 18/45] dt-bindings: i2c: at91: Add SAM9X7 compatible string Varshini Rajendran
2023-06-24  8:00   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 19/45] dt-bindings: mfd: " Varshini Rajendran
2023-06-24  8:23   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 20/45] dt-bindings: atmel-gpbr: add microchip,sam9x7-gpbr Varshini Rajendran
2023-06-24  8:23   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 21/45] dt-bindings: atmel-matrix: add microchip,sam9x7-matrix Varshini Rajendran
2023-06-24  8:24   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 22/45] dt-bindings: atmel-smc: add microchip,sam9x7-smc Varshini Rajendran
2023-06-24  8:24   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 23/45] dt-bindings: atmel-ssc: add microchip,sam9x7-ssc Varshini Rajendran
2023-06-24  8:24   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 24/45] dt-bindings: sdhci-of-at91: add microchip,sam9x7-sdhci Varshini Rajendran
2023-06-24  8:24   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 25/45] dt-bindings: atmel-nand: add microchip,sam9x7-pmecc Varshini Rajendran
2023-06-24  8:24   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 26/45] dt-bindings: pinctrl: at91: add bindings for SAM9X7 Varshini Rajendran
2023-06-24  8:24   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 27/45] dt-bindings: rng: atmel,at91-trng: document sam9x7 TRNG Varshini Rajendran
2023-06-24  8:01   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 28/45] dt-bindings: rtc: at91rm9200: add sam9x7 compatible Varshini Rajendran
2023-06-24  8:01   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 29/45] dt-bindings: rtt: at91rm9260: " Varshini Rajendran
2023-06-24  8:02   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 30/45] dt-bindings: serial: atmel,at91-usart: add compatible for sam9x7 Varshini Rajendran
2023-06-24  8:02   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 31/45] dt-bindings: atmel-classd: add sam9x7 compatible Varshini Rajendran
2023-06-23 23:43   ` Rob Herring
2023-06-24  8:02   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 32/45] spi: dt-bindings: atmel,at91rm9200-spi: " Varshini Rajendran
2023-06-24  8:02   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 33/45] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x7 Varshini Rajendran
2023-06-24  8:23   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 34/45] dt-bindings: watchdog: sama5d4-wdt: add compatible for sam9x7-wdt Varshini Rajendran
2023-06-24  8:03   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 35/45] dt-bindings: irqchip/atmel-aic5: Add support for sam9x7 aic Varshini Rajendran
2023-06-24  8:23   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 36/45] clk: at91: sam9x7: add sam9x7 pmc driver Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 37/45] irqchip/atmel-aic5: Add support for sam9x7 aic Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 38/45] power: reset: at91-poweroff: lookup for proper pmc dt node for sam9x7 Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 39/45] power: reset: at91-reset: add reset support for sam9x7 SoC Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 40/45] power: reset: at91-reset: add sdhwc " Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 41/45] ARM: at91: Kconfig: add config flag for SAM9X7 SoC Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 42/45] ARM: configs: at91: enable config flags for sam9x7 SoC family Varshini Rajendran
2023-06-23 20:30 ` [PATCH v2 43/45] ARM: dts: at91: sam9x7: add device tree for SoC Varshini Rajendran
2023-06-24  8:09   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 44/45] dt-bindings: arm: add sam9x75 curiosity board Varshini Rajendran
2023-06-24  8:03   ` Krzysztof Kozlowski
2023-06-23 20:30 ` [PATCH v2 45/45] ARM: dts: at91: sam9x75_curiosity: add device tree for " Varshini Rajendran
2023-06-24  8:12   ` Krzysztof Kozlowski
2023-06-24  0:52 ` (subset) [PATCH v2 00/45] Add support for sam9x7 SoC family Mark Brown
2023-06-24  8:13   ` Krzysztof Kozlowski
2023-06-24  7:56 ` Krzysztof Kozlowski
2023-06-24  8:28 ` Krzysztof Kozlowski
2023-07-05 20:42 ` patchwork-bot+linux-soc [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=168858972412.10612.3973131215416843243.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+linux-soc@kernel.org \
    --cc=soc@kernel.org \
    --cc=varshini.rajendran@microchip.com \
    /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