All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eugen Hristev <ehristev@kernel.org>
To: Robert Marko <robert.marko@sartura.hr>,
	u-boot@lists.denx.de, trini@konsulko.com, lukma@denx.de,
	hs@nabladev.com, peng.fan@nxp.com, jh80.chung@samsung.com,
	gregory.clement@bootlin.com, lars.povlsen@microchip.com,
	horatiu.vultur@microchip.com, jerome.forissier@arm.com,
	marex@denx.de, daniel.machon@microchip.com
Cc: luka.perkov@sartura.hr
Subject: Re: [PATCH 01/14] serial: atmel-usart: allow selecting from ARCH_MICROCHIPSW
Date: Sat, 25 Apr 2026 16:35:00 +0300	[thread overview]
Message-ID: <3d5c0942-93a4-4a0d-a272-932ff86d2da2@kernel.org> (raw)
In-Reply-To: <20260326112830.313874-1-robert.marko@sartura.hr>

On 3/26/26 13:26, Robert Marko wrote:
> USART driver is reused by a lot of Microchip platforms, in this case we
> need it for LAN969x so allow selecting it when ARCH_MICROCHIPSW is used.

Hello Robert,

I apologize for not replying to this sooner, but my old email address
was bouncing.

I did not find any information(or cover letter), about this series,
because it looks like you are sending this on top of something else,
which is not merged yet.
I am not familiar with ARCH_MICROCHIPSW which is not in Uboot.
Can you please clarify ?

Sorry again,
Eugen

> 
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> ---
>  drivers/serial/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index b84cb9ec781..3848c3ca20e 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -665,7 +665,7 @@ config ARM_DCC
>  
>  config ATMEL_USART
>  	bool "Atmel USART support"
> -	depends on ARCH_AT91
> +	depends on ARCH_AT91 || ARCH_MICROCHIPSW
>  	help
>  	  Select this to enable USART support for Atmel SoCs. It can be
>  	  configured in the device tree, and input clock frequency can


  parent reply	other threads:[~2026-04-25 18:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-26 11:26 [PATCH 01/14] serial: atmel-usart: allow selecting from ARCH_MICROCHIPSW Robert Marko
2026-03-26 11:26 ` [PATCH 02/14] pinctrl: add Microchip LAN969x driver Robert Marko
2026-03-26 11:26 ` [PATCH 03/14] clk: add Microchip LAN966x and LAN969x support Robert Marko
2026-03-26 11:26 ` [PATCH 04/14] mmc: atmel: remove duplicate depends on ARCH_AT91 Robert Marko
2026-03-26 11:26 ` [PATCH 05/14] mmc: atmel-sdhci: set GCK rate based on compatible Robert Marko
2026-03-26 11:26 ` [PATCH 06/14] mmc: atmel-sdhci: include arch specific clk.h only for AT91 Robert Marko
2026-03-26 11:26 ` [PATCH 07/14] mmc: atmel-sdhci: add support for LAN969x Robert Marko
2026-03-26 11:26 ` [PATCH 08/14] i2c: at91-i2c: include arch specific clk.h only for AT91 Robert Marko
2026-03-26 11:26 ` [PATCH 09/14] i2c: i2c-at91: allow selecting from ARCH_MICROCHIPSW Robert Marko
2026-03-26 11:26 ` [PATCH 10/14] usb: dwc3-generic: add support for Microchip LAN969x Robert Marko
2026-03-26 11:26 ` [PATCH 11/14] spi: atmel-quadspi: add Microchip LAN969x support Robert Marko
2026-03-26 11:26 ` [PATCH 12/14] net: add Microchip SparX-5 and " Robert Marko
2026-03-26 11:26 ` [PATCH 13/14] net: phy: add Microchip LAN8841 support Robert Marko
2026-04-09 10:04   ` Manikandan.M
2026-03-26 11:26 ` [PATCH 14/14] arch: arm: add Microchip LAN969x support Robert Marko
2026-04-25 13:35 ` Eugen Hristev [this message]
2026-04-27  9:56   ` [PATCH 01/14] serial: atmel-usart: allow selecting from ARCH_MICROCHIPSW Robert Marko
2026-04-27 20:42     ` Eugen Hristev

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=3d5c0942-93a4-4a0d-a272-932ff86d2da2@kernel.org \
    --to=ehristev@kernel.org \
    --cc=daniel.machon@microchip.com \
    --cc=gregory.clement@bootlin.com \
    --cc=horatiu.vultur@microchip.com \
    --cc=hs@nabladev.com \
    --cc=jerome.forissier@arm.com \
    --cc=jh80.chung@samsung.com \
    --cc=lars.povlsen@microchip.com \
    --cc=luka.perkov@sartura.hr \
    --cc=lukma@denx.de \
    --cc=marex@denx.de \
    --cc=peng.fan@nxp.com \
    --cc=robert.marko@sartura.hr \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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.