All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Svyatoslav Ryhel <clamor95@gmail.com>
Cc: "Thierry Reding" <treding@nvidia.com>,
	"Jonas Schwöbel" <jonasschwoebel@yahoo.de>,
	"Jonas Karlman" <jonas@kwiboo.se>,
	u-boot@lists.denx.de
Subject: Re: [PATCH v1 1/4] board: asus: transformer: add ASUS Transformer T20 family support
Date: Mon, 17 Jun 2024 11:42:37 -0600	[thread overview]
Message-ID: <20240617174237.GC68077@bill-the-cat> (raw)
In-Reply-To: <20240615091950.239610-2-clamor95@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1740 bytes --]

On Sat, Jun 15, 2024 at 12:19:43PM +0300, Svyatoslav Ryhel wrote:

> The Asus Eee Pad Transformer family are 2-in-1 detachable/slider
> tablets developed by Asus that run the Android operating system.
> The Eee Pad Transformers feature a 10.1-inch (260 mm) display,
> an Nvidia Tegra 2 dual-core chip, 1 GB of RAM, and 16/32 GB of storage.
> Transformers board derives from Nvidia Ventana development board.
> 
> This patch brings support for all 3 known T20 Transformers:
> - Asus Eee Pad Transformer TF101
> - Asus Eee Pad Transformer TF101G
> - Asus Eee Pad Slider SL101
> 
> Tested-by: Robert Eckelmann <longnoserob@gmail.com> # ASUS TF101
> Tested-by: Antoni Aloy Torrens <aaloytorrens@gmail.com> # ASUS TF101
> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
[snip]
> diff --git a/include/configs/transformer-t20.h b/include/configs/transformer-t20.h
> new file mode 100644
> index 0000000000..45f937804f
> --- /dev/null
> +++ b/include/configs/transformer-t20.h
> @@ -0,0 +1,23 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
> +/*
> + *  (C) Copyright 2010,2011
> + *  NVIDIA Corporation <www.nvidia.com>
> + *
> + *  (C) Copyright 2022
> + *  Svyatoslav Ryhel <clamor95@gmail.com>
> + */
> +
> +#ifndef __CONFIG_H
> +#define __CONFIG_H
> +
> +#include <linux/sizes.h>
> +
> +#include "tegra20-common.h"
> +#include "transformer-common.h"
> +
> +/* Board-specific serial config */
> +#define CFG_SYS_NS16550_COM1		NV_PA_APB_UARTD_BASE
> +
> +#include "tegra-common-post.h"
> +
> +#endif /* __CONFIG_H */

Ugh, what one of these includes is the one that requires us to have
<linux/sizes.h> in it? It's not a problem you're introducing, but it'd
be good to clean it up.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2024-06-17 17:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15  9:19 [PATCH v1 0/4] Initial support for new Tegra 2/3 devices Svyatoslav Ryhel
2024-06-15  9:19 ` [PATCH v1 1/4] board: asus: transformer: add ASUS Transformer T20 family support Svyatoslav Ryhel
2024-06-17 17:42   ` Tom Rini [this message]
2024-06-15  9:19 ` [PATCH v1 2/4] board: wexler: qc750: add WEXLER Tab 7t support Svyatoslav Ryhel
2024-06-17 17:48   ` Tom Rini
2024-06-15  9:19 ` [PATCH v1 3/4] board: microsoft: surface-rt: add Microsoft Surface RT support Svyatoslav Ryhel
2024-06-15  9:19 ` [PATCH v1 4/4] board: lenovo: ideapad-yoga-11: Lenovo Ideapad Yoga 11 Svyatoslav Ryhel
2024-06-17 17:43 ` [PATCH v1 0/4] Initial support for new Tegra 2/3 devices Tom Rini

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=20240617174237.GC68077@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=clamor95@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=jonasschwoebel@yahoo.de \
    --cc=treding@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.