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=-12.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 BADC7C3A5A2 for ; Tue, 3 Sep 2019 20:19:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 833A521883 for ; Tue, 3 Sep 2019 20:19:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567541943; bh=pytEIm1nyGtG8YLK4WL5/BjtV/AfTKfIT1qFFwkQ+/0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=zURcMar09S4pTt3wiOPnfBHIa7b+LMR8tsr8G49c2dW8k6sFcjOm601RbteceI4VY Q5hbz4xk/PhhrtDq/WMh+N55umSFk7tEHK9RPzLy4wBBQGY4JdMhY4NCJizQls/6V5 Rw+UETZoGmb/RtbXyXseTI6tXrhiVyx7ygyDQyCw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725962AbfICUTD (ORCPT ); Tue, 3 Sep 2019 16:19:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:51630 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725953AbfICUTD (ORCPT ); Tue, 3 Sep 2019 16:19:03 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7454421883; Tue, 3 Sep 2019 20:19:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567541942; bh=pytEIm1nyGtG8YLK4WL5/BjtV/AfTKfIT1qFFwkQ+/0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AJclrCp8+UPOJPx50/p9UjXVZdr/BipK2Vy8poy01bGyck004n9l9/3Ju/9zNyTEz ESWY8E8a04uZmzbw3elB+tBdeunGcQA2Reo83vPaQ4jN0BMuRjMkYKutLkO8LPC9lq wkfRatTpokxa+PLpmkftZe1yg1JCGJnEFlcgR7Bs= Date: Tue, 3 Sep 2019 21:18:58 +0100 From: Jonathan Cameron To: Greg KH Cc: linux-iio@vger.kernel.org Subject: Re: [PULL v2] Second set of new device support, cleanups etc for IIO in the 5.4 cycle. Message-ID: <20190903211858.5ca279f9@archlinux> In-Reply-To: <20190903191635.GA27105@kroah.com> References: <20190903193624.170e3c34@archlinux> <20190903191635.GA27105@kroah.com> X-Mailer: Claws Mail 3.17.4 (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 On Tue, 3 Sep 2019 21:16:35 +0200 Greg KH wrote: > On Tue, Sep 03, 2019 at 07:36:24PM +0100, Jonathan Cameron wrote: > > The following changes since commit 81e0da703fdba1ee126868bf8350592c79cdba13: > > > > staging: sm750fb: fix odd license text (2019-08-15 14:43:57 +0200) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-5.4b-take2 > > So close, I now have this error: > > In commit > 9d8568e3d496 ("iio: imu: st_lsm6dsx: remove invalid gain value for LSM9DS1") > > Fixes tag > Fixes: 687a60feb9c6 ("iio: imu: st_lsm6dsx: add support for accel/gyro unit of lsm9ds1") > > has these problem(s): > - Target SHA1 does not exist > > > Third try? *crosses fingers*. Thanks, J