Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751611Ab3HPE6p (ORCPT ); Fri, 16 Aug 2013 00:58:45 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:57233 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751128Ab3HPE6n (ORCPT ); Fri, 16 Aug 2013 00:58:43 -0400 MIME-Version: 1.0 In-Reply-To: <20130815131226.GI17155@katana> References: <1354021236-28596-2-git-send-email-ch.naveen@samsung.com> <1371638905-30633-1-git-send-email-ch.naveen@samsung.com> <3925484.kHD24rQYyy@amdc1227> <20130815131226.GI17155@katana> From: Naveen Krishna Ch Date: Fri, 16 Aug 2013 10:28:23 +0530 Message-ID: Subject: Re: [PATCH v10] i2c: exynos5: add High Speed I2C controller driver To: Wolfram Sang Cc: Tomasz Figa , Naveen Krishna Chatradhi , linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "linux-samsung-soc@vger.kernel.org" , devicetree-discuss@lists.ozlabs.org, Kukjin Kim , grant.likely@secretlab.ca, linux-kernel@vger.kernel.org, taeggyun.ko@samsung.com, balbi@ti.com, thomas.abraham@linaro.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 927 Lines: 35 On 15 August 2013 18:42, Wolfram Sang wrote: > On Mon, Jul 01, 2013 at 12:25:19PM +0200, Tomasz Figa wrote: >> Hi Naveen, >> >> Looks mostly good, but see some comments inline. > > Ping? Hello Wolfram, I made a patch fixing your comments and from Thomas Figa as well. Meanwhile, we hit a random crash in exynos5_i2c_irq function. The "len" variable being is still being near the FIFO_MAX after this condition len = HSI2C_FIFO_MAX - fifo_level; + if (len > i2c->msg->len) + len = i2c->msg->len; Once, we fix this problem. i planned to rebase and submit. Is it okey with you? Thanks, Naveen > -- Shine bright, (: Nav :) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/