All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] i.MX6 (DQ/DLS): consolidate mux and pad names
@ 2013-11-04 22:56 Eric Nelson
  2013-11-04 22:56 ` [U-Boot] [PATCH 1/5] i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents Eric Nelson
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Eric Nelson @ 2013-11-04 22:56 UTC (permalink / raw)
  To: u-boot

This patch set consolidates 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.
Patch 4 removes pad declarations that aren't used and aren't 
	defined in the Linux kernel tree
Patch 5 cleans up the whitespace in mx6[q|dl]_pins.h so the 
	IOMUX_PAD() columns line up.

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 (5):
  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 mainline and
    Dual-Lite/Solo
  i.MX6DQ/DLS: remove unused pad declarations
  i.MX6DQ/DLS: whitespace: Align IOMUX_PAD column in declarations

 arch/arm/include/asm/arch-mx6/mx6dl_pins.h    | 2413 ++++++++++---------------
 arch/arm/include/asm/arch-mx6/mx6q_pins.h     | 2390 +++++++++---------------
 board/barco/titanium/titanium.c               |  106 +-
 board/boundary/nitrogen6x/nitrogen6x.c        |  170 +-
 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/wandboard/wandboard.c                   |   54 +-
 9 files changed, 2105 insertions(+), 3284 deletions(-)

-- 
1.8.1.2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-11-05 13:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04 22:56 [U-Boot] [PATCH 0/5] i.MX6 (DQ/DLS): consolidate mux and pad names Eric Nelson
2013-11-04 22:56 ` [U-Boot] [PATCH 1/5] i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents Eric Nelson
2013-11-05 13:24   ` Fabio Estevam
2013-11-04 22:56 ` [U-Boot] [PATCH 2/5] i.MX6DQ/DLS: remove useless mux/pad declarations Eric Nelson
2013-11-04 22:56 ` [U-Boot] [PATCH 3/5] i.MX6DQ: Add Pinmux settings that are present in mainline and Dual-Lite/Solo Eric Nelson
2013-11-04 22:56 ` [U-Boot] [PATCH 4/5] i.MX6DQ/DLS: remove unused pad declarations Eric Nelson
2013-11-04 22:56 ` [U-Boot] [PATCH 5/5] i.MX6DQ/DLS: whitespace: Align IOMUX_PAD column in declarations Eric Nelson
2013-11-04 23:03 ` [U-Boot] [PATCH 0/5] i.MX6 (DQ/DLS): consolidate mux and pad names Eric Nelson

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.