From: Eric Nelson <eric.nelson@boundarydevices.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] MX6q SPI refactoring and related patches
Date: Tue, 31 Jan 2012 10:50:17 -0700 [thread overview]
Message-ID: <4F2829D9.90807@boundarydevices.com> (raw)
In-Reply-To: <4F27F7C6.9020507@boundarydevices.com>
I'm about to send an updated set of patches for mxc_spi re-factoring
and the related cleanup stemming from the discussions in
http://lists.denx.de/pipermail/u-boot/2012-January/116816.html
These are split into multiple patch sets as suggested by Dirk:
http://lists.denx.de/pipermail/u-boot/2012-January/116865.html
Because these are all re-sends, I'm tagging them as "V6" as requested
by Jason:
http://lists.denx.de/pipermail/u-boot/2012-January/116894.html
I'm also including a "PART #" to make it clear which patches are
grouped together.
-- Part 1 will contain basic support for translating between
ordinal GPIO numbers and port:index forms.
It is required for parts 2, 4, and 5
-- Part 2 (3 patches) re-factors mxc_spi by moving register
declarations into their arch-specific headers. This changed from
the previous submission by using GPIO_NUMBER() instead of the
undefined IMX_GPIO_NR().
http://lists.denx.de/pipermail/u-boot/2012-January/116901.html
-- Part 3 (2 patches) allows a board to define default values
for SPI ROM bus and chip-selects and add some documentation for the same.
I believe these have already been approved by Mike Frysinger.
-- Part 4 defines defaults for the mx6qsabrelite board. Note
that this is slightly different from previous submission by also
changing a reference to GPIO_NUMBER(3,19) to use the new default
value (CONFIG_SF_DEFAULT_CS).
-- Part 5 conditionally defines a configuration for use in
booting and saving environment to SPI flash instead of SD card
to make it easier to switch between them.
next prev parent reply other threads:[~2012-01-31 17:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-30 19:52 [U-Boot] [PATCH 0/3] mxc_spi refactoring (for mx6q and mx6qsabrelite) Eric Nelson
2012-01-30 19:52 ` [U-Boot] [PATCH 1/3] mxc_spi: move machine specifics into CPU headers Eric Nelson
2012-01-31 9:15 ` Jason Hui
2012-01-30 19:52 ` [U-Boot] [PATCH 2/3] mx6q: Add support for ECSPI through mxc_spi driver Eric Nelson
2012-01-31 9:20 ` Jason Hui
2012-01-30 19:52 ` [U-Boot] [PATCH 3/3] mx6q: mx6qsabrelite: Add ECSPI support to the Sabrelite platform Eric Nelson
2012-01-31 9:31 ` Jason Hui
2012-01-31 14:16 ` Eric Nelson
2012-01-31 15:00 ` Stefano Babic
2012-01-31 17:50 ` Eric Nelson [this message]
2012-01-31 6:51 ` [U-Boot] [PATCH 0/3] mxc_spi refactoring (for mx6q and mx6qsabrelite) Jason Liu
2012-01-31 6:59 ` Jason Hui
2012-01-31 13:39 ` Eric Nelson
2012-02-01 4:49 ` Jason Hui
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=4F2829D9.90807@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