From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/9] ARM: tegra: pinmux: Tegra210 support
Date: Tue, 24 Feb 2015 17:06:04 -0700 [thread overview]
Message-ID: <54ED11EC.4030903@wwwdotorg.org> (raw)
In-Reply-To: <CAPnjgZ0FhkOf8ZcV5sJAZHyC-r7_WVm2rDQNRgsp+3z0HApG5Q@mail.gmail.com>
On 02/24/2015 04:44 PM, Simon Glass wrote:
> Hi Stephen,
>
> On 24 February 2015 at 14:08, Stephen Warren <swarren@wwwdotorg.org> wrote:
>> From: Stephen Warren <swarren@nvidia.com>
>>
>> This series performs a few small cleanups to or parameterizations of the
>> existing Tegra pinmux driver, and adds Tegra210 support. The Tegra210
>> code isn't actually used yet, since the balance of the Tegra210 support
>> is not yet present. However, it should start appearing soon.
>>
>> I've at least compile-tested this by over-writing the Tegra124 pinmux
>> driver and Jetson TK1 board pinmux data tables with the Tegra210 versions.
>>
>> TomW, note I made a couple minor tweaks since the latest version I sent
>> internally; let's apply this version upstream.
>>
>> Stephen Warren (9):
>> ARM: tegra: pinmux: add note re: drive group field defines
>> ARM: tegra: pinmux: simplify some defines
>> ARM: tegra: pinmux: handle feature removal on newer SoCs
>> ARM: tegra: pinmux: move some type definitions
>> ARM: tegra: pinmux: partially handle varying register layouts
>> ARM: tegra: pinmux: support hsm/schmitt on pins
>> ARM: tegra: pinmux: account for different drivegroup base registers
>> ARM: tegra: pinmux: support Tegra210's e_io_hv pin option
>> ARM: tegra: pinmux: add Tegra210 support
>
> Does the Linux side look similar to this? The use of #defines seem
> like a potential temporary solution but I hope it doesn't stay that
> way.
>
> It feels like maybe we need to define an API that would suit all Tegra chips?
The Linux side was already a bit more parameterized, so the Tegra210
support series doesn't have as many patches as the U-Boot series.
However, that comes at the cost of the per-SoC "drivers" having much
larger data tables, so I don't expect we'd want to adopt in U-Boot the
same level of driver parameterization as Linux.
You can find the kernel patches on the linux-tegra mailing list; I
posted them roughly the same time as the U-Boot patches.
The U-Boot API to the pinmux driver is already identical across all
chips (at least Tegra114+; Tegra20 and perhaps Tegra30 boards might use
some more fine-grained APIs in what I'd assert is a legacy fashion); the
board file simply calls gpio_config_table(),
pinmux_config_pingrp_table(), and pinmux_config_drvgrp_table(), passing
the relevant data table to each. The only difference between SoCs is the
set of fields in the data table, since each SoC has a different feature
set. While we could reduce the number of ifdefs and unify the structs
across chips, this would be at the cost of bloating structs with fields
that aren't supported, and including functions to apply settings that
will never be used by any pin's data table entries, thus using more
.text and .rodata space without good reason.
next prev parent reply other threads:[~2015-02-25 0:06 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-24 21:08 [U-Boot] [PATCH 0/9] ARM: tegra: pinmux: Tegra210 support Stephen Warren
2015-02-24 21:08 ` [U-Boot] [PATCH 1/9] ARM: tegra: pinmux: add note re: drive group field defines Stephen Warren
2015-02-24 23:44 ` Simon Glass
2015-02-25 0:08 ` Stephen Warren
2015-02-26 0:55 ` Simon Glass
2015-02-24 21:08 ` [U-Boot] [PATCH 2/9] ARM: tegra: pinmux: simplify some defines Stephen Warren
2015-02-24 21:08 ` [U-Boot] [PATCH 3/9] ARM: tegra: pinmux: handle feature removal on newer SoCs Stephen Warren
2015-02-24 21:08 ` [U-Boot] [PATCH 4/9] ARM: tegra: pinmux: move some type definitions Stephen Warren
2015-02-24 21:08 ` [U-Boot] [PATCH 5/9] ARM: tegra: pinmux: partially handle varying register layouts Stephen Warren
2015-02-24 21:08 ` [U-Boot] [PATCH 6/9] ARM: tegra: pinmux: support hsm/schmitt on pins Stephen Warren
2015-02-24 21:08 ` [U-Boot] [PATCH 7/9] ARM: tegra: pinmux: account for different drivegroup base registers Stephen Warren
2015-02-24 21:08 ` [U-Boot] [PATCH 8/9] ARM: tegra: pinmux: support Tegra210's e_io_hv pin option Stephen Warren
2015-02-24 21:08 ` [U-Boot] [PATCH 9/9] ARM: tegra: pinmux: add Tegra210 support Stephen Warren
2015-02-24 23:44 ` [U-Boot] [PATCH 0/9] ARM: tegra: pinmux: " Simon Glass
2015-02-25 0:06 ` Stephen Warren [this message]
2015-02-26 0:54 ` Simon Glass
2015-02-26 3:44 ` Stephen Warren
2015-02-28 5:12 ` Simon Glass
2015-03-03 20:20 ` Stephen Warren
2015-03-03 20:58 ` Tom Warren
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=54ED11EC.4030903@wwwdotorg.org \
--to=swarren@wwwdotorg.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox