All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Support UART over MicroSD slot on Transformer T20
@ 2025-03-30 19:26 Artur Kowalski
  2025-03-30 19:26 ` [PATCH v2 1/3] tegra: add funcmux for exposing UART over uSD slot on Tegra 20 Artur Kowalski
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Artur Kowalski @ 2025-03-30 19:26 UTC (permalink / raw)
  To: u-boot
  Cc: Artur Kowalski, Francesco Dolcini, Jonas Schwöbel,
	Marek Vasut, Peter Robinson, Simon Glass, Stephen Warren,
	Svyatoslav Ryhel, Thierry Reding, Tom Rini, Tom Warren


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-04-22 15:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-30 19:26 [PATCH v2 0/3] Support UART over MicroSD slot on Transformer T20 Artur Kowalski
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

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.