Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754644AbbEZN2z (ORCPT ); Tue, 26 May 2015 09:28:55 -0400 Received: from mga14.intel.com ([192.55.52.115]:11599 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753558AbbEZN2v (ORCPT ); Tue, 26 May 2015 09:28:51 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,498,1427785200"; d="scan'208";a="731801995" Date: Tue, 26 May 2015 16:28:14 +0300 From: Heikki Krogerus To: Alan Stern Cc: Andy Shevchenko , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org, Greg Kroah-Hartman , Vinod Koul , Lee Jones , Andrew Morton , Mika Westerberg , linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, Jarkko Nikula Subject: Re: [PATCH v2 3/8] core: platform: wakeup the parent before trying any driver operations Message-ID: <20150526132814.GA12719@kuha.fi.intel.com> References: <1432570172-86963-4-git-send-email-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1220 Lines: 36 On Mon, May 25, 2015 at 01:36:43PM -0400, Alan Stern wrote: > On Mon, 25 May 2015, Andy Shevchenko wrote: > > > From: Heikki Krogerus > > > > If the parent is still suspended when a driver probe, > > remove or shutdown is attempted, the result may be a > > failure. > > > > For example, if the parent is a PCI MFD device that has been > > suspended when we try to probe our device, any register > > reads will return 0xffffffff. > > > > To fix the problem, making sure the parent is always awake > > before using driver probe, remove or shutdown. > > > > Signed-off-by: Heikki Krogerus > > Signed-off-by: Andy Shevchenko > > --- > > drivers/base/platform.c | 21 ++++++++++++++++++++- > > Why make the changes here rather than in dd.c? Is there something > special about platform devices? There isn't. That would definitely be better. Thanks Alan, -- heikki -- 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/