From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 25 Mar 2014 11:26:32 -0600 Subject: [U-Boot] [PATCH V2 09/13] ARM: tegra: use clrsetbits_le32 in pinmux driver In-Reply-To: <1395426541-18706-10-git-send-email-swarren@wwwdotorg.org> References: <1395426541-18706-1-git-send-email-swarren@wwwdotorg.org> <1395426541-18706-10-git-send-email-swarren@wwwdotorg.org> Message-ID: <5331BC48.7020807@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/21/2014 12:28 PM, Stephen Warren wrote: > From: Stephen Warren > > This removes a bunch of open-coded register IO, masking, and shifting. > I would have squashed this into "ARM: tegra: pinctrl: remove duplication" > except that keeping it a separate commit allows easier bisection of any > issues that are introduced by this patch. I also wrote this patch on top > of the series, and pushing it any lower in the series results in some > conflicts I didn't feel like fixing. Tom, when applying this series, please just drop this patch. Also, ignore V3 of this patch. Thanks.