From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754137AbbDMNpS (ORCPT ); Mon, 13 Apr 2015 09:45:18 -0400 Received: from mail.kernel.org ([198.145.29.136]:39635 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932179AbbDMNpN (ORCPT ); Mon, 13 Apr 2015 09:45:13 -0400 Date: Mon, 13 Apr 2015 15:44:38 +0200 From: Sebastian Reichel To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] HSI changes for 4.1 Message-ID: <20150413134437.GA990@earth> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Linus, The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git tags/hsi-for-4.1 for you to fetch changes up to 265ef3ee9575e6d150f485d28dbe153a50d27f4c: HSI: cmt_speech: fix error return code (2015-04-05 14:45:27 +0200) ---------------------------------------------------------------- HSI changes for the v4.1 series * nokia-modem: support speech data * misc. fixes ---------------------------------------------------------------- Julia Lawall (2): HSI: nokia-modem: fix error return code HSI: cmt_speech: fix error return code Kai Vehmanen (1): HSI: cmt_speech: Add cmt-speech driver Sebastian Reichel (1): HSI: nokia-modem: Add cmt-speech support drivers/hsi/clients/Kconfig | 12 +- drivers/hsi/clients/Makefile | 1 + drivers/hsi/clients/cmt_speech.c | 1457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/hsi/clients/nokia-modem.c | 33 ++- include/uapi/linux/hsi/Kbuild | 2 +- include/uapi/linux/hsi/cs-protocol.h | 113 +++++++++++ 6 files changed, 1615 insertions(+), 3 deletions(-) create mode 100644 drivers/hsi/clients/cmt_speech.c create mode 100644 include/uapi/linux/hsi/cs-protocol.h -- Sebastian --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJVK8hFAAoJENju1/PIO/qaaS0P/jVztGfBUKl8HT70t3RWHFwN 7x798jYWrD7jS4TKBJbCxnoLYre9R/BFAGIBnW06q8eo+/K9rk/ADPBl3lzCuVnm 9L4COZVBct3SJkflaYtmoyvQDjCmkA9kSHdxPPcwrwm62yoOSrLv8MwBHeTTU5ZZ 84/E1Ee88KeaXGMlTmIj8t5GZuD00snH+v10bqP/Hu7ywJW4+BYQhihGxG2LvI4L 3nLhL+dLo+P4/QomGHzJ0RCLJ3up6wKlLiKaCybY3JKAdyW9e2IQuRc/O6h+g0+K LqpCv3vWuc8uTKMl/M4Lu+vRp0k/rWT9i7+nhzhiQxH/JDcY4PWiy7W52wEgb2hu 1Q2vBHK6owcGgCWdM/Kuj25F5QK+qc1/+vG3yFt/jebyTxGMI8Bg6yy6PM8hTZMx KZ6VUCh7mKvCj3HuRXDoIR/QnrJymVf6BUYZW891H7mpQM79EPmw0dMVg/EbNWIp ffsAZEXud54/CjLKkSl/azk9E+uZz/GJ4VwXitxE3ecwsNSrpsgGL8ySpQB65mhZ xR0+jdLrknl0jlz95lG35SWbEatDpAu0fUok2idhojAdbQFvS8FvppaND3VA2b28 JeoJ5UUB4FH6ldIO1l8pJlghNKG6vn2ncE9ZFNCo2kTdAq/8YNiFDHXvhJiXIsEb u6ugOJEke53OlbUuBfGv =usaL -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G--