All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eugen Hristev <ehristev@kernel.org>
To: Robert Marko <robert.marko@sartura.hr>
Cc: 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,
	luka.perkov@sartura.hr
Subject: Re: [PATCH 01/14] serial: atmel-usart: allow selecting from ARCH_MICROCHIPSW
Date: Mon, 27 Apr 2026 23:42:35 +0300	[thread overview]
Message-ID: <f406c931-a28a-4015-95d5-36fbed54154d@kernel.org> (raw)
In-Reply-To: <CA+HBbNErDg5-_xX8qg0JES1bxVmgxOA81JDqRwQwAN-M+odAdA@mail.gmail.com>

On 4/27/26 12:56, Robert Marko wrote:
> On Sat, Apr 25, 2026 at 3:35 PM Eugen Hristev <ehristev@kernel.org> wrote:
>>
>> 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 ?
> 
> Hi Eugen,
> ARCH_MICROCHIPSW is not yet in U-Boot, but its being added via the
> same series patch series.

This is the first patch in the series, adding a dependency to a knob not
yet added.
I would expect a first patch that would introduce this ARCH.

Please add changes in a logical manner to make some sense

Thanks

Eugen

> 
> Its the new arch that will hold LAN969x for start, but other Microchip
> switch SoC-s in future as well.
> 
> Regards,
> Robert
>>
>> 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
>>
> 
> 


      reply	other threads:[~2026-04-28  3:50 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 ` [PATCH 01/14] serial: atmel-usart: allow selecting from ARCH_MICROCHIPSW Eugen Hristev
2026-04-27  9:56   ` Robert Marko
2026-04-27 20:42     ` Eugen Hristev [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=f406c931-a28a-4015-95d5-36fbed54154d@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.