From: Eric Nelson <eric.nelson@boundarydevices.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH 0/3] i.MX6 (DQ/DLS): consolidate mux and pad names
Date: Mon, 16 Sep 2013 14:26:42 -0700 [thread overview]
Message-ID: <1379366805-22166-1-git-send-email-eric.nelson@boundarydevices.com> (raw)
This patch set begins the process of consolidating mux and pad
declarations for the i.MX6 Dual/Quad and Dual-Lite/Solo processor
variants.
Patch 1 replaces the mux/pad names with their equivalents from
the Linux kernel (from linux-next). This
Patch 2 removes a set of completely useless pad declarations
Patch 3 adds a number of registers that are defined in the Linux
kernel and in the DLS variant, but not in the DQ.
After this patch, there are still more than 400 pad differences
between the two variants. These represent mux/pad declarations
that are not present in the Linux kernel. A combined list of these
is available at:
http://linode.boundarydevices.com/u-boot-pads.lst
The majority of these are diagnostic settings and a large number
of these appear unlikely to ever be used. The primary reason this
is being sent as an RFC is to get feedback about what should be
done with them:
1. Delete them all
2. Walk through them and delete some and add others
3. Add them all and consolidate the names.
The file above has the names grouped somewhat by mux/pad functions
to provide a sense of the various functions.
Note to reviewers: Because the majority of the changes in this
patch set are simple name changes, using the '--word-diff' git
parameter makes review much easier:
~/u-boot$ git diff HEAD^^^ --word-diff
Eric Nelson (3):
i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents
i.MX6DQ/DLS: remove useless mux/pad declarations
i.MX6DQ: Add Pinmux settings that are present in Linux and
Dual-Lite/Solo
arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 1904 ++++++++++++-------------
arch/arm/include/asm/arch-mx6/mx6q_pins.h | 1803 ++++++++++++-----------
board/boundary/nitrogen6x/nitrogen6x.c | 164 +--
board/congatec/cgtqmx6eval/cgtqmx6eval.c | 40 +-
board/freescale/mx6qarm2/mx6qarm2.c | 66 +-
board/freescale/mx6qsabreauto/mx6qsabreauto.c | 60 +-
board/freescale/mx6sabresd/mx6sabresd.c | 90 +-
board/freescale/titanium/titanium.c | 106 +-
board/wandboard/wandboard.c | 54 +-
9 files changed, 2076 insertions(+), 2211 deletions(-)
--
1.8.1.2
next reply other threads:[~2013-09-16 21:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-16 21:26 Eric Nelson [this message]
2013-09-16 21:26 ` [U-Boot] [RFC PATCH 1/3] i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents Eric Nelson
2013-09-16 21:26 ` [U-Boot] [RFC PATCH 2/3] i.MX6DQ/DLS: remove useless mux/pad declarations Eric Nelson
2013-09-16 21:26 ` [U-Boot] [RFC PATCH 3/3] i.MX6DQ: Add Pinmux settings that are present in Linux and Dual-Lite/Solo Eric Nelson
2013-09-21 0:22 ` [U-Boot] [RFC PATCH 0/3] i.MX6 (DQ/DLS): consolidate mux and pad names Eric Nelson
2013-09-24 9:36 ` Tapani Utriainen
2013-09-24 13:49 ` Eric Nelson
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=1379366805-22166-1-git-send-email-eric.nelson@boundarydevices.com \
--to=eric.nelson@boundarydevices.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox