From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 3/8] OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handling Date: Wed, 18 Nov 2009 10:37:42 -0800 Message-ID: <874oord6h5.fsf@deeprootsystems.com> References: <1258506313-17115-1-git-send-email-khilman@deeprootsystems.com> <1258506313-17115-2-git-send-email-khilman@deeprootsystems.com> <1258506313-17115-3-git-send-email-khilman@deeprootsystems.com> <1258506313-17115-4-git-send-email-khilman@deeprootsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-bw0-f227.google.com ([209.85.218.227]:53052 "EHLO mail-bw0-f227.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932337AbZKRShn (ORCPT ); Wed, 18 Nov 2009 13:37:43 -0500 Received: by bwz27 with SMTP id 27so1445012bwz.21 for ; Wed, 18 Nov 2009 10:37:48 -0800 (PST) In-Reply-To: (Paul Walmsley's message of "Wed\, 18 Nov 2009 03\:01\:07 -0700 \(MST\)") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley Cc: Vimal Singh , linux-omap@vger.kernel.org Paul Walmsley writes: > On Wed, 18 Nov 2009, Vimal Singh wrote: > >> On Wed, Nov 18, 2009 at 6:35 AM, Kevin Hilman >> wrote: >> > From: Paul Walmsley >> > >> > This patch fills in the OCP_SYSCONFIG.AUTOIDLE handling in the OMAP >> > hwmod code. >> > >> > After this patch, the hwmod code will set the module AUTOIDLE bit (generally >> > .OCP_SYSCONFIG.AUTOIDLE) to 1 by default upon enable, and 1 upon >> > disable. >> >> You wanted to say: "0 upon disable", isn't it? > > No, the original wording was intended, although it is somewhat confusing. > > This patch wasn't intended to be posted publicly; it combines two > unrelated changes that should be split. Paul, sorry for posting this one. I didn't mean to include it in this series. Kevin