From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 10 Jun 2016 15:24:41 -0700 Subject: [U-Boot] [PATCH v6 01/10] drivers: i2c: mxc: Add early init In-Reply-To: <1465381500-34476-2-git-send-email-yao.yuan@freescale.com> References: <1465381500-34476-1-git-send-email-yao.yuan@freescale.com> <1465381500-34476-2-git-send-email-yao.yuan@freescale.com> Message-ID: <575B3E29.1010900@nxp.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 06/08/2016 03:35 AM, Yuan Yao wrote: > From: Yuan Yao > > Add early i2c init function with conservative divider when the exact > clock rate is not available. > > Signed-off-by: Yuan Yao > --- With minor change to commit message, v6 patch set has been applied to fsl-qoriq master. Awaiting upstream. Thanks. York