linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Shishkin <alexander.shishkin@linux.intel.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org, laurent.fert@intel.com,
	yann.fouassier@intel.com,
	Mathieu Poirier <mathieu.poirier@linaro.org>,
	Chunyan Zhang <zhang.chunyan@linaro.org>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>
Subject: [git pull] stm class/intel_th: Updates for char-misc-next
Date: Wed, 20 Apr 2016 16:08:58 +0300	[thread overview]
Message-ID: <87inzca0lx.fsf@ashishki-desk.ger.corp.intel.com> (raw)

Hi Greg,

[accidentally busted the "Date:" header on the previous one, apologies for the noise]

These are patches I have queued for the v4.7 merge window. Please
consider pulling.

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git tags/stm-for-greg-20160420

for you to fetch changes up to aaa3ca82286d53c5409d2c22204426c9ca419d8c:

  intel_th: pci: Add Broxton-M SOC support (2016-04-19 22:54:05 +0300)

----------------------------------------------------------------
stm class/intel_th: Updates for 4.7

These are:
 * Intel TH/MSU: improved resource handling and releasing
 * Intel TH/MSU: rehashed locking around buffer accesses
 * Intel TH/outputs: better sysfs group handling
 * Intel TH, STM: various bugfixes and smaller improvements
 * Intel TH: added a PCI ID for Broxton-M SOC

----------------------------------------------------------------
Alexander Shishkin (18):
      MAINTAINERS: Add a git tree for the stm class
      stm class: dummy_stm: Make nr_dummies parameter read-only
      stm class: stm_heartbeat: Make nr_devs parameter read-only
      stm class: Remove a pointless line
      stm class: Do not leak the chrdev in error path
      stm class: Fix stm device initialization order
      stm class: Remove unnecessary pointer increment
      intel_th: pti: Do remove sysfs group on device removal
      intel_th: msu: Handle kstrndup() failure
      intel_th: Allow subdevice drivers to bring in own attribute groups
      intel_th: msu: Create sysfs attributes using core driver's facility
      intel_th: pti: Create sysfs attributes using core driver's facility
      intel_th: Fix activating a subdevice without a driver
      intel_th: msu: Serialize enabling/disabling
      intel_th: Hold output driver module reference while capture is active
      intel_th: msu: Set fops::owner to prevent module from unloading
      intel_th: msu: Release resources on removal
      intel_th: pci: Add Broxton-M SOC support

Chunyan Zhang (1):
      stm class: Fix integer boundary checks for master range

 MAINTAINERS                           |   1 +
 drivers/hwtracing/intel_th/core.c     |  29 ++++++++-
 drivers/hwtracing/intel_th/intel_th.h |   6 ++
 drivers/hwtracing/intel_th/msu.c      | 116 ++++++++++++++++++++--------------
 drivers/hwtracing/intel_th/pci.c      |   5 ++
 drivers/hwtracing/intel_th/pti.c      |   6 +-
 drivers/hwtracing/stm/core.c          |  21 +++---
 drivers/hwtracing/stm/dummy_stm.c     |  14 ++--
 drivers/hwtracing/stm/heartbeat.c     |  14 ++--
 drivers/hwtracing/stm/policy.c        |   5 +-
 10 files changed, 131 insertions(+), 86 deletions(-)

             reply	other threads:[~2016-04-20 13:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20 13:08 Alexander Shishkin [this message]
2016-04-27  6:26 ` [git pull] stm class/intel_th: Updates for char-misc-next Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2016-11-23 11:45 [GIT PULL] " Alexander Shishkin
2016-11-28  7:50 ` Greg KH
2016-07-01 11:46 [git pull] " Alexander Shishkin
2016-07-14  3:03 ` Greg KH
2016-08-31 12:01 ` Greg KH
2016-08-31 12:48   ` Alexander Shishkin
2016-02-15 16:08 Alexander Shishkin
2016-02-15 16:44 ` Greg KH
2016-02-16 12:29   ` Alexander Shishkin
2016-02-15 16:08 Alexander Shishkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87inzca0lx.fsf@ashishki-desk.ger.corp.intel.com \
    --to=alexander.shishkin@linux.intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=laurent.fert@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=yann.fouassier@intel.com \
    --cc=zhang.chunyan@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).