From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42197C31E5B for ; Mon, 17 Jun 2019 19:06:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 144E4208C4 for ; Mon, 17 Jun 2019 19:06:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726963AbfFQTGc (ORCPT ); Mon, 17 Jun 2019 15:06:32 -0400 Received: from saturn.retrosnub.co.uk ([46.235.226.198]:60490 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726529AbfFQTGc (ORCPT ); Mon, 17 Jun 2019 15:06:32 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id 1287F9E6A7E; Mon, 17 Jun 2019 20:06:29 +0100 (BST) Date: Mon, 17 Jun 2019 20:06:27 +0100 From: Jonathan Cameron To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org Subject: Re: [PULL] Second set of IIO fixes for the 5.1 cycle. Message-ID: <20190617200627.1792780e@archlinux> In-Reply-To: <20190617200435.29584d3b@archlinux> References: <20190617200435.29584d3b@archlinux> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Sorry, let's try this again with the right kernel version! Jonathan On Mon, 17 Jun 2019 20:04:35 +0100 Jonathan Cameron wrote: > The following changes since commit e61ff0fba72d981449c90b5299cebb74534b6f7c: > > staging: kpc2000: Add dependency on MFD_CORE to kconfig symbol 'KPC2000' (2019-05-24 09:41:09 +0200) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.1b > > for you to fetch changes up to 0c75376fa3950b9875559dd79f73c36a5498a969: > > counter/ftm-quaddec: Add missing dependencies in Kconfig (2019-06-08 13:07:41 +0100) > > ---------------------------------------------------------------- > Second set of IIO fixes for the 5.1 cycle. > > * ad7150 > - sense of bit for controlling adaptive vs fixed threshold was flipped. > * adt7316 > - Fix a build issue due to wrong headers for gpio usage. > * lsm6dsx > - correctly suspend / resume i2c slaves when the host goes to sleep. > * mlx90632 > - relax a compatability check to allow for newer devices. > > Also one counters fix > > * coutner/ftm-quaddec > - missing dependencies in Kconfig. > > ---------------------------------------------------------------- > Crt Mori (1): > iio: temperature: mlx90632 Relax the compatibility check > > Fabio Estevam (1): > staging: iio: adt7316: Fix build errors when GPIOLIB is not set > > Lorenzo Bianconi (1): > iio: imu: st_lsm6dsx: fix PM support for st_lsm6dsx i2c controller > > Melissa Wen (1): > staging:iio:ad7150: fix threshold mode config bit > > Patrick Havelange (1): > counter/ftm-quaddec: Add missing dependencies in Kconfig > > drivers/counter/Kconfig | 1 + > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 2 ++ > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 25 +++++++++++++++++-------- > drivers/iio/temperature/mlx90632.c | 9 +++++++-- > drivers/staging/iio/addac/adt7316.c | 3 ++- > drivers/staging/iio/cdc/ad7150.c | 19 +++++++++++-------- > 6 files changed, 40 insertions(+), 19 deletions(-)