From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Neukum Subject: Re: [linux-pm] Power management for SCSI Date: Tue, 19 Aug 2008 09:50:38 +0200 Message-ID: <200808190950.40790.oneukum@suse.de> References: <20080813095055.GA475@elf.ucw.cz> <20080819073839.GA8726@atrey.karlin.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080819073839.GA8726@atrey.karlin.mff.cuni.cz> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: linux-pm@lists.linux-foundation.org Cc: Pavel Machek , Alan Stern , James.Bottomley@hansenpartnership.com, Linux-pm mailing list , kernel list , teheo@novell.com List-Id: linux-pm@vger.kernel.org Am Dienstag 19 August 2008 09:38:39 schrieb Pavel Machek: > Would it make sense to split the patches into "autosuspend for SCSI > devices" and "autosuspend for SCSI controllers" for easier > review/merge? I guess I'll start with the devices, they seem easier... Runtime PM will have to leave devices alone while error handling is active. Unfortunately error handling is done at controller level. So I am afraid this would be very difficult. Regards Oliver