From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753972Ab1KBXOb (ORCPT ); Wed, 2 Nov 2011 19:14:31 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:47020 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752452Ab1KBXO1 (ORCPT ); Wed, 2 Nov 2011 19:14:27 -0400 From: "Rafael J. Wysocki" To: Magnus Damm Subject: Re: [PATCH 3/3] ARM: mach-shmobile: sh7372 A4R support (v4) Date: Thu, 3 Nov 2011 00:17:00 +0100 User-Agent: KMail/1.13.6 (Linux/3.1.0-rc10+; KDE/4.6.0; x86_64; ; ) Cc: Guennadi Liakhovetski , "Linux-sh list" , Linux PM list , Linux Kernel References: <201110200012.43840.rjw@sisk.pl> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201111030017.00780.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, November 02, 2011, Magnus Damm wrote: > On Wed, Nov 2, 2011 at 11:38 AM, Guennadi Liakhovetski > wrote: > > On Thu, 20 Oct 2011, Rafael J. Wysocki wrote: > > > >> From: Magnus Damm > >> > >> This change adds support for the sh7372 A4R power domain. > > > > This version still breaks I2C (#0) on mackerel. Tested with your > > sh7372-test branch of Oct 18th plus these four patches: > > > > 6b29305a PM / Domains: Add default power off governor function (v2) > > 3d578ae PM / Domains: Add device stop governor function (v2) > > 6c2cd02 ARM: mach-shmobile: sh7372 A4R support (v4) > > 9da11f4 ARM: mach-shmobile: sh7372 A3SP support (v4) > > Exactly how does it break IIC0? It causes some initialization issues to happen. I get the following messages on every boot: i2c-sh_mobile i2c-sh_mobile.0: Transfer request timed out i2c-sh_mobile i2c-sh_mobile.0: Polling timed out three times in a row (there's a delay too). The A4R patch is the source of that. > Does the same happen with the code base for upcoming 3.2-rc1 from > latest linux git? Yes, it does, AFAICT. Thanks, Rafael