From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 2 May 2013 02:12:27 +0200 Subject: [U-Boot] [PATCH 1/9] mxs: Make the names of the elements of mxs_pinctrl_regs shorter In-Reply-To: References: <1367444689-31301-1-git-send-email-festevam@gmail.com> <201305020126.07734.marex@denx.de> Message-ID: <201305020212.27621.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Fabio Estevam, > On Wed, May 1, 2013 at 8:26 PM, Marek Vasut wrote: > > Dear Fabio Estevam, > > > >> From: Fabio Estevam > >> > >> Currently when accessing an element of mxs_pinctrl_regs structure we do: > >> > >> &pinctrl_regs->hw_pinctrl_emi_ds_ctrl_set > >> > >> The 'hw_pinctrl' prefix is a redundant information as we already know > >> that we are accessing a pinctrl register. > >> > >> Signed-off-by: Fabio Estevam > > > > Now this single file is inconsistent with the rest of the register header > > files. > > I can change the other header files as well. Yes, but a separate patchset can do that. Let's keep it consistent please. Best regards, Marek Vasut