All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Jon Hunter <jonathanh@nvidia.com>,
	Akhil R <akhilrajeev@nvidia.com>,
	linux-gpio@vger.kernel.org, linux-tegra@vger.kernel.org
Subject: [PATCH 0/2] gpio: tegra186: Add support for Tegra241
Date: Thu, 16 Dec 2021 15:10:07 +0100	[thread overview]
Message-ID: <20211216141009.1478562-1-thierry.reding@gmail.com> (raw)

From: Thierry Reding <treding@nvidia.com>

Hi,

this is another extension of the Tegra186 GPIO driver, this time for the
upcoming Tegra241 (Grace) chip. Note that while this adds the DT binding
header, it doesn't actually define a new DT compatible string because it
is unlikely that the Tegra241 will ever boot using DT but will use ACPI
instead.

The pin definitions are still in the "DT binding" header for consistency
with previous chips. Just wanted to highlight this to preempt questions
as to why I haven't Cc'ed Rob or the devicetree mailing list.

Thierry

Akhil R (2):
  dt-bindings: gpio: Add Tegra241 support
  gpio: tegra186: Add support for Tegra241

 drivers/gpio/gpio-tegra186.c             | 52 ++++++++++++++++++++++++
 include/dt-bindings/gpio/tegra241-gpio.h | 42 +++++++++++++++++++
 2 files changed, 94 insertions(+)
 create mode 100644 include/dt-bindings/gpio/tegra241-gpio.h

-- 
2.34.1


             reply	other threads:[~2021-12-16 14:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-16 14:10 Thierry Reding [this message]
2021-12-16 14:10 ` [PATCH 1/2] dt-bindings: gpio: Add Tegra241 support Thierry Reding
2021-12-16 14:10 ` [PATCH 2/2] gpio: tegra186: Add support for Tegra241 Thierry Reding
2021-12-23 16:13 ` [PATCH 0/2] " Bartosz Golaszewski

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=20211216141009.1478562-1-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=akhilrajeev@nvidia.com \
    --cc=brgl@bgdev.pl \
    --cc=jonathanh@nvidia.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-tegra@vger.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 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.