From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 20 Nov 2014 11:03:59 +0100 Subject: [U-Boot] [PATCH v3 2/5] imx: mx6sabre common: Factorize the Pfuze init function In-Reply-To: <1415262542-31179-2-git-send-email-B37916@freescale.com> References: <1415262542-31179-1-git-send-email-B37916@freescale.com> <1415262542-31179-2-git-send-email-B37916@freescale.com> Message-ID: <546DBC8F.3040100@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 On 06/11/2014 09:28, Ye.Li wrote: > Since the Pfuze initializations are similar on various mx6 SABRE > boards. Factorize the initialization to a common function in file > board/freescale/common/pfuze.c. So that all SABRE boards BSP can > share the function. > > Signed-off-by: Ye.Li > --- After rebasing on current u-boot-imx and fixing the following checkpatch errors: ERROR: "foo * bar" should be "foo *bar" #182: FILE: board/freescale/common/pfuze.c:11: +struct pmic * pfuze_common_init(unsigned char i2cbus) ERROR: "foo * bar" should be "foo *bar" #241: FILE: board/freescale/common/pfuze.h:10: +struct pmic * pfuze_common_init(unsigned char i2cbus); Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================