From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754666AbdCVXpo (ORCPT ); Wed, 22 Mar 2017 19:45:44 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:49293 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753450AbdCVXox (ORCPT ); Wed, 22 Mar 2017 19:44:53 -0400 From: "Rafael J. Wysocki" To: Linux PM Cc: Srinivas Pandruvada , LKML , Jonathan Corbet , Doug Smythies Subject: [PATCH 0/5] cpufreq: intel_pstate: HW support changes, limits rework and documentation Date: Wed, 22 Mar 2017 23:50:09 +0100 Message-ID: <2025489.DxMTzKos7o@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.10.0+; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, This series of patches makes changes to intel_pstate that will modify its behavior in visible ways and add documentation describing the driver's interface and behavior after those changes. It is targeted at 4.12. The functional patches are based on the current linux-next branch of the linux-pm tree: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/log/?h=linux-next and the documentation patch depends on this one: https://patchwork.kernel.org/patch/9622259/ in the documentation tree now (AFAICS). Please refer to patch changelogs for more information. Thanks, Rafael