From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756242AbbBCUxL (ORCPT ); Tue, 3 Feb 2015 15:53:11 -0500 Received: from v094114.home.net.pl ([79.96.170.134]:62427 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S933969AbbBCUxC (ORCPT ); Tue, 3 Feb 2015 15:53:02 -0500 From: "Rafael J. Wysocki" To: Linux PM list Cc: Linux Kernel Mailing List , ACPI Devel Maling List , Len Brown , Peter Zijlstra Subject: [PATCH 0/2] ACPI / cpuidle: More code complexity/duplication reduction Date: Tue, 03 Feb 2015 22:14:20 +0100 Message-ID: <2355370.OryAt3A2Tj@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/3.16.0-rc5+; KDE/4.11.5; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Two more ACPI cpuidle patches on top of the ones I sent a few days ago: https://lkml.org/lkml/2015/1/29/779 They don't break anything for me and preserve the original logic AFAICS, but please holler if you see any problems with them. Thanks!