From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755345AbcBEQf4 (ORCPT ); Fri, 5 Feb 2016 11:35:56 -0500 Received: from mga14.intel.com ([192.55.52.115]:16907 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751105AbcBEQfx (ORCPT ); Fri, 5 Feb 2016 11:35:53 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,401,1449561600"; d="scan'208";a="906328878" 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 v0 00/19] stm class/intel_th: Patches in my queue Date: Fri, 5 Feb 2016 18:35:09 +0200 Message-Id: <1454690128-21994-1-git-send-email-alexander.shishkin@linux.intel.com> X-Mailer: git-send-email 2.7.0.rc3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi everybody, These are the patches that I have so far that I haven't managed to push upstream yet. If you have questions, concerns or objections, please let me know. These are mostly fixes; the first 9 patches I was trying to get into 4.4 during later -rcs, but couldn't, so they are still here. Should I set up a git tree for this somewhere? Alexander Shishkin (14): stm class: Fix locking in unbinding policy path stm class: Fix link list locking stm class: Prevent user-controllable allocations intel_th: pci: Add Apollo Lake SOC support intel_th: pci: Add Broxton SOC support intel_th: Depend on HAS_IOMEM intel_th: gth: Remove commented-out code intel_th: Update scratchpad bits according to enabled output activity stm class: Use driver's packet callback's return value intel_th: sth: Sanitize packet callback's return values stm class: Support devices with multiple instances stm class: dummy_stm: Create multiple devices intel_th: Set root device's drvdata early intel_th: Use real device index in the node names Arnd Bergmann (1): stm class: Select CONFIG_SRCU Chunyan Zhang (1): stm class: Fix an off-by-one in master array allocation Geert Uytterhoeven (2): stm class: Hide STM-specific options if STM is disabled intel_th: INTEL_TH should depend on HAS_DMA Lucas Tanure (1): stm class: Use a signed return type for stm_find_master_chan drivers/hwtracing/intel_th/Kconfig | 1 + drivers/hwtracing/intel_th/core.c | 30 ++++++++++++++-- drivers/hwtracing/intel_th/gth.c | 32 +++++++---------- drivers/hwtracing/intel_th/gth.h | 3 -- drivers/hwtracing/intel_th/intel_th.h | 41 ++++++++++++++++++++++ drivers/hwtracing/intel_th/pci.c | 12 +++++-- drivers/hwtracing/intel_th/sth.c | 11 ++++-- drivers/hwtracing/stm/Kconfig | 5 +++ drivers/hwtracing/stm/core.c | 66 +++++++++++++++++++++++++---------- drivers/hwtracing/stm/dummy_stm.c | 55 ++++++++++++++++++++++++----- drivers/hwtracing/stm/policy.c | 25 +++++++++---- drivers/hwtracing/stm/stm.h | 1 + include/linux/stm.h | 7 ++++ 13 files changed, 225 insertions(+), 64 deletions(-) -- 2.7.0