Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755942AbaBGMDx (ORCPT ); Fri, 7 Feb 2014 07:03:53 -0500 Received: from mail-ob0-f171.google.com ([209.85.214.171]:41746 "EHLO mail-ob0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753804AbaBGMDs (ORCPT ); Fri, 7 Feb 2014 07:03:48 -0500 MIME-Version: 1.0 In-Reply-To: References: <1391311006-4138-1-git-send-email-zoran.markovic@linaro.org> Date: Fri, 7 Feb 2014 04:03:46 -0800 Message-ID: Subject: Re: [RFC PATCHv2] usb: move hub init and LED blink work to power efficient workqueue From: Zoran Markovic To: Alan Stern Cc: lkml , linux-usb@vger.kernel.org, Shaibal Dutta , Greg Kroah-Hartman , Sarah Sharp , Xenia Ragiadakou , Julius Werner , Krzysztof Mazur , Matthias Beyer , Dan Williams , Mathias Nyman , Thomas Pugliese Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I believe there may still be use cases where you want to wake up the same CPU that scheduled the work. Thanks for the Ack. Can you please queue this for 3.14? Regards, Zoran On 2 February 2014 08:10, Alan Stern wrote: > On Sat, 1 Feb 2014, Zoran Markovic wrote: > >> From: Shaibal Dutta >> >> Allow the scheduler to select the best CPU to handle hub initalization >> and LED blinking work. This extends idle residency times on idle CPUs >> and conserves power. >> >> This functionality is enabled when CONFIG_WQ_POWER_EFFICIENT is selected. >> >> Cc: Greg Kroah-Hartman >> Cc: Alan Stern >> Cc: Sarah Sharp >> Cc: Xenia Ragiadakou >> Cc: Julius Werner >> Cc: Krzysztof Mazur >> Cc: Matthias Beyer >> Cc: Dan Williams >> Cc: Mathias Nyman >> Cc: Thomas Pugliese >> Signed-off-by: Shaibal Dutta >> [zoran.markovic@linaro.org: Rebased to latest kernel. Added commit message. >> Changed reference from system to power efficient workqueue for LEDs in >> check_highspeed() and hub_port_connect_change().] >> Signed-off-by: Zoran Markovic > > Acked-off-by: Alan Stern > > Is there some reason why schedule_delayed_work() doesn't use the > power-efficient work queue by default? > > Alan Stern > -- 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/