From: Sebastian Reichel <sre@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: HSI changes for 4.8
Date: Mon, 25 Jul 2016 22:52:10 +0200 [thread overview]
Message-ID: <20160725205209.GB30042@earth> (raw)
[-- Attachment #1: Type: text/plain, Size: 2851 bytes --]
Hi Linus,
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git tags/hsi-for-4.8
for you to fetch changes up to 9c99e5e51988798af2a687ef9b1716dd79388550:
HSI: omap_ssi: drop pm_runtime_irq_safe (2016-06-28 00:40:08 +0200)
----------------------------------------------------------------
HSI changes for the v4.8 series
* proper runtime pm support for omap-ssi and ssi-protocol
* misc. fixes
----------------------------------------------------------------
Andrew F. Davis (2):
hsi: Build hsi_boardinfo.c into hsi core if enabled
hsi: Only descend into hsi directory when CONFIG_HSI is set
Iago Abal (1):
HSI: cmt_speech: Fix double spin_lock
Muhammad Falak R Wani (2):
HSI: cmt_speech: use vma_pages().
hsi: use kmemdup
Sebastian Reichel (19):
HSI: omap_ssi_port: remove useless newline
HSI: omap_ssi: do not reset module
HSI: ssi_protocol: avoid ssi_waketest call with held spinlock
HSI: ssi_protocol: replace spin_lock with spin_lock_bh
HSI: ssi_protocol: fix ssip_xmit invocation
HSI: omap_ssi: convert cawake irq handler to thread
HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operations
HSI: core: switch port event notifier from atomic to blocking
HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime calls
HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_sync
HSI: omap_ssi_core: remove pm_runtime_get_sync call from tasklet
HSI: omap_ssi_port: switch to threaded pio irq
HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pio
HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlock
HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variant
HSI: omap_ssi_port: ensure clocks are kept enabled during transfer
HSI: omap_ssi: call msg->complete() from process context
HSI: omap_ssi_port: use rpm autosuspend API
HSI: omap_ssi: drop pm_runtime_irq_safe
Documentation/DocBook/device-drivers.tmpl | 2 +-
drivers/Makefile | 2 +-
drivers/hsi/Makefile | 3 +-
drivers/hsi/clients/cmt_speech.c | 4 +-
drivers/hsi/clients/ssi_protocol.c | 110 +++++++++------
drivers/hsi/controllers/omap_ssi.h | 18 +--
drivers/hsi/controllers/omap_ssi_core.c | 46 +++---
drivers/hsi/controllers/omap_ssi_port.c | 226 +++++++++++++++++-------------
drivers/hsi/{hsi.c => hsi_core.c} | 16 +--
include/linux/hsi/hsi.h | 2 +-
10 files changed, 239 insertions(+), 190 deletions(-)
rename drivers/hsi/{hsi.c => hsi_core.c} (97%)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2016-07-25 20:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-25 20:52 Sebastian Reichel [this message]
2016-07-27 19:15 ` HSI changes for 4.8 Linus Torvalds
2016-07-27 22:15 ` Sebastian Reichel
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=20160725205209.GB30042@earth \
--to=sre@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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