From: Lee Jones <lee@kernel.org>
To: Robert Marko <robert.marko@sartura.hr>
Cc: luka.perkov@sartura.hr, jirislaby@kernel.org, sboyd@kernel.org,
catalin.marinas@arm.com, mturquette@baylibre.com,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
gregkh@linuxfoundation.org, will@kernel.org,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/4] mfd: at91-usart: make it selectable for ARCH_LAN969X
Date: Tue, 12 Nov 2024 14:38:28 +0000 [thread overview]
Message-ID: <20241112143828.GH8552@google.com> (raw)
In-Reply-To: <20241108135855.129116-3-robert.marko@sartura.hr>
On Fri, 08 Nov 2024, Robert Marko wrote:
> LAN969x uses the AT91 USART IP so make it selectable for ARCH_LAN969X.
>
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
> ---
> Changes in v2:
> * Pickup Acked-by from Nicolas
>
> drivers/mfd/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Lee Jones <lee@kernel.org>
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index ae23b317a64e..f280ba28d618 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -138,7 +138,7 @@ config MFD_AAT2870_CORE
> config MFD_AT91_USART
> tristate "AT91 USART Driver"
> select MFD_CORE
> - depends on ARCH_AT91 || COMPILE_TEST
> + depends on ARCH_AT91 || ARCH_LAN969X ||COMPILE_TEST
> help
> Select this to get support for AT91 USART IP. This is a wrapper
> over at91-usart-serial driver and usart-spi-driver. Only one function
> --
> 2.47.0
>
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2024-11-12 14:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-08 13:57 [PATCH v2 1/4] arm64: lan969x: Add support for Microchip LAN969x SoC Robert Marko
2024-11-08 13:57 ` [PATCH v2 2/4] clk: lan966x: make it selectable for ARCH_LAN969X Robert Marko
2024-11-08 13:57 ` [PATCH v2 3/4] mfd: at91-usart: " Robert Marko
2024-11-12 14:38 ` Lee Jones [this message]
2024-11-08 13:57 ` [PATCH v2 4/4] tty: serial: atmel: " Robert Marko
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=20241112143828.GH8552@google.com \
--to=lee@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=luka.perkov@sartura.hr \
--cc=mturquette@baylibre.com \
--cc=robert.marko@sartura.hr \
--cc=sboyd@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;
as well as URLs for NNTP newsgroup(s).