From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932299AbVHaAMW (ORCPT ); Tue, 30 Aug 2005 20:12:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932301AbVHaAMW (ORCPT ); Tue, 30 Aug 2005 20:12:22 -0400 Received: from rproxy.gmail.com ([64.233.170.207]:10467 "EHLO rproxy.gmail.com") by vger.kernel.org with ESMTP id S932299AbVHaAMW convert rfc822-to-8bit (ORCPT ); Tue, 30 Aug 2005 20:12:22 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GXruYW6tipd+V58DUj30dd23evjR7Fmn6GcSvG/nmBGAmFaXwYgDUeRYD7h0RpEPyG64s/M3BpCyzETAUVRTx71Wkdk3+YzN9ufu0dWrQ5A8qUJQvWmYgi1beTTGieMd4fu2YA/l/bI7X4fBtnkHvCXTGxyY5pYSK+dticHjnp8= Message-ID: <2538186705083017121bf2d3d4@mail.gmail.com> Date: Tue, 30 Aug 2005 20:12:19 -0400 From: Yani Ioannou To: Mikulas Patocka Subject: Re: [patch] IBM HDAPS accelerometer driver. Cc: Pavel Machek , Oliver Neukum , Robert Love , Andrew Morton , Linux Kernel Mailing List In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <1125069494.18155.27.camel@betsy> <20050827124148.GE1109@openzaurus.ucw.cz> <20050828080959.GB2039@elf.ucw.cz> <20050829083552.GD28077@elf.ucw.cz> <20050829091038.GA30073@elf.ucw.cz> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Please refer to my IDE freeze patch last week: http://lkml.org/lkml/2005/8/25/140 It provides userspace with a method to freeze the queue and park the head (through sysfs), along with a timeout to unfreeze, and works quite well. It is in the process of being moved to the block layer however so that implementation for libata will be simpler. Yani