Re: [U-Boot] [PATCH V2 08/13] ARM: tegra: pinmux naming consistency fixes

2014-03-24 Thread Simon Glass
On 21 March 2014 11:28, Stephen Warren wrote: > From: Stephen Warren > > Clean up the naming of pinmux-related objects: > * Refer to drive groups rather than pad groups to match the Linux kernel. > * Ensure all pinmux API types are prefixed with pmux_, values (defines) > are prefixed with PMUX_

[U-Boot] [PATCH V2 08/13] ARM: tegra: pinmux naming consistency fixes

2014-03-21 Thread Stephen Warren
From: Stephen Warren Clean up the naming of pinmux-related objects: * Refer to drive groups rather than pad groups to match the Linux kernel. * Ensure all pinmux API types are prefixed with pmux_, values (defines) are prefixed with PMUX_, and functions prefixed with pinmux_. * Modify a few type