From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 04 Nov 2013 16:03:20 -0700 Subject: [U-Boot] [PATCH 0/5] i.MX6 (DQ/DLS): consolidate mux and pad names In-Reply-To: <1383605813-27567-1-git-send-email-eric.nelson@boundarydevices.com> References: <1383605813-27567-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <527827B8.4000003@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/04/2013 03:56 PM, Eric Nelson wrote: > 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 > I forgot to add that this patch set is based on imx-master with three additional dependencies. The first was just submitted today. The other two were merged to U-Boot master via u-boot-usb. --- mx6: titanium: Move BSP code to barco board directory http://patchwork.ozlabs.org/patch/288124/ --- mx6: iomux: add GPR1 defines for use with nitrogen6x 7132869d in u-boot master http://git.denx.de/?p=u-boot/u-boot-dfu.git;a=commitdiff;h=7132869d4c9e03180226146b27c8c4266ceab351 --- mx6: nitrogen6x: add otg usb host/device mode support 08ce074e in u-boot master http://git.denx.de/?p=u-boot/u-boot-dfu.git;a=commitdiff;h=08ce074e56a1499e7b3c6a1134904b90d1c6c2e9 Regards, Eric