From: Alexander Dahl <ada@thorsis.com>
To: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Cc: Vinod Koul <vkoul@kernel.org>,
linux@armlinux.org.uk, nicolas.ferre@microchip.com,
alexandre.belloni@bootlin.com, catalin.marinas@arm.com,
will@kernel.org, olivia@selenic.com, herbert@gondor.apana.org.au,
davem@davemloft.net, andi.shyti@kernel.org, lee@kernel.org,
broonie@kernel.org, gregkh@linuxfoundation.org,
jirislaby@kernel.org, arnd@kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org,
dmaengine@vger.kernel.org, linux-i2c@vger.kernel.org,
linux-spi@vger.kernel.org, linux-serial@vger.kernel.org,
o.rempel@pengutronix.de, daniel.machon@microchip.com,
Robert Marko <robert.marko@sartura.hr>,
luka.perkov@sartura.hr
Subject: Re: (subset) [PATCH v8 00/10] arm64: lan969x: Add support for Microchip LAN969x SoC
Date: Wed, 3 Sep 2025 15:16:10 +0200 [thread overview]
Message-ID: <20250903-gratify-sustained-9acc011bc3c9@thorsis.com> (raw)
In-Reply-To: <bac5390f-725a-43db-a2b6-17a68d0d733c@tuxon.dev>
Hello,
Am Thu, Jul 31, 2025 at 11:05:07AM +0300 schrieb Claudiu Beznea:
> Hi, Vinod,
>
> On 23.07.2025 15:29, Vinod Koul wrote:
> >
> > On Wed, 02 Jul 2025 20:35:58 +0200, Robert Marko wrote:
> >> This patch series adds basic support for Microchip LAN969x SoC.
> >>
> >> It introduces the SoC ARCH symbol itself under the ARCH_MICROCHIP symbol
> >> which allows to avoid the need to change dependencies of the drivers that
> >> are shared for Microchip SoC-s in the future.
> >>
> >> DTS and further driver will be added in follow-up series.
> >>
> >> [...]
> >
> > Applied, thanks!
> >
> > [08/10] dma: xdmac: make it selectable for ARCH_MICROCHIP
> > commit: e56982021f5303b2523ac247e3c79b063459d012
>
> As this one depends, as well, on the first 3 patches in the series (Robert,
> please correct me if I'm wrong), and there are still discussions ongoing,
> can you please drop it until all is clear on the first 3 patches?
>
> Otherwise, applying only this patch will lead to AT91 XDMAC driver not
> being built for SAMA5{D2, D3, D4}, SAMA7{G5, D65} SoCs. Linux is not
> booting on SAMA7G5 SoC only with this patch applied.
Second that. Just tested v6.17-rc4 on sam9x60 and DMA is not working
at all because this driver can not be selected anymore. This must be
fixed before v6.17 release please!
Greets
Alex
next prev parent reply other threads:[~2025-09-03 13:16 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-02 18:35 [PATCH v8 00/10] arm64: lan969x: Add support for Microchip LAN969x SoC Robert Marko
2025-07-02 18:35 ` [PATCH v8 01/10] arm64: Add config for Microchip SoC platforms Robert Marko
2025-07-02 19:57 ` Arnd Bergmann
2025-07-03 12:25 ` Robert Marko
2025-07-03 13:55 ` Nicolas Ferre
2025-07-04 17:36 ` Robert Marko
2025-08-11 12:20 ` Daniel Machon
2025-07-03 14:21 ` Conor Dooley
2025-07-02 18:36 ` [PATCH v8 02/10] ARM: at91: select ARCH_MICROCHIP Robert Marko
2025-07-02 18:36 ` [PATCH v8 03/10] arm64: lan969x: Add support for Microchip LAN969x SoC Robert Marko
2025-07-02 18:36 ` [PATCH v8 04/10] mfd: at91-usart: Make it selectable for ARCH_MICROCHIP Robert Marko
2025-07-23 8:39 ` (subset) " Lee Jones
2025-07-24 10:04 ` Lee Jones
2025-07-27 12:55 ` Robert Marko
2025-07-02 18:36 ` [PATCH v8 05/10] tty: serial: atmel: make " Robert Marko
2025-07-02 18:36 ` [PATCH v8 06/10] spi: " Robert Marko
2025-07-02 18:36 ` [PATCH v8 07/10] i2c: at91: " Robert Marko
2025-07-02 18:36 ` [PATCH v8 08/10] dma: xdmac: " Robert Marko
2025-07-02 18:36 ` [PATCH v8 09/10] char: hw_random: atmel: " Robert Marko
2025-07-02 18:36 ` [PATCH v8 10/10] crypto: atmel-aes: " Robert Marko
2025-07-23 12:29 ` (subset) [PATCH v8 00/10] arm64: lan969x: Add support for Microchip LAN969x SoC Vinod Koul
2025-07-31 8:05 ` Claudiu Beznea
2025-09-03 13:16 ` Alexander Dahl [this message]
2025-09-03 14:01 ` Nicolas Ferre
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=20250903-gratify-sustained-9acc011bc3c9@thorsis.com \
--to=ada@thorsis.com \
--cc=alexandre.belloni@bootlin.com \
--cc=andi.shyti@kernel.org \
--cc=arnd@kernel.org \
--cc=broonie@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=daniel.machon@microchip.com \
--cc=davem@davemloft.net \
--cc=dmaengine@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=herbert@gondor.apana.org.au \
--cc=jirislaby@kernel.org \
--cc=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=luka.perkov@sartura.hr \
--cc=nicolas.ferre@microchip.com \
--cc=o.rempel@pengutronix.de \
--cc=olivia@selenic.com \
--cc=robert.marko@sartura.hr \
--cc=vkoul@kernel.org \
--cc=will@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