From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Feb 2014 13:36:23 -0800 Subject: [U-Boot] [PATCH][v2] driver/ifc:Change accessor function to take care of endianness In-Reply-To: <1391463305.6733.83.camel@snotra.buserror.net> References: <1390028310-30861-1-git-send-email-prabhakar@freescale.com> <52EFFC01.1040405@freescale.com> <1391463305.6733.83.camel@snotra.buserror.net> Message-ID: <52F00BD7.8010400@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 02/03/2014 01:35 PM, Scott Wood wrote: > On Mon, 2014-02-03 at 12:28 -0800, York Sun wrote: >> 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. > > I thought this was supposed to wait until there was a user. > We have one. I am clearing the path to push patches for LS2100. York