Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754590Ab0FCNgg (ORCPT ); Thu, 3 Jun 2010 09:36:36 -0400 Received: from mail-pz0-f185.google.com ([209.85.222.185]:49191 "EHLO mail-pz0-f185.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754479Ab0FCNge (ORCPT ); Thu, 3 Jun 2010 09:36:34 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=H8qhJScaqfY4X6fbhoVuJ9BtuGmyLoIBRMx+CjdX8aOT2ocRXHNXC32oDyS7ql0HuW bvavHBpnOy9TyZi1CktiDt7LGbjccnOexzDTo4If6V9WfLEjeukPTrKDQlIJ/9bG+sEG NbrYaFxo50gp0CzMn3juL0yoP5q2nLCMtv4os= Date: Thu, 3 Jun 2010 06:36:46 -0700 From: mark gross <640e9920@gmail.com> To: Brian Swetland Cc: markgross@thegnar.org, Neil Brown , Peter Zijlstra , "Paul@smtp1.linux-foundation.org" , LKML , Florian Mickler , James Bottomley , Linux PM , Thomas Gleixner , Linux OMAP Mailing List , Felipe Balbi , Alan Cox Subject: Re: [linux-pm] [PATCH] - race-free suspend. Was: Re: [PATCH 0/8] Suspend block api (version 8) Message-ID: <20100603133646.GF15595@gvim.org> Reply-To: markgross@thegnar.org References: <20100601113309.609349fd@notabene.brown> <20100601122012.1edeaf48@notabene.brown> <20100602153235.340a7852@notabene.brown> <20100602180614.729246ea@notabene.brown> <20100603060444.GF11311@gvim.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1304 Lines: 30 On Wed, Jun 02, 2010 at 11:12:39PM -0700, Brian Swetland wrote: > On Wed, Jun 2, 2010 at 11:04 PM, mark gross <640e9920@gmail.com> wrote: > >> > >> There are many wakeup events possible in a typical system -- > >> keypresses or other input events, network traffic, telephony events, > >> media events (fill audio buffer, fill video decoder buffer, etc), and > >> I think requiring that all wakeup event processing bottleneck through > >> a single userspace process is non-optimal here. > > > > Um doesn't the android framework bottleneck the user mode lock > > processing through the powermanager and any wake up event processing > > eventually has to grab a lock through this bottleneck anyway? > > For "high level" framework/application level wakelocks, yes, but lower > level components beneath the java api layer use the kernel interface > directly. > Oh. I thought everything went through hardware/libhardware_legacy/power/power.c who else is hitting /sys/power/* in the android user mode then? I'll have to go hunting for them I guess. --mgross -- 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/