From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 18 Oct 2013 11:35:57 -0700 Subject: [U-Boot] [PATCH v4 10/11] fsl/mpc85xx: define common serdes_clock_to_string function In-Reply-To: <1382089644-14595-11-git-send-email-valentin.longchamp@keymile.com> References: <1382089644-14595-1-git-send-email-valentin.longchamp@keymile.com> <1382089644-14595-11-git-send-email-valentin.longchamp@keymile.com> Message-ID: <52617F8D.9070303@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 10/18/2013 02:47 AM, Valentin Longchamp wrote: > This allows to share some common code for the boards that use a corenet > base SoC. > > Two different versions of the function are available in > fsl_corenet_serdes.c and fsl_corenet2_serdes.c files. > > Signed-off-by: Valentin Longchamp > --- > Changes in v4: None > Changes in v3: None > Changes in v2: None Applied to 85xx/next, pending merge to 85xx/master. York