From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932083AbcF3M4f (ORCPT ); Thu, 30 Jun 2016 08:56:35 -0400 Received: from mga09.intel.com ([134.134.136.24]:58751 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752493AbcF3M4e (ORCPT ); Thu, 30 Jun 2016 08:56:34 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,552,1459839600"; d="scan'208";a="727355430" From: Alexander Shishkin To: Greg KH Cc: Mathieu Poirier , Chunyan Zhang , laurent.fert@intel.com, yann.fouassier@intel.com, linux-kernel@vger.kernel.org, Alexander Shishkin Subject: [QUEUED v20160630 0/4] stm class/intel_th: Updates for char-misc-next Date: Thu, 30 Jun 2016 15:56:10 +0300 Message-Id: <1467291374-16587-1-git-send-email-alexander.shishkin@linux.intel.com> X-Mailer: git-send-email 2.8.0.rc3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi everybody, These are the updates I have for the next merge window if we can still make it. I'm going to request-pull these to Greg soon unless somebody objects. The main theme here is adding runtime pm handling to both intel_th and stm class. I have not tested the coresight-stm with this update, but from the code I concluded that its driver keeps it 'active' the entire time it's enabled, so this update shouldn't make a difference for it. However, this stm class update should allow for more fine-grained runtime pm for coresight-stm as well in the future. Alexander Shishkin (4): stm class: Add runtime power management handling intel_th: Add runtime power management handling intel_th: gth: Fix a source comment intel_th: Document output device callbacks drivers/hwtracing/intel_th/core.c | 54 +++++++++++++++++++++++++++++------ drivers/hwtracing/intel_th/gth.c | 18 ++++++++++-- drivers/hwtracing/intel_th/intel_th.h | 3 ++ drivers/hwtracing/stm/core.c | 47 ++++++++++++++++++++++++++++++ 4 files changed, 111 insertions(+), 11 deletions(-) -- 2.8.1