From patchwork Tue May 17 09:26:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Weitzel X-Patchwork-Id: 1506 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:52:35 -0000 Delivered-To: patches@linaro.org Received: by 10.224.61.3 with SMTP id r3cs10356qah; Tue, 17 May 2011 02:26:30 -0700 (PDT) Received: by 10.223.25.201 with SMTP id a9mr500691fac.141.1305624389394; Tue, 17 May 2011 02:26:29 -0700 (PDT) Received: from root.phytec.de (mail.visioncatalog.com [217.6.246.34]) by mx.google.com with ESMTP id l11si305009fam.183.2011.05.17.02.26.27; Tue, 17 May 2011 02:26:28 -0700 (PDT) Received-SPF: neutral (google.com: 217.6.246.34 is neither permitted nor denied by best guess record for domain of weitzel@phytec.de) client-ip=217.6.246.34; Authentication-Results: mx.google.com; spf=neutral (google.com: 217.6.246.34 is neither permitted nor denied by best guess record for domain of weitzel@phytec.de) smtp.mail=weitzel@phytec.de Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id 1EEEEBF08A; Tue, 17 May 2011 11:28:58 +0200 (CEST) Received: from numalfix.phytec.de ([127.0.0.1]) by idefix.phytec.de (Lotus Domino Release 8.5.2FP2) with ESMTP id 2011051711262582-7227 ; Tue, 17 May 2011 11:26:25 +0200 Received: by numalfix.phytec.de (Postfix, from userid 1002) id AEAC21A1750; Tue, 17 May 2011 11:26:25 +0200 (CEST) From: Jan Weitzel To: linux-omap@vger.kernel.org, b-cousson@ti.com, andy.green@linaro.org, patches@linaro.org Cc: andy@warmcat.com, tony@atomide.com, peter.maydell@linaro.org, ben-linux@fluff.org, Jan Weitzel Subject: [PATCH v3] ARM: omap4: i2c reset regs postidle Date: Tue, 17 May 2011 11:26:21 +0200 Message-Id: <1305624381-22524-1-git-send-email-j.weitzel@phytec.de> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <4DD15BD5.9010303@ti.com> References: <4DD15BD5.9010303@ti.com> X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 8.5.2FP2|March 22, 2011) at 17.05.2011 11:26:25, Serialize by Router on Idefix/Phytec(Release 8.5.2FP2|March 22, 2011) at 17.05.2011 11:26:26, Serialize complete at 17.05.2011 11:26:26 omap4430 get i2c timeouts at each access after an NACK message. OMAP_I2C_FLAG_RESET_REGS_POSTIDLE fix it. Signed-off-by: Jan Weitzel Tested-by: Andy Green Acked-by: Andy Green Acked-by: Tony Lindgren --- Works on top of tmlind linux-omap-2.6.git v3: commit message v2: add Tested-by / Acked-by arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 5f4a1b2..3d3b4f4 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -2130,7 +2130,8 @@ static struct omap_hwmod_class omap44xx_i2c_hwmod_class = { }; static struct omap_i2c_dev_attr i2c_dev_attr = { - .flags = OMAP_I2C_FLAG_BUS_SHIFT_NONE, + .flags = OMAP_I2C_FLAG_BUS_SHIFT_NONE | + OMAP_I2C_FLAG_RESET_REGS_POSTIDLE, }; /* i2c1 */