From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 30 Jan 2014 09:40:50 -0800 Subject: [U-Boot] [PATCH v2 3/9] kmp204x: I2C deblocking for I2C-bus1 added In-Reply-To: References: <1390819752-21233-1-git-send-email-valentin.longchamp@keymile.com> <1390819752-21233-4-git-send-email-valentin.longchamp@keymile.com> <52E9B960.5030205@freescale.com> <52E9FFF2.6080308@keymile.com> Message-ID: <52EA8EA2.1090407@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 01/30/2014 01:17 AM, Boschung, Rainer wrote: > On 01/30/2014 08:32 AM, Valentin Longchamp wrote: >> On 01/30/2014 03:30 AM, York Sun wrote: >>> On 01/27/2014 02:49 AM, Valentin Longchamp wrote: >>>> From: Rainer Boschung >>>> >>>> -uses common deblocking algorithm from ../common/common.c >>> >>> I don't see any algorithm in the common.c file. >> >> The file is board/keymile/common/common.c, where the i2c_make_abort() and the >> i2c_write_start_seq() functions are defined. I guess that's what Rainer means with "algorithm". > > That is what I meant. I will add a more precise comment. >> Please send v3 for this patch only, or an incremental patch. I will swap/squash the patch. York