From: Artur Kowalski <arturkow2000@gmail.com>
To: u-boot@lists.denx.de
Cc: "Artur Kowalski" <arturkow2000@gmail.com>,
"Francesco Dolcini" <francesco.dolcini@toradex.com>,
"Jonas Schwöbel" <jonasschwoebel@yahoo.de>,
"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
"Peter Robinson" <pbrobinson@gmail.com>,
"Simon Glass" <sjg@chromium.org>,
"Stephen Warren" <swarren@nvidia.com>,
"Svyatoslav Ryhel" <clamor95@gmail.com>,
"Thierry Reding" <treding@nvidia.com>,
"Tom Rini" <trini@konsulko.com>,
"Tom Warren" <twarren@nvidia.com>
Subject: [PATCH v2 0/3] Support UART over MicroSD slot on Transformer T20
Date: Sun, 30 Mar 2025 21:26:38 +0200 [thread overview]
Message-ID: <20250330192656.1280403-1-arturkow2000@gmail.com> (raw)
v2 no longer forces UARTA to SDB/SDD on Transformer 20. Instead
CONFIG_TEGRA_UARTA_MICROSD is used for this purpose. Additionally,
user does not needs to configure additional DT files as that is handled
internally with preprocessor directives.
Changes in v2:
- fixed indentation of preprocessor directives
- added TEGRA_UARTA_MICROSD Kconfig option
- removed .dtsi for enabling UART over microSD
- modified transformer DT to use UARTA and correct pinmux when
TEGRA_UARTA_MICROSD is enabled; it is enough to flip a single
switch to enable/disable UART over microSD
Artur Kowalski (3):
tegra: add funcmux for exposing UART over uSD slot on Tegra 20
tegra: respect CONFIG_TEGRA_ENABLE_UART* options on Transformer T20
tegra: allow to expose UART on microSD slot
arch/arm/dts/tegra20-asus-transformer.dtsi | 24 +++++++++++++++++++++
arch/arm/include/asm/arch-tegra20/funcmux.h | 1 +
arch/arm/mach-tegra/board.c | 2 ++
arch/arm/mach-tegra/tegra20/Kconfig | 18 ++++++++++++++++
drivers/pinctrl/tegra/funcmux-tegra20.c | 9 +++++++-
include/configs/transformer-t20.h | 10 +++++++++
6 files changed, 63 insertions(+), 1 deletion(-)
--
2.48.1
next reply other threads:[~2025-03-30 19:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-30 19:26 Artur Kowalski [this message]
2025-03-30 19:26 ` [PATCH v2 1/3] tegra: add funcmux for exposing UART over uSD slot on Tegra 20 Artur Kowalski
2025-03-31 5:42 ` Svyatoslav Ryhel
2025-04-12 9:53 ` Svyatoslav Ryhel
2025-03-30 19:26 ` [PATCH v2 2/3] tegra: respect CONFIG_TEGRA_ENABLE_UART* options on Transformer T20 Artur Kowalski
2025-03-31 5:48 ` Svyatoslav Ryhel
2025-04-01 13:30 ` Artur Kowalski
2025-04-01 13:40 ` Svyatoslav Ryhel
2025-03-30 19:26 ` [PATCH v2 3/3] tegra: allow to expose UART on microSD slot Artur Kowalski
2025-03-31 5:51 ` Svyatoslav Ryhel
2025-04-01 13:34 ` Artur Kowalski
2025-04-01 13:48 ` Svyatoslav Ryhel
2025-04-22 15:37 ` Artur Kowalski
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=20250330192656.1280403-1-arturkow2000@gmail.com \
--to=arturkow2000@gmail.com \
--cc=clamor95@gmail.com \
--cc=francesco.dolcini@toradex.com \
--cc=jonasschwoebel@yahoo.de \
--cc=marek.vasut+renesas@mailbox.org \
--cc=pbrobinson@gmail.com \
--cc=sjg@chromium.org \
--cc=swarren@nvidia.com \
--cc=treding@nvidia.com \
--cc=trini@konsulko.com \
--cc=twarren@nvidia.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.