From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from na3sys009aog114.obsmtp.com ([74.125.149.211]:34622 "EHLO na3sys009aog114.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932361Ab1KHRlt convert rfc822-to-8bit (ORCPT ); Tue, 8 Nov 2011 12:41:49 -0500 From: Kevin Hilman To: "Ramirez Luna\, Omar" Cc: Tony Lindgren , Benoit Cousson , Russell King , Laurent Pinchart , Ohad Ben-Cohen , lo , lak , lkml , lm Subject: Re: [PATCH v3 2/4] OMAP4: hwmod data: add mmu hwmod for ipu and dsp References: <1320185752-568-1-git-send-email-omar.ramirez@ti.com> <1320185752-568-3-git-send-email-omar.ramirez@ti.com> <87sjm31ngz.fsf@ti.com> Date: Tue, 08 Nov 2011 09:41:39 -0800 In-Reply-To: (Ramirez Luna's message of "Tue, 8 Nov 2011 10:21:08 -0600") Message-ID: <8762iuqzos.fsf@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-media-owner@vger.kernel.org List-ID: "Ramirez Luna, Omar" writes: > Hi, > > On Fri, Nov 4, 2011 at 6:23 PM, Kevin Hilman wrote: >>> +     .flags          = HWMOD_INIT_NO_RESET, >> >> Why is this needed? > ... >>> +     .flags          = HWMOD_INIT_NO_RESET, >> >> And this? > > I have this because the hwmod complains about a failure in hard reset, > even though the reset deassert does complete after the clock is > enabled. Later on, hwmod will warn again because of a wrong state when > enabling, I believe because of the failure on _setup but didn't dig > into it yet. Please dig deeper into the reset failure. We don't merge HWMOD_INIT_NO_RESET changes without a very good reason (that is also well described in the changelog.) Thanks, Kevin