From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Feb 2014 12:28:49 -0800 Subject: [U-Boot] [PATCH][v2] driver/ifc:Change accessor function to take care of endianness In-Reply-To: <1390028310-30861-1-git-send-email-prabhakar@freescale.com> References: <1390028310-30861-1-git-send-email-prabhakar@freescale.com> Message-ID: <52EFFC01.1040405@freescale.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 01/17/2014 10:58 PM, Prabhakar Kushwaha wrote: > IFC registers can be of type Little Endian or big Endian depending upon > Freescale SoC. Here SoC defines the register type of IFC IP. > > So update acessor functions with common IFC acessor functions to take care > both type of endianness. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: > - fix spelling mistakes > Applied to u-boot-mpc85xx master branch. York