From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 5 Mar 2015 12:14:08 -0800 Subject: [U-Boot] [PATCH 1/4][v3] fsl_sfp : Move ccsr_sfp_regs definition to common include In-Reply-To: <1425010429-22348-1-git-send-email-gaurav.rana@freescale.com> References: <1425010429-22348-1-git-send-email-gaurav.rana@freescale.com> Message-ID: <54F8B910.7080403@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/26/2015 08:13 PM, Gaurav Rana wrote: > Freescale sfp has been used for mpc8xxx. It will be used > for ARM-based SoC as well. This patch moves the CCSR defintion of > sfp_regs to common include. > This patch also defines ccsr_sfp_regs definition for newer > versions of SFP. > > Signed-off-by: Ruchika Gupta > Signed-off-by: Gaurav Rana > --- > Changes in v3: > Modify copyright in include/fsl_sfp.h. > > Changes in v2: > No change. Change in other patches of the patch set. > Applied to u-boot-mpc85xx master after fixing commit message indentation, awaiting for upstream. York