From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936138AbcKWLpZ (ORCPT ); Wed, 23 Nov 2016 06:45:25 -0500 Received: from mga14.intel.com ([192.55.52.115]:7154 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935974AbcKWLpU (ORCPT ); Wed, 23 Nov 2016 06:45:20 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,538,1473145200"; d="scan'208";a="789884497" From: Alexander Shishkin To: Greg KH Cc: linux-kernel@vger.kernel.org, laurent.fert@intel.com, Mathieu Poirier , Chunyan Zhang , Alexander Shishkin Subject: [GIT PULL] stm class/intel_th: Updates for char-misc-next User-Agent: Notmuch/0.22.1 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Wed, 23 Nov 2016 13:45:16 +0200 Message-ID: <87eg22e7xv.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Let's try again. These are my updates for STM and Intel TH for v4.10. Please consider pulling. Thanks. The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6: Linux 4.9-rc5 (2016-11-13 10:32:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git tags/stm-for-greg-20161118 for you to fetch changes up to ee01aebbe2c4c196142bdb8074812dfe44830725: intel_th: Document debug host mode (2016-11-18 17:11:35 +0200) ---------------------------------------------------------------- stm class/intel_th: Updates for 4.10 These are: * Fix for an error-path leak in stm * Host-driven mode in intel_th * Documentation and other small updates ---------------------------------------------------------------- Alexander Shishkin (6): stm class: Document the stm_source interface stm class: Document stm_source channel assignment intel_th: Constify subdevices intel_th: Support Host Debugger mode of operation intel_th: gth: Handle host mode correctly intel_th: Document debug host mode Johan Hovold (1): stm class: Fix device leak in open error path Documentation/trace/intel_th.txt | 22 +++++++++++++++++++++ Documentation/trace/stm.txt | 37 ++++++++++++++++++++++++++++++++--- drivers/hwtracing/intel_th/core.c | 28 +++++++++++++++++--------- drivers/hwtracing/intel_th/gth.c | 26 ++++++++++++++++++++++-- drivers/hwtracing/intel_th/intel_th.h | 4 ++++ drivers/hwtracing/stm/core.c | 8 +++++--- 6 files changed, 108 insertions(+), 17 deletions(-)