From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Wed, 13 Nov 2013 10:23:21 -0700 Subject: [U-Boot] [PATCH V2 0/5] i.MX6 (DQ/DLS): consolidate mux and pad names In-Reply-To: <5283481E.4020209@denx.de> References: <1383609655-24185-1-git-send-email-eric.nelson@boundarydevices.com> <5283481E.4020209@denx.de> Message-ID: <5283B589.2000805@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 Thanks Stefano, On 11/13/2013 02:36 AM, Stefano Babic wrote: > Hi Eric, > > On 05/11/2013 01:00, 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. >> > > Eric, thanks again for the great job. > > Applied (whole patchset) to u-boot-imx, thanks ! > Oops. I was kinda hoping to get a head-not from Fabio on the macro-fication of mx6[q|dl]_pins.h. If we can get that, we can drop patch 5 of this patch set, since the white-space changes all around... Regards, Eric