public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 0/5] i.MX6 (DQ/DLS): consolidate mux and pad names
@ 2013-11-05  0:00 Eric Nelson
  2013-11-05  0:00 ` [U-Boot] [PATCH V2 1/5] i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents Eric Nelson
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Eric Nelson @ 2013-11-05  0:00 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

V2 adds support for the udoo board into patch 1.

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/udoo/udoo.c                             |   20 +-
 board/wandboard/wandboard.c                   |   54 +-
 10 files changed, 2115 insertions(+), 3294 deletions(-)

-- 
1.8.1.2

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

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox